summaryrefslogtreecommitdiffstats
path: root/documentation/ref-manual/usingpoky.xml
diff options
context:
space:
mode:
authorScott Rifenbark <scott.m.rifenbark@intel.com>2013-03-26 10:19:00 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-04-04 14:12:50 +0100
commit8db644a6d443de8a307dca662adc68d58a5961b6 (patch)
treea62964bc713694629d38d33899b55ba0ede43b66 /documentation/ref-manual/usingpoky.xml
parentae100bf2866bcb6ab2221a444623f9da2c3ef1cb (diff)
downloadpoky-8db644a6d443de8a307dca662adc68d58a5961b6.tar.gz
ref-manual: Edits to the "Debugging Build Failures" section.
Added a couple cross-references for some general debugging information within the manual set. (From yocto-docs rev: d102e90fc9b24aa703eeb4488561058c258600d6) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/ref-manual/usingpoky.xml')
-rw-r--r--documentation/ref-manual/usingpoky.xml8
1 files changed, 8 insertions, 0 deletions
diff --git a/documentation/ref-manual/usingpoky.xml b/documentation/ref-manual/usingpoky.xml
index 2ab94f6e4e..8d1a0526a1 100644
--- a/documentation/ref-manual/usingpoky.xml
+++ b/documentation/ref-manual/usingpoky.xml
@@ -116,6 +116,14 @@
116 this section provides some general tips to aid in debugging. 116 this section provides some general tips to aid in debugging.
117 </para> 117 </para>
118 118
119 <para>
120 For discussions on debugging, see the
121 "<ulink url='&YOCTO_DOCS_DEV_URL;#platdev-gdb-remotedebug'>Debugging With the GNU Project Debugger (GDB) Remotely</ulink>"
122 and
123 "<ulink url='&YOCTO_DOCS_DEV_URL;#adt-eclipse'>Working within Eclipse</ulink>"
124 sections in the Yocto Project Development Manual.
125 </para>
126
119 <section id='usingpoky-debugging-taskfailures'> 127 <section id='usingpoky-debugging-taskfailures'>
120 <title>Task Failures</title> 128 <title>Task Failures</title>
121 129