1
0
mirror of https://git.yoctoproject.org/poky synced 2026-06-01 13:09:50 +00:00

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