]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commitdiff
dev-manual: Applied review changes to GNU debugging section.
authorScott Rifenbark <srifenbark@gmail.com>
Mon, 26 Sep 2016 16:09:57 +0000 (09:09 -0700)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 28 Sep 2016 14:02:33 +0000 (15:02 +0100)
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>
documentation/dev-manual/dev-manual-common-tasks.xml

index f846dacf2e57c4e4b3f0df1052986ee4da1d65f2..fc276e51ee64e77556d088b706aa90b18f3fdd70 100644 (file)
             purposes, which is the most usual case due to the inherent
             hardware limitations on many embedded devices.
             However, debugging in the target hardware itself is also possible
-            with the most powerful devices.
+            with more powerful devices.
             This section describes what you need to do in order to support
             using GDB to debug on the target hardware.
         </para>
                     Alternatively, you can add "tools-debug" to
                     <ulink url='&YOCTO_DOCS_REF_URL;#var-IMAGE_FEATURES'><filename>IMAGE_FEATURES</filename></ulink>:
                     <literallayout class='monospaced'>
-     IMAGE_FEATURES = tools-debug
+     IMAGE_FEATURES = " tools-debug"
                     </literallayout>
                     </para></listitem>
                 <listitem><para>
                     Alternatively, you can do the following to include all the
                     debug symbols:
                     <literallayout class='monospaced'>
-     IMAGE_FEATURES = dbg-pkgs
+     IMAGE_FEATURES = " dbg-pkgs"
                     </literallayout>
                     </para></listitem>
             </itemizedlist>