summaryrefslogtreecommitdiffstats
path: root/documentation/dev-manual/dev-manual-common-tasks.xml
diff options
context:
space:
mode:
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.