Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Marco Bubke
flatpak-qt-creator
Commits
feb11b1c
Commit
feb11b1c
authored
Apr 06, 2011
by
Leena Miettinen
Browse files
Doc: capitalize GDB
parent
90e9ec47
Changes
1
Hide whitespace changes
Inline
Side-by-side
doc/qtcreator.qdoc
View file @
feb11b1c
...
...
@@ -7345,7 +7345,7 @@
\
omit
\
section2
G
db
Adapter
Modes
\
section2
G
DB
Adapter
Modes
[
Advanced
Topic
]
...
...
@@ -7393,13 +7393,13 @@
\
o
Native
Debugger
\
o
Notes
\
row
\
o
G
db
\
o
G
DB
\
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
G
db
}.
\
l
{
http
://
developer
.
qt
.
nokia
.
com
/
wiki
/
QtCreatorBuildGdb
}{
Building
G
DB
}.
You
must
use
at
least
Python
version
2.5
,
but
we
recommend
that
you
use
version
2.6
.
...
...
@@ -7675,7 +7675,7 @@
\
i
\
bold
{
Note
:}
\
row
\
i
G
db
,
and
therefore
Qt
Creator
's debugger works for optimized
\
i
G
DB
,
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
...
...
@@ -7996,8 +7996,9 @@
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.
...
...
@@ -10848,10 +10849,10 @@
(
all
platforms
),
some
data
types
will
not
be
displayed
in
the
\
gui
{
Locals
and
Watchers
}
view
due
to
missing
debug
information
.
\
o
G
db
on
Windows
may
not
work
if
the
'Embassy \reg Security Center'
software
\
o
G
DB
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
G
db
may
take
long
to
load
debugging
symbols
,
especially
from
large
\
o
G
DB
may
take
long
to
load
debugging
symbols
,
especially
from
large
libraries
.
\
o
Setting
breakpoints
in
code
that
is
compiled
into
the
binary
more
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment