From 5d8a968ecdf40babe452b0ac63d94a7a163710ae Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Mon, 26 Sep 2016 09:09:57 -0700 Subject: 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 Signed-off-by: Richard Purdie --- documentation/dev-manual/dev-manual-common-tasks.xml | 6 +++--- 1 file 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 @@ 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. @@ -9896,7 +9896,7 @@ Alternatively, you can add "tools-debug" to IMAGE_FEATURES: - IMAGE_FEATURES = tools-debug + IMAGE_FEATURES = " tools-debug" @@ -9909,7 +9909,7 @@ Alternatively, you can do the following to include all the debug symbols: - IMAGE_FEATURES = dbg-pkgs + IMAGE_FEATURES = " dbg-pkgs" -- cgit 1.2.3-korg