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
2de887ea
Commit
2de887ea
authored
Jun 30, 2009
by
Friedemann Kleint
Browse files
Do not give up loading dumpers (MinGW/injection load).
Acked-by:
kh
<
qtc-committer@nokia.com
>
parent
df348420
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/plugins/debugger/gdb/gdbengine.cpp
View file @
2de887ea
...
...
@@ -3143,7 +3143,8 @@ void GdbEngine::handleQueryDebuggingHelper(const GdbResultRecord &record, const
m_dumperHelper
.
parseQueryTypes
(
availableSimpleDebuggingHelpers
,
QtDumperHelper
::
GdbDebugger
);
if
(
availableSimpleDebuggingHelpers
.
isEmpty
())
{
m_debuggingHelperState
=
DebuggingHelperUnavailable
;
if
(
!
m_dumperInjectionLoad
)
// Retry if thread has not terminated yet.
m_debuggingHelperState
=
DebuggingHelperUnavailable
;
q
->
showStatusMessage
(
tr
(
"Debugging helpers not found."
));
//QMessageBox::warning(q->mainWindow(),
// tr("Cannot find special data dumpers"),
...
...
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