[gnome-continuous-yocto/gnomeostree-3.28-rocko: 2746/8267] dev-manual: Applied review changes to GNU debugging section.
- From: Emmanuele Bassi <ebassi src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-continuous-yocto/gnomeostree-3.28-rocko: 2746/8267] dev-manual: Applied review changes to GNU debugging section.
- Date: Sat, 16 Dec 2017 23:39:45 +0000 (UTC)
commit 5d8a968ecdf40babe452b0ac63d94a7a163710ae
Author: Scott Rifenbark <srifenbark gmail com>
Date: Mon Sep 26 09:09:57 2016 -0700
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>
.../dev-manual/dev-manual-common-tasks.xml | 6 +++---
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 f846dac..fc276e5 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.
</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>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]