mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-14 10:09:48 +00:00
60b992ff2f
is basicly a shell on top of libgdb that knows about kernel threads, kernel modules and kvm(3). As the word "beginnings" implies, not all of the features have been implemented yet. The tool is useful and I'd like feedback on the taken route. The simplest way to debug a kernel core file is: kgdb -n 0 This opens /var/crash/vmcore.0 with the corresponding kernel in the object directory (kernel.debug is used if it exists). Typical things that need to be added are: o Auto loading of kernel modules, o Handling of trapframes so that backtraces can be taken across them, o Some fancy commands to extract useful information out of a core file, o Various (probably many) other things. |
||
---|---|---|
.. | ||
bc | ||
binutils | ||
cc | ||
cpio | ||
cvs | ||
dc | ||
dialog | ||
diff | ||
diff3 | ||
gdb | ||
gperf | ||
grep | ||
groff | ||
gzip | ||
man | ||
patch | ||
rcs | ||
sdiff | ||
send-pr | ||
sort | ||
tar | ||
texinfo | ||
Makefile | ||
Makefile.inc |