Substitute "kgdb" for "gdb -k".

This commit is contained in:
Joseph Koshy 2005-06-07 06:21:43 +00:00
parent b490cc72b2
commit f395d8386a

View File

@ -200,10 +200,8 @@ See
for details.
.Pp
To analyze a dump you should begin by running
.Xr gdb 1
with the
.Fl k
flag on the system load image and core dump.
.Xr kgdb 1
on the system load image and core dump.
If the core image is the result of a panic,
the panic message is printed.
For more details consult the chapter on kernel debugging in
@ -211,7 +209,7 @@ the
.%B "FreeBSD Developers' Handbook"
.Pq Pa http://www.FreeBSD.org/ .
.Sh SEE ALSO
.Xr gdb 1 ,
.Xr kgdb 1 ,
.Xr dumpon 8 ,
.Xr reboot 8 ,
.Xr savecore 8