summaryrefslogtreecommitdiffstats
path: root/documentation/dev-manual/dev-manual-common-tasks.xml
diff options
context:
space:
mode:
authorScott Rifenbark <scott.m.rifenbark@intel.com>2012-10-01 07:36:46 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-10-02 17:41:29 +0100
commit418d7d643588795a6f2a1f6db9cf3b17543611d8 (patch)
tree0117315002f82d33baf59466b6c56112a9cb6510 /documentation/dev-manual/dev-manual-common-tasks.xml
parentf85c5a559ce8c07ae896a9106e52176e73b289d5 (diff)
downloadpoky-418d7d643588795a6f2a1f6db9cf3b17543611d8.tar.gz
documentation: dev-manual - caps for SDK when used in general.
(From yocto-docs rev: 59ef0682eeb5137fb617a0b8f3813ceca16f2f83) 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.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/documentation/dev-manual/dev-manual-common-tasks.xml b/documentation/dev-manual/dev-manual-common-tasks.xml
index c7e1d25839..a3bfcba36c 100644
--- a/documentation/dev-manual/dev-manual-common-tasks.xml
+++ b/documentation/dev-manual/dev-manual-common-tasks.xml
@@ -1752,7 +1752,7 @@
1752 GDB allows you to examine running programs, which in turn helps you to understand and fix problems. 1752 GDB allows you to examine running programs, which in turn helps you to understand and fix problems.
1753 It also allows you to perform post-mortem style analysis of program crashes. 1753 It also allows you to perform post-mortem style analysis of program crashes.
1754 GDB is available as a package within the Yocto Project and by default is 1754 GDB is available as a package within the Yocto Project and by default is
1755 installed in sdk images. 1755 installed in SDK images.
1756 See the "<ulink url='&YOCTO_DOCS_REF_URL;#ref-images'>Images</ulink>" chapter 1756 See the "<ulink url='&YOCTO_DOCS_REF_URL;#ref-images'>Images</ulink>" chapter
1757 in the Yocto Project Reference Manual for a description of these images. 1757 in the Yocto Project Reference Manual for a description of these images.
1758 You can find information on GDB at <ulink url="http://sourceware.org/gdb/"/>. 1758 You can find information on GDB at <ulink url="http://sourceware.org/gdb/"/>.