summaryrefslogtreecommitdiffstats
path: root/documentation
diff options
context:
space:
mode:
authorScott Rifenbark <srifenbark@gmail.com>2016-09-26 09:09:57 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2016-09-28 15:02:33 +0100
commit5d8a968ecdf40babe452b0ac63d94a7a163710ae (patch)
treea970500669e6c4c8ccbba5161e38050fe8498607 /documentation
parent75e60f17e627afed862e5cc10aed5431c6a89fa0 (diff)
downloadpoky-5d8a968ecdf40babe452b0ac63d94a7a163710ae.tar.gz
dev-manual: Applied review changes to GNU debugging section.
Fixes [YOCTO #9554] Fixed a grammar problem. Also, provided correct syntax to two examples. (From yocto-docs rev: 10eeaf036542696a7037f667feda114dc63527f3) Signed-off-by: Scott Rifenbark <srifenbark@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation')
-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 f846dacf2e..fc276e51ee 100644
--- a/documentation/dev-manual/dev-manual-common-tasks.xml
+++ b/documentation/dev-manual/dev-manual-common-tasks.xml
@@ -9878,7 +9878,7 @@
9878 purposes, which is the most usual case due to the inherent 9878 purposes, which is the most usual case due to the inherent
9879 hardware limitations on many embedded devices. 9879 hardware limitations on many embedded devices.
9880 However, debugging in the target hardware itself is also possible 9880 However, debugging in the target hardware itself is also possible
9881 with the most powerful devices. 9881 with more powerful devices.
9882 This section describes what you need to do in order to support 9882 This section describes what you need to do in order to support
9883 using GDB to debug on the target hardware. 9883 using GDB to debug on the target hardware.
9884 </para> 9884 </para>
@@ -9896,7 +9896,7 @@
9896 Alternatively, you can add "tools-debug" to 9896 Alternatively, you can add "tools-debug" to
9897 <ulink url='&YOCTO_DOCS_REF_URL;#var-IMAGE_FEATURES'><filename>IMAGE_FEATURES</filename></ulink>: 9897 <ulink url='&YOCTO_DOCS_REF_URL;#var-IMAGE_FEATURES'><filename>IMAGE_FEATURES</filename></ulink>:
9898 <literallayout class='monospaced'> 9898 <literallayout class='monospaced'>
9899 IMAGE_FEATURES = tools-debug 9899 IMAGE_FEATURES = " tools-debug"
9900 </literallayout> 9900 </literallayout>
9901 </para></listitem> 9901 </para></listitem>
9902 <listitem><para> 9902 <listitem><para>
@@ -9909,7 +9909,7 @@
9909 Alternatively, you can do the following to include all the 9909 Alternatively, you can do the following to include all the
9910 debug symbols: 9910 debug symbols:
9911 <literallayout class='monospaced'> 9911 <literallayout class='monospaced'>
9912 IMAGE_FEATURES = dbg-pkgs 9912 IMAGE_FEATURES = " dbg-pkgs"
9913 </literallayout> 9913 </literallayout>
9914 </para></listitem> 9914 </para></listitem>
9915 </itemizedlist> 9915 </itemizedlist>