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>
This commit is contained in:
Scott Rifenbark 2016-09-26 09:09:57 -07:00 committed by Richard Purdie
parent 75e60f17e6
commit 5d8a968ecd
1 changed files with 3 additions and 3 deletions

View File

@ -9878,7 +9878,7 @@
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>
@ -9896,7 +9896,7 @@
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>
@ -9909,7 +9909,7 @@
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>