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
Marco Bubke
flatpak-qt-creator
Commits
931ef372
Commit
931ef372
authored
Feb 11, 2010
by
hjk
Browse files
debugger: handle critical TRK errors as critical.
parent
904fc6c3
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/plugins/debugger/gdb/trkgdbadapter.cpp
View file @
931ef372
...
...
@@ -1124,6 +1124,7 @@ void TrkGdbAdapter::sendTrkAck(trk::byte token)
void
TrkGdbAdapter
::
handleTrkError
(
const
QString
&
msg
)
{
logMessage
(
"## TRK ERROR: "
+
msg
);
emit
adapterCrashed
(
"TRK problem encountered:
\n
"
+
msg
);
}
void
TrkGdbAdapter
::
handleTrkResult
(
const
TrkResult
&
result
)
...
...
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