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
Tobias Hunger
qt-creator
Commits
7cf76a2b
Commit
7cf76a2b
authored
Dec 08, 2008
by
hjk
Browse files
Merge branch '0.9.1-beta' of git@scm.dev.nokia.troll.no:creator/mainline into 0.9.1-beta
parents
d3a97147
6761ca0c
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/plugins/debugger/gdbengine.cpp
View file @
7cf76a2b
...
...
@@ -3963,7 +3963,7 @@ void GdbEngine::tryLoadCustomDumpers()
if
(
qq
->
useFastStart
())
sendCommand
(
"set stop-on-solib-events 0"
);
QString
flag
=
QString
::
number
(
RTLD_NOW
);
sendCommand
(
"call dlopen(
\"
"
+
lib
+
"
\"
, "
+
flag
+
")"
);
sendCommand
(
"call
(void)
dlopen(
\"
"
+
lib
+
"
\"
, "
+
flag
+
")"
);
sendCommand
(
"sharedlibrary "
+
dotEscape
(
lib
));
if
(
qq
->
useFastStart
())
sendCommand
(
"set stop-on-solib-events 1"
);
...
...
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