OSDN Git Service

Doc: capitalize GDB
authorLeena Miettinen <riitta-leena.miettinen@nokia.com>
Wed, 6 Apr 2011 15:08:01 +0000 (17:08 +0200)
committerLeena Miettinen <riitta-leena.miettinen@nokia.com>
Thu, 7 Apr 2011 11:56:12 +0000 (13:56 +0200)
doc/qtcreator.qdoc

index 6952d03..fa9def1 100644 (file)
 
     \omit
 
-    \section2 Gdb Adapter Modes
+    \section2 GDB Adapter Modes
 
     [Advanced Topic]
 
             \o Native Debugger
             \o Notes
         \row
-            \o Gdb
+            \o GDB
             \o On Linux and Windows, use the Python-enabled GDB versions that
             are installed when you install Qt Creator and Qt SDK. On Mac OS X,
             use the GDB provided with Xcode.
             For a custom target, you can build your own Python-enabled GDB.
             Follow the instructions on
-            \l{http://developer.qt.nokia.com/wiki/QtCreatorBuildGdb}{Building Gdb}.
+            \l{http://developer.qt.nokia.com/wiki/QtCreatorBuildGdb}{Building GDB}.
             You must use at least Python version 2.5, but we recommend that you
             use version 2.6.
 
             \i  \bold{Note:}
 
         \row
-            \i  Gdb, and therefore Qt Creator's debugger works for optimized
+            \i  GDB, and therefore Qt Creator's debugger works for optimized
                 builds on Linux and Mac OS X. Optimization can lead to
                 re-ordering of instructions or removal of some local variables,
                 causing the \gui{Locals and Watchers} view to show unexpected
     To extend the shipped Python based debugging helpers for custom types,
     define one Python function per user defined type in the
     GDB startup file. By default, the following startup file is used:
-    \c{~/.gdbinit}. To use another file, select \gui {Tools > Options... > Gdb}
-    and specify a filename in the \gui {Gdb startup script} field.
+    \c{~/.gdbinit}. To use another file, select \gui {Tools > Options... >
+    Debugger > GDB}
+    and specify a filename in the \gui {GDB startup script} field.
 
     The function name has to be qdump__NS__Foo, where NS::Foo is the class
     or class template to be examined. Nested namespaces are possible.
            (all platforms), some data types will not be displayed in the
            \gui{Locals and Watchers} view due to missing debug information.
 
-        \o Gdb on Windows may not work if the 'Embassy \reg Security Center' software
+        \o GDB on Windows may not work if the 'Embassy \reg Security Center' software
            by 'Wave \reg Systems' is installed and active (causing crashes in \c{vxvault.dll)}).
 
-        \o Gdb may take long to load debugging symbols, especially from large
+        \o GDB may take long to load debugging symbols, especially from large
            libraries.
 
         \o Setting breakpoints in code that is compiled into the binary more