summaryrefslogtreecommitdiffstats
path: root/documentation/dev-manual/dev-manual-common-tasks.xml
diff options
context:
space:
mode:
authorScott Rifenbark <scott.m.rifenbark@intel.com>2014-03-19 08:00:39 -0600
committerRichard Purdie <richard.purdie@linuxfoundation.org>2014-03-25 12:29:43 +0000
commiteb0a5d5b3bce2d39e1483efbe31895b1a789ca0f (patch)
tree56d30c79e6544f10f256710ad72cc2946d3e8022 /documentation/dev-manual/dev-manual-common-tasks.xml
parent914b3e061b0288e80a33d16961abd1810124e4eb (diff)
downloadpoky-eb0a5d5b3bce2d39e1483efbe31895b1a789ca0f.tar.gz
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>
Diffstat (limited to 'documentation/dev-manual/dev-manual-common-tasks.xml')
-rw-r--r--documentation/dev-manual/dev-manual-common-tasks.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/documentation/dev-manual/dev-manual-common-tasks.xml b/documentation/dev-manual/dev-manual-common-tasks.xml
index b2dfc52a2d..49d398aa38 100644
--- a/documentation/dev-manual/dev-manual-common-tasks.xml
+++ b/documentation/dev-manual/dev-manual-common-tasks.xml
@@ -5997,8 +5997,8 @@
5997 </para> 5997 </para>
5998 5998
5999 <tip> 5999 <tip>
6000 For best results, install <filename>-dbg</filename> packages for 6000 For best results, install DBG (<filename>-dbg</filename>) packages
6001 the applications you are going to debug. 6001 for the applications you are going to debug.
6002 Doing so makes extra debug symbols available that give you more 6002 Doing so makes extra debug symbols available that give you more
6003 meaningful output. 6003 meaningful output.
6004 </tip> 6004 </tip>
@@ -6116,7 +6116,7 @@
6116 in the default directory 6116 in the default directory
6117 <filename>/opt/poky/&DISTRO;</filename>: 6117 <filename>/opt/poky/&DISTRO;</filename>:
6118 <literallayout class='monospaced'> 6118 <literallayout class='monospaced'>
6119 /opt/poky/1.4/sysroots/i686-pokysdk-linux/usr/bin/armv7a-vfp-neon-poky-linux-gnueabi/arm-poky-linux-gnueabi-gdb 6119 /opt/poky/&DISTRO;/sysroots/i686-pokysdk-linux/usr/bin/armv7a-vfp-neon-poky-linux-gnueabi/arm-poky-linux-gnueabi-gdb
6120 </literallayout> 6120 </literallayout>
6121 where <filename>arm</filename> is the target architecture 6121 where <filename>arm</filename> is the target architecture
6122 and <filename>linux-gnueabi</filename> is the target ABI. 6122 and <filename>linux-gnueabi</filename> is the target ABI.