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
78be8e27
Commit
78be8e27
authored
Oct 28, 2009
by
hjk
Browse files
debugger: fix fetching of base class information
parent
f92635e3
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/plugins/debugger/gdb/gdbengine.cpp
View file @
78be8e27
...
...
@@ -2844,6 +2844,7 @@ void GdbEngine::updateSubItem(const WatchData &data0)
data1
.
exp
=
QLatin1String
(
"(*("
)
+
data
.
exp
+
QLatin1String
(
"))"
);
data1
.
type
=
stripPointerType
(
data
.
type
);
data1
.
setValueNeeded
();
data1
.
setChildrenUnneeded
();
insertData
(
data1
);
}
return
;
...
...
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