Fix 'ddd' command-line parameters for kernel debug.
PR: docs/127253 Submitted by: Fritz Katz <frtzkatz@yahoo.com>
This commit is contained in:
parent
688c545dfc
commit
c0b6644e0c
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=36655
1 changed files with 1 additions and 1 deletions
|
@ -436,7 +436,7 @@
|
|||
option to the <command>ddd</command> command line you would use
|
||||
normally. For example;</para>
|
||||
|
||||
<screen>&prompt.root; <userinput>ddd -k /var/crash/kernel.0 /var/crash/vmcore.0</userinput></screen>
|
||||
<screen>&prompt.root; <userinput>ddd --debugger kgdb kernel.debug /var/crash/vmcore.0</userinput></screen>
|
||||
|
||||
<para>You should then be able to go about looking at the crash dump using
|
||||
<command>ddd</command>'s graphical interface.</para>
|
||||
|
|
Loading…
Reference in a new issue