diff options
Diffstat (limited to 'documentation/dev-manual/dev-manual-common-tasks.xml')
-rw-r--r-- | documentation/dev-manual/dev-manual-common-tasks.xml | 2 |
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 c7e1d25839..a3bfcba36c 100644 --- a/documentation/dev-manual/dev-manual-common-tasks.xml +++ b/documentation/dev-manual/dev-manual-common-tasks.xml | |||
@@ -1752,7 +1752,7 @@ | |||
1752 | GDB allows you to examine running programs, which in turn helps 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. |
1756 | See the "<ulink url='&YOCTO_DOCS_REF_URL;#ref-images'>Images</ulink>" chapter | 1756 | See the "<ulink url='&YOCTO_DOCS_REF_URL;#ref-images'>Images</ulink>" chapter |
1757 | in the Yocto Project Reference Manual for a description of these images. | 1757 | in the Yocto Project Reference Manual for a description of these images. |
1758 | You can find information on GDB at <ulink url="http://sourceware.org/gdb/"/>. | 1758 | You can find information on GDB at <ulink url="http://sourceware.org/gdb/"/>. |