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
27609c4f
Commit
27609c4f
authored
Jun 02, 2009
by
hjk
Browse files
debugger: remove some debug output, also make dumper input more readable in
the log.
parent
4133107a
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/plugins/debugger/gdb/gdbengine.cpp
View file @
27609c4f
...
...
@@ -2779,7 +2779,6 @@ static void setWatchDataEditValue(WatchData &data, const GdbMi &mi)
static
void
setWatchDataValueToolTip
(
WatchData
&
data
,
const
GdbMi
&
mi
,
int
encoding
=
0
)
{
qDebug
()
<<
"TOOLTIP: "
<<
mi
.
data
().
size
()
<<
"ENC:"
<<
encoding
;
if
(
mi
.
isValid
())
data
.
setValueToolTip
(
decodeData
(
mi
.
data
(),
encoding
));
}
...
...
@@ -3208,6 +3207,9 @@ void GdbEngine::sendWatchParameters(const QByteArray ¶ms0)
}
encoded
[
encoded
.
size
()
-
1
]
=
'}'
;
params
.
replace
(
'\0'
,
'!'
);
emit
gdbInputAvailable
(
QString
(),
QString
::
fromUtf8
(
params
));
postCommand
(
_
(
encoded
));
}
...
...
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