dev-manual: Edits to "Debugging With the Gnu Project Debugger (GDB) Remotely" section.

(From yocto-docs rev: 7946fc90e83f7b40752619d408325e9c76071b5a)

Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Scott Rifenbark 2013-04-16 11:36:44 -07:00 committed by Richard Purdie
parent e9d7fa38d7
commit d2ebf82fe7
1 changed files with 6 additions and 5 deletions

View File

@ -4004,17 +4004,18 @@
<para> <para>
GDB allows you to examine running programs, which in turn helps you to understand and fix problems. GDB allows you to examine running programs, which in turn helps you to understand and fix problems.
It also allows you to perform post-mortem style analysis of program crashes. It also allows you to perform post-mortem style analysis of program crashes.
GDB is available as a package within the Yocto Project and by default is GDB is available as a package within the Yocto Project and is
installed in SDK images. installed in SDK images by default.
See the "<ulink url='&YOCTO_DOCS_REF_URL;#ref-images'>Images</ulink>" chapter See the "<ulink url='&YOCTO_DOCS_REF_URL;#ref-images'>Images</ulink>" chapter
in the Yocto Project Reference Manual for a description of these images. in the Yocto Project Reference Manual for a description of these images.
You can find information on GDB at <ulink url="http://sourceware.org/gdb/"/>. You can find information on GDB at <ulink url="http://sourceware.org/gdb/"/>.
</para> </para>
<tip> <tip>
For best results, install <filename>-dbg</filename> packages for the applications For best results, install <filename>-dbg</filename> packages for
you are going to debug. the applications you are going to debug.
Doing so makes available extra debug symbols that give you more meaningful output. Doing so makes extra debug symbols available that give you more
meaningful output.
</tip> </tip>
<para> <para>