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
b9c86e8b
Commit
b9c86e8b
authored
Feb 11, 2009
by
hjk
Browse files
Merge commit '
c9a54c97
'
parents
c3b5202e
c9a54c97
Changes
1
Show whitespace changes
Inline
Side-by-side
src/plugins/debugger/gdbengine.cpp
View file @
b9c86e8b
...
...
@@ -3985,9 +3985,9 @@ void GdbEngine::tryLoadCustomDumpers()
//if (qq->useFastStart())
// sendCommand("set stop-on-solib-events 0");
QString
flag
=
QString
::
number
(
RTLD_NOW
);
sendSyncronizedCommand
(
"call (void)dlopen(
\"
"
+
lib
+
"
\"
, "
+
flag
+
")"
,
sendSync
h
ronizedCommand
(
"call (void)dlopen(
\"
"
+
lib
+
"
\"
, "
+
flag
+
")"
,
WatchDumpCustomSetup
);
sendSyncronizedCommand
(
"sharedlibrary "
+
dotEscape
(
lib
));
sendSync
h
ronizedCommand
(
"sharedlibrary "
+
dotEscape
(
lib
));
//if (qq->useFastStart())
// sendCommand("set stop-on-solib-events 1");
}
else
{
...
...
@@ -4002,9 +4002,9 @@ void GdbEngine::tryLoadCustomDumpers()
// sendCommand("set stop-on-solib-events 0");
//sendCommand("handle SIGSEGV pass stop print");
//sendCommand("set unwindonsignal off");
sendSyncronizedCommand
(
"call LoadLibraryA(
\"
"
+
lib
+
"
\"
)"
,
sendSync
h
ronizedCommand
(
"call LoadLibraryA(
\"
"
+
lib
+
"
\"
)"
,
WatchDumpCustomSetup
);
sendSyncronizedCommand
(
"sharedlibrary "
+
dotEscape
(
lib
));
sendSync
h
ronizedCommand
(
"sharedlibrary "
+
dotEscape
(
lib
));
//if (qq->useFastStart())
// sendCommand("set stop-on-solib-events 1");
}
else
{
...
...
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