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
968e5e22
Commit
968e5e22
authored
Jan 21, 2010
by
Friedemann Kleint
Browse files
Debugger: Code cosmetics.
parent
2395ec51
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/plugins/debugger/gdb/trkgdbadapter.cpp
View file @
968e5e22
...
...
@@ -1055,7 +1055,7 @@ void TrkGdbAdapter::handleTrkResult(const TrkResult &result)
logMessage
(
logMsg
);
break
;
}
case
TrkNotifyStopped
:
{
// Notified Stopped
case
TrkNotifyStopped
:
{
//
0x90
Notified Stopped
// 90 01 78 6a 40 40 00 00 07 23 00 00 07 24 00 00
debugMessage
(
_
(
"RESET SNAPSHOT (NOTIFY STOPPED)"
));
m_snapshot
.
reset
();
...
...
@@ -1085,7 +1085,7 @@ void TrkGdbAdapter::handleTrkResult(const TrkResult &result)
trkReadRegistersMessage
());
break
;
}
case
TrkNotifyException
:
{
// Notify Exception (obsolete)
case
TrkNotifyException
:
{
//
0x91
Notify Exception (obsolete)
debugMessage
(
_
(
"RESET SNAPSHOT (NOTIFY EXCEPTION)"
));
m_snapshot
.
reset
();
logMessage
(
prefix
+
"NOTE: EXCEPTION "
+
str
);
...
...
Write
Preview
Markdown
is supported
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