cvs commit: src/test/debug README gdb.kernel
Hiten Pandya
hmp at crater.dragonflybsd.org
Sat Jun 26 06:11:06 PDT 2004
hmp 2004/06/26 06:09:52 PDT
DragonFly src repository
Added files:
test/debug README gdb.kernel
Log:
Add a debug directory under src/test, where we will house all of our debug
scripts that will aid the debugging of the kernel and other code.
I have added a GDB macro set in file 'gdb.kernel' which contains some
helpful macros, such as listing processes, iterating CPU's globaldata,
a kldstat(1) style macro etc.
The 'gdb.kernel' file was written by:
Hiten Pandya <hmp at xxxxxxxxxxxxx>,
Matthew Dillon <dillon at xxxxxxxxxxxxxxxxxxxx>
The kldstat(1) macro should be helpful with the asf(1) utility which
is used for setting the right offset to load the KLD's symbols.
More information about the Commits
mailing list