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
c9a54c97
Commit
c9a54c97
authored
Feb 11, 2009
by
hjk
Browse files
Fixes: compile fix mac/win
parent
dddd905b
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/plugins/debugger/gdbengine.cpp
View file @
c9a54c97
...
...
@@ -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
.
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