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
c951e5b6
Commit
c951e5b6
authored
Oct 05, 2009
by
Oswald Buddenhagen
Browse files
reset output converter state again
parent
1d6da504
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/plugins/debugger/gdb/gdbengine.cpp
View file @
c951e5b6
...
...
@@ -289,13 +289,13 @@ void GdbEngine::initializeVariables()
m_inbuffer
.
clear
();
// ConverterState has no reset() function.
m_outputCodecState
.
~
ConverterState
();
new
(
&
m_outputCodecState
)
QTextCodec
::
ConverterState
();
m_currentFunctionArgs
.
clear
();
m_currentFrame
.
clear
();
m_dumperHelper
.
clear
();
// FIXME: unhandled:
//m_outputCodecState = QTextCodec::ConverterState();
//m_gdbAdapter;
}
QString
GdbEngine
::
errorMessage
(
QProcess
::
ProcessError
error
)
...
...
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