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
9d4b7005
Commit
9d4b7005
authored
Oct 27, 2009
by
hjk
Browse files
debugger: allow NULL pointers in QList<Foo*>
parent
0534bacc
Changes
1
Hide whitespace changes
Inline
Side-by-side
share/qtcreator/gdbmacros/gdbmacros.cpp
View file @
9d4b7005
...
...
@@ -1642,7 +1642,7 @@ static void qDumpQList(QDumper &d)
if
(
innerTypeIsPointer
)
for
(
int
i
=
0
;
i
!=
n
;
++
i
)
if
(
const
void
*
p
=
ldata
.
d
->
array
+
i
+
pdata
->
begin
)
qCheck
Access
(
deref
(
p
));
qCheck
Pointer
(
deref
(
p
));
}
qCheckAccess
(
pdata
);
...
...
Write
Preview
Supports
Markdown
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