Recently we have bought a JTAG debugger for the Linux Development. I am trying to evaluate the debugger and make sure i am able to debug the kernel.
From the debugger i can see the kernel code and set breakpoints where ever i want.
Now i need to know a specific line of the code where i can set the break point and make sure it hits when i run any shell commands.
-Bala