Skip to content
GitLab
Menu
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
0368b213
Commit
0368b213
authored
May 05, 2009
by
Oswald Buddenhagen
Browse files
fix typos
parent
57a93374
Changes
1
Hide whitespace changes
Inline
Side-by-side
share/qtcreator/gdbmacros/gdbmacros.cpp
View file @
0368b213
...
@@ -94,10 +94,10 @@ int qtGhVersion = QT_VERSION;
...
@@ -94,10 +94,10 @@ int qtGhVersion = QT_VERSION;
\c{qDumpObjectData440()}.
\c{qDumpObjectData440()}.
In any case, dumper processesing should end up in
In any case, dumper processesing should end up in
\c{handleProtocolVersion2and3()} and needs an entry in the bi
s
switch there.
\c{handleProtocolVersion2and3()} and needs an entry in the bi
g
switch there.
Next step is to create a suitable \c{static void qDumpFoo(QDumper &d)}
Next step is to create a suitable \c{static void qDumpFoo(QDumper &d)}
function. At the bare minimum it should contain something like:
function. At the bare minimum it should contain something like
this
:
\c{
\c{
...
@@ -127,7 +127,7 @@ int qtGhVersion = QT_VERSION;
...
@@ -127,7 +127,7 @@ int qtGhVersion = QT_VERSION;
\endlist
\endlist
If the current item has children, it might be queried to produce information
If the current item has children, it might be queried to produce information
about thes children. In this case the dumper should use something like
about thes
e
children. In this case the dumper should use something like
this:
\c{
\c{
if (d.dumpChildren) {
if (d.dumpChildren) {
...
@@ -1168,7 +1168,7 @@ static void qDumpQHashNode(QDumper &d)
...
@@ -1168,7 +1168,7 @@ static void qDumpQHashNode(QDumper &d)
P
(
d
,
"numchild"
,
2
);
P
(
d
,
"numchild"
,
2
);
if
(
d
.
dumpChildren
)
{
if
(
d
.
dumpChildren
)
{
// there is a hash specialization in cas
t
the key are integers or shorts
// there is a hash specialization in cas
e
the key
s
are integers or shorts
d
<<
",children=["
;
d
<<
",children=["
;
d
.
beginHash
();
d
.
beginHash
();
P
(
d
,
"name"
,
"key"
);
P
(
d
,
"name"
,
"key"
);
...
@@ -2679,7 +2679,7 @@ void *qDumpObjectData440(
...
@@ -2679,7 +2679,7 @@ void *qDumpObjectData440(
// This is a list of all available dumpers. Note that some templates
// This is a list of all available dumpers. Note that some templates
// currently require special hardcoded handling in the debugger plugin.
// currently require special hardcoded handling in the debugger plugin.
// They are mentioned here nevertheless. For types that not listed
// They are mentioned here nevertheless. For types that
are
not listed
// here, dumpers won't be used.
// here, dumpers won't be used.
d
<<
"dumpers=["
d
<<
"dumpers=["
"
\"
"
NS
"QByteArray
\"
,"
"
\"
"
NS
"QByteArray
\"
,"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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