dev-manual: Read-thru edits to "Debugging with the GNU..." section.

Minor edits here.

(From yocto-docs rev: f2d8dfa11af30699f912853814e3dce37b335d34)

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 2014-03-19 08:00:39 -06:00 committed by Richard Purdie
parent 914b3e061b
commit eb0a5d5b3b
1 changed files with 3 additions and 3 deletions

View File

@ -5997,8 +5997,8 @@
</para>
<tip>
For best results, install <filename>-dbg</filename> packages for
the applications you are going to debug.
For best results, install DBG (<filename>-dbg</filename>) packages
for the applications you are going to debug.
Doing so makes extra debug symbols available that give you more
meaningful output.
</tip>
@ -6116,7 +6116,7 @@
in the default directory
<filename>/opt/poky/&DISTRO;</filename>:
<literallayout class='monospaced'>
/opt/poky/1.4/sysroots/i686-pokysdk-linux/usr/bin/armv7a-vfp-neon-poky-linux-gnueabi/arm-poky-linux-gnueabi-gdb
/opt/poky/&DISTRO;/sysroots/i686-pokysdk-linux/usr/bin/armv7a-vfp-neon-poky-linux-gnueabi/arm-poky-linux-gnueabi-gdb
</literallayout>
where <filename>arm</filename> is the target architecture
and <filename>linux-gnueabi</filename> is the target ABI.