summaryrefslogtreecommitdiffstats
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
parent914b3e061b0288e80a33d16961abd1810124e4eb (diff)
downloadast2050-yocto-poky-eb0a5d5b3bce2d39e1483efbe31895b1a789ca0f.zip
ast2050-yocto-poky-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>
-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 b2dfc52..49d398a 100644
--- a/documentation/dev-manual/dev-manual-common-tasks.xml
+++ b/documentation/dev-manual/dev-manual-common-tasks.xml
@@ -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.
OpenPOWER on IntegriCloud