added ldsym command to user docs

This commit is contained in:
Stanislav Shwartsman 2008-03-30 18:32:41 +00:00
parent 52a771b2c2
commit 661d6721dc

View File

@ -1,7 +1,7 @@
<!-- <!--
================================================================ ================================================================
doc/docbook/user/user.dbk 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. 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> </para>
</section> </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> <!--end of bochsrc section-->
<section id="sb16-emulation"> <!-- start of SB16 section--> <section id="sb16-emulation"> <!-- start of SB16 section-->