opnsense-src/gnu/usr.bin/gdb/kgdb
Marcel Moolenaar 7a5bf37951 Improve the usage. Without any arguments, kgdb(1) works on /dev/mem
with the currently running kernel image. Otherwise, one of -c, -n or
-r is expected for working on a particular core file (-c), working
on a saved dump (-n) or working remotely (-r). When working on a
saved dump, a kernel may be omitted.
For a remote debugging session (-r), kgdb(1) will use the specified
device.
2004-08-15 02:39:20 +00:00
..
kgdb.1 Improve the usage. Without any arguments, kgdb(1) works on /dev/mem 2004-08-15 02:39:20 +00:00
kgdb.h Add the beginnings of kernel debugging support. the kgdb(1) tool 2004-07-25 05:29:15 +00:00
kthr.c Add the beginnings of kernel debugging support. the kgdb(1) tool 2004-07-25 05:29:15 +00:00
main.c Improve the usage. Without any arguments, kgdb(1) works on /dev/mem 2004-08-15 02:39:20 +00:00
Makefile Add the beginnings of kernel debugging support. the kgdb(1) tool 2004-07-25 05:29:15 +00:00
trgt.c Add the beginnings of kernel debugging support. the kgdb(1) tool 2004-07-25 05:29:15 +00:00
trgt_alpha.c Add the beginnings of kernel debugging support. the kgdb(1) tool 2004-07-25 05:29:15 +00:00
trgt_amd64.c Add the beginnings of kernel debugging support. the kgdb(1) tool 2004-07-25 05:29:15 +00:00
trgt_i386.c Add the beginnings of kernel debugging support. the kgdb(1) tool 2004-07-25 05:29:15 +00:00
trgt_ia64.c Add the beginnings of kernel debugging support. the kgdb(1) tool 2004-07-25 05:29:15 +00:00
trgt_sparc64.c Add the beginnings of kernel debugging support. the kgdb(1) tool 2004-07-25 05:29:15 +00:00