summaryrefslogtreecommitdiffstats
path: root/documentation
diff options
context:
space:
mode:
Diffstat (limited to 'documentation')
-rw-r--r--documentation/dev-manual/dev-manual-common-tasks.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/documentation/dev-manual/dev-manual-common-tasks.xml b/documentation/dev-manual/dev-manual-common-tasks.xml
index 1357a630a9..c7e1d25839 100644
--- a/documentation/dev-manual/dev-manual-common-tasks.xml
+++ b/documentation/dev-manual/dev-manual-common-tasks.xml
@@ -1749,7 +1749,7 @@
1749 <title>Debugging With the GNU Project Debugger (GDB) Remotely</title> 1749 <title>Debugging With the GNU Project Debugger (GDB) Remotely</title>
1750 1750
1751 <para> 1751 <para>
1752 GDB allows you to examine running programs, which in turn help you to understand and fix problems. 1752 GDB allows you to examine running programs, which in turn helps you to understand and fix problems.
1753 It also allows you to perform post-mortem style analysis of program crashes. 1753 It also allows you to perform post-mortem style analysis of program crashes.
1754 GDB is available as a package within the Yocto Project and by default is 1754 GDB is available as a package within the Yocto Project and by default is
1755 installed in sdk images. 1755 installed in sdk images.