added ldsym command to user docs
This commit is contained in:
parent
52a771b2c2
commit
661d6721dc
@ -1,7 +1,7 @@
|
||||
<!--
|
||||
================================================================
|
||||
doc/docbook/user/user.dbk
|
||||
$Id: user.dbk,v 1.235 2008-03-29 21:32:18 sshwarts Exp $
|
||||
$Id: user.dbk,v 1.236 2008-03-30 18:32:41 sshwarts Exp $
|
||||
|
||||
This is the top level file for the Bochs Users Manual.
|
||||
================================================================
|
||||
@ -4200,6 +4200,19 @@ debugger mode. This might be useful for software development.
|
||||
</para>
|
||||
</section>
|
||||
|
||||
<section><title>debug_symbols</title>
|
||||
<para>
|
||||
Example:
|
||||
<screen>
|
||||
debug_symbols: file=mysymbols.sym
|
||||
debug_symbols: file=mysymbols.sym, offset=0x1000
|
||||
</screen>
|
||||
This loads symbols from the specified file for use in Bochs' internal debugger.
|
||||
Symbols are loaded into global context. This is equivalent to issuing ldsym
|
||||
debugger command at start up.
|
||||
</para>
|
||||
</section>
|
||||
|
||||
</section> <!--end of bochsrc section-->
|
||||
|
||||
<section id="sb16-emulation"> <!-- start of SB16 section-->
|
||||
|
Loading…
x
Reference in New Issue
Block a user