summaryrefslogtreecommitdiffstats
path: root/documentation
diff options
context:
space:
mode:
authorScott Rifenbark <scott.m.rifenbark@intel.com>2013-03-21 08:49:10 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-03-22 17:08:43 +0000
commit89fa4b26c7c77aa419275ac8ab9b1427ff420ef9 (patch)
tree5022f857fea303416afd997493871e6c6554ec39 /documentation
parent240d78eb06c3df64ceeb71e15550f46ecc7e8f34 (diff)
downloadpoky-89fa4b26c7c77aa419275ac8ab9b1427ff420ef9.tar.gz
dev-manual: Wording change to GDB example.
Fixes YOCTO #2827. Slight wording modification. Reported-by: Paul Eggleton <paul.eggleton@linux.com> (From yocto-docs rev: 8a9cd86d95bfcfca9c000dbd6f4213d15547cdfe) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation')
-rw-r--r--documentation/dev-manual/dev-manual-common-tasks.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/documentation/dev-manual/dev-manual-common-tasks.xml b/documentation/dev-manual/dev-manual-common-tasks.xml
index dee7206018..18d7b258aa 100644
--- a/documentation/dev-manual/dev-manual-common-tasks.xml
+++ b/documentation/dev-manual/dev-manual-common-tasks.xml
@@ -3166,8 +3166,8 @@
3166 A suitable GDB cross-binary is required that runs on your host computer but 3166 A suitable GDB cross-binary is required that runs on your host computer but
3167 also knows about the the ABI of the remote target. 3167 also knows about the the ABI of the remote target.
3168 You can get this binary from the meta-toolchain. 3168 You can get this binary from the meta-toolchain.
3169 Here is an example where the toolchain resides in the 3169 Here is an example where the toolchain has been installed
3170 default directory <filename>/opt/poky/1.4/sysroots</filename>: 3170 in the default directory <filename>/opt/poky/1.4</filename>:
3171 <literallayout class='monospaced'> 3171 <literallayout class='monospaced'>
3172 /opt/poky/1.4/sysroots/i686-pokysdk-linux/usr/bin/armv7a-vfp-neon-poky-linux-gnueabi/arm-poky-linux-gnueabi-gdb 3172 /opt/poky/1.4/sysroots/i686-pokysdk-linux/usr/bin/armv7a-vfp-neon-poky-linux-gnueabi/arm-poky-linux-gnueabi-gdb
3173 </literallayout> 3173 </literallayout>