The Kernel Debugging Tools for Linux
Oct 23, 2008, 10:31 (0 Talkback[s])
WEBINAR:
On-Demand
How to Help Your Business Become an AI Early Adopter
"Kernel GNU debugger, kgdb
"The kgdb developed initially as a patch is now included in the
official 2.6.26 kernel. This source level debugging tool is much
easier to use. It requires two machines to be connected via a
serial connection (a RS-232 interface using null modem/a UDP/IP
networking protocol). The gdb is used along with kgdb to trace
through kernel code. The gdb runs on the host machine and the kgdb
patched kernel runs on the target machine.
"GNU debugger, gdb
"This is also a powerful stand alone tool used for debugging. But
with this tool you can’t set the breakpoint or trace the
kernel code. Instead you can use gdb to debug the core files which
are dumped when an error occurs."
Complete
Story
Related Stories:
- Greg K-H: Kernel Version Numbering Scheme Change(Oct 17, 2008)
- NetCat Tutorial for Linux & Windows(Sep 22, 2008)
- Free Book Chapter Explains Debugging(Sep 10, 2008)
- Who Writes Linux? (And How You Can Too!)(Aug 26, 2008)
- Oops! I Fixed the Linux Kernel(Aug 23, 2008)
- Killing With Linux: A Primer(Aug 05, 2008)
- Linux 2.6.26 Opens Up to Debugging(Jul 15, 2008)
- kgdb, To Merge Or Not To Merge(Feb 07, 2008)
- Kernel Space: The Linux Trace Toolkit's Next Generation(Jan 16, 2008)