Results 1 to 1 of 1
Dear All,
I learn from Internet that GDB would be used to debug the user space application and the KGDB would be used to debu ther linux kernel and module. ...
- 08-23-2008 #1Just Joined!
- Join Date
- May 2008
- Posts
- 17
Linux Debugging: How to debug the user application and kernel at the same time
Dear All,
I learn from Internet that GDB would be used to debug the user space application and the KGDB would be used to debu ther linux kernel and module. If I want to debug a user space applicaiton, its function calls some of the system calls. What the debug tools could I use to trace the calling procedure form user space application to the system call inside the kernel and then return back to the user space application? Please share your debugging experiences with me. Thanks a lot.
Best Regards,
Riker.


Reply With Quote