|
Hopefully, this page is exactly what you are looking for, but if not, you can always find further assistance on Unix/Linux Forum!
KGDB(1) FreeBSD General Commands Manual KGDB(1)
NAME
kgdb -- kernel debugger
SYNOPSIS
kgdb [-a | -f | -fullname] [-q | -quiet] [-v] [-d crashdir]
[-c core | -n dumpnr | -r device] [kernel [core]]
DESCRIPTION
The kgdb utility is a debugger based on gdb(1) that allows debugging of
kernel core files.
The options are as follows:
-a Increase the annotation level. An annotation level of 1
features the historical -fullname option of gdb(1). This is
useful when running kgdb in Emacs. The -f or -fullname
options are supported for backward compatibility as well.
-q Suppress printing of the banner when the debugger starts.
The -quiet form is supported for compatibility as well.
-v Increase verbosity.
-d crashdir Use crashdir instead of the default, /var/crash to locate
kernel core dump files in. The name vmcore. plus the dump
number will be appended to determine the actual dump file
name.
-c core Explicitly use core as the core dump file.
-n dumpnr Use the kernel core dump file numbered dumpnr for debugging.
-r device Use device to connect kgdb to for a remote debugging ses-
sion.
The -c, -n, and -r options are mutually exclusive.
Optionally, the name of the kernel symbol file and the name of the core
dump file can be supplied on the command-line as positional arguments.
If no kernel symbol file name has been given, the symbol file of the cur-
rently running kernel will be used. If no core dump file has been speci-
fied through either of the options or the last command-line argument,
/dev/mem will be opened to allow debugging the currently running kernel.
FILES
/dev/mem Default memory image to open if no core dump file has been
specified.
/var/crash Default directory to locate kernel core dump files.
SEE ALSO
gdb(1)
HISTORY
The kgdb utility first appeared in its current form in FreeBSD 5.3.
FreeBSD 6.2 March 2, 2005 FreeBSD 6.2
Man(1) output converted with
man2html and wrapped by fishsponge
This page was generated on Wed Sep 19 19:57:20 BST 2007
|
Your favourite pages:
No pages logged yet. Trying to save cookie... Top 10 most popular pages:
svn man page (5500 hits) (FreeBSD 6.2)
sqlite3 man page (5423 hits) (openSUSE 10.2)
adv_cap_autoneg man page (4921 hits) (Solaris 10 11_06)
CPAN man page (4660 hits) (Suse Linux 10.1)
ssh man page (4365 hits) (Suse Linux 10.1)
ssh-socks5-proxy-connect man page (3081 hits) (Solaris 10 11_06)
netcat man page (2906 hits) (Suse Linux 10.1)
signal man page (2757 hits) (Suse Linux 10.1)
pprosetup man page (2549 hits) (Solaris 10 11_06)
startproc man page (2549 hits) (Suse Linux 10.1)
|