Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Marco Bubke
flatpak-qt-creator
Commits
c951e5b6
Commit
c951e5b6
authored
Oct 05, 2009
by
Oswald Buddenhagen
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
reset output converter state again
parent
1d6da504
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
src/plugins/debugger/gdb/gdbengine.cpp
src/plugins/debugger/gdb/gdbengine.cpp
+4
-4
No files found.
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
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