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
1653e287
Commit
1653e287
authored
Oct 12, 2009
by
Oswald Buddenhagen
Browse files
if 0 some code - the calling code is if 0'd as well
parent
973f607e
Changes
2
Hide whitespace changes
Inline
Side-by-side
src/plugins/debugger/gdb/remotegdbadapter.cpp
View file @
1653e287
...
...
@@ -175,6 +175,7 @@ void RemoteGdbAdapter::prepareInferior()
#endif
}
#if 0
void RemoteGdbAdapter::handleSetTargetAsync(const GdbResponse &response)
{
QTC_ASSERT(state() == InferiorPreparing, qDebug() << state());
...
...
@@ -190,6 +191,7 @@ void RemoteGdbAdapter::handleSetTargetAsync(const GdbResponse &response)
emit inferiorPreparationFailed(msg);
}
}
#endif
void
RemoteGdbAdapter
::
handleFileExecAndSymbols
(
const
GdbResponse
&
response
)
{
...
...
src/plugins/debugger/gdb/remotegdbadapter.h
View file @
1653e287
...
...
@@ -65,7 +65,9 @@ private:
Q_SLOT
void
readUploadStandardError
();
Q_SLOT
void
uploadProcError
(
QProcess
::
ProcessError
error
);
#if 0
void handleSetTargetAsync(const GdbResponse &response);
#endif
void
handleFileExecAndSymbols
(
const
GdbResponse
&
response
);
void
handleTargetRemote
(
const
GdbResponse
&
response
);
void
handleKill
(
const
GdbResponse
&
response
);
...
...
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