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 @@ GDB allows you to examine running programs, which in turn helps you to understand and fix problems. It also allows you to perform post-mortem style analysis of program crashes. - GDB is available as a package within the Yocto Project and by default is - installed in SDK images. + GDB is available as a package within the Yocto Project and is + installed in SDK images by default. See the "Images" chapter in the Yocto Project Reference Manual for a description of these images. You can find information on GDB at . - For best results, install -dbg packages for the applications - you are going to debug. - Doing so makes available extra debug symbols that give you more meaningful output. + For best results, install -dbg packages for + the applications you are going to debug. + Doing so makes extra debug symbols available that give you more + meaningful output.