From eb0a5d5b3bce2d39e1483efbe31895b1a789ca0f Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Wed, 19 Mar 2014 08:00:39 -0600 Subject: dev-manual: Read-thru edits to "Debugging with the GNU..." section. Minor edits here. (From yocto-docs rev: f2d8dfa11af30699f912853814e3dce37b335d34) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- documentation/dev-manual/dev-manual-common-tasks.xml | 6 +++--- 1 file 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 @@ - For best results, install -dbg packages for - the applications you are going to debug. + For best results, install DBG (-dbg) packages + for the applications you are going to debug. Doing so makes extra debug symbols available that give you more meaningful output. @@ -6116,7 +6116,7 @@ in the default directory /opt/poky/&DISTRO;: - /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 where arm is the target architecture and linux-gnueabi is the target ABI. -- cgit v1.2.3-54-g00ecf