diff options
Diffstat (limited to 'documentation/dev-manual')
-rw-r--r-- | documentation/dev-manual/dev-manual-common-tasks.xml | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/documentation/dev-manual/dev-manual-common-tasks.xml b/documentation/dev-manual/dev-manual-common-tasks.xml index 5bcf947fab..a63a13b4a0 100644 --- a/documentation/dev-manual/dev-manual-common-tasks.xml +++ b/documentation/dev-manual/dev-manual-common-tasks.xml | |||
@@ -4004,17 +4004,18 @@ | |||
4004 | <para> | 4004 | <para> |
4005 | GDB allows you to examine running programs, which in turn helps you to understand and fix problems. | 4005 | GDB allows you to examine running programs, which in turn helps you to understand and fix problems. |
4006 | It also allows you to perform post-mortem style analysis of program crashes. | 4006 | It also allows you to perform post-mortem style analysis of program crashes. |
4007 | GDB is available as a package within the Yocto Project and by default is | 4007 | GDB is available as a package within the Yocto Project and is |
4008 | installed in SDK images. | 4008 | installed in SDK images by default. |
4009 | See the "<ulink url='&YOCTO_DOCS_REF_URL;#ref-images'>Images</ulink>" chapter | 4009 | See the "<ulink url='&YOCTO_DOCS_REF_URL;#ref-images'>Images</ulink>" chapter |
4010 | in the Yocto Project Reference Manual for a description of these images. | 4010 | in the Yocto Project Reference Manual for a description of these images. |
4011 | You can find information on GDB at <ulink url="http://sourceware.org/gdb/"/>. | 4011 | You can find information on GDB at <ulink url="http://sourceware.org/gdb/"/>. |
4012 | </para> | 4012 | </para> |
4013 | 4013 | ||
4014 | <tip> | 4014 | <tip> |
4015 | For best results, install <filename>-dbg</filename> packages for the applications | 4015 | For best results, install <filename>-dbg</filename> packages for |
4016 | you are going to debug. | 4016 | the applications you are going to debug. |
4017 | Doing so makes available extra debug symbols that give you more meaningful output. | 4017 | Doing so makes extra debug symbols available that give you more |
4018 | meaningful output. | ||
4018 | </tip> | 4019 | </tip> |
4019 | 4020 | ||
4020 | <para> | 4021 | <para> |