forked from qt-creator/qt-creator
Debugger: Remove unused code
More fallout from the non-Python removal. Change-Id: I15534dd92dfa9823e0a7d609c13f8a71caa9b093 Reviewed-by: hjk <hjk121@nokiamail.com>
This commit is contained in:
@@ -58,14 +58,6 @@ class WatchData;
|
||||
class DisassemblerAgentCookie;
|
||||
class DisassemblerLines;
|
||||
|
||||
enum DebuggingHelperState
|
||||
{
|
||||
DebuggingHelperUninitialized,
|
||||
DebuggingHelperLoadTried,
|
||||
DebuggingHelperAvailable,
|
||||
DebuggingHelperUnavailable
|
||||
};
|
||||
|
||||
class GdbEngine : public Debugger::DebuggerEngine
|
||||
{
|
||||
Q_OBJECT
|
||||
@@ -449,7 +441,6 @@ protected:
|
||||
void showToolTip();
|
||||
|
||||
void insertData(const WatchData &data);
|
||||
void sendWatchParameters(const QByteArray ¶ms0);
|
||||
|
||||
void handleVarAssign(const GdbResponse &response);
|
||||
void handleDetach(const GdbResponse &response);
|
||||
@@ -480,7 +471,6 @@ protected:
|
||||
//
|
||||
void reloadDebuggingHelpers();
|
||||
|
||||
DebuggingHelperState m_debuggingHelperState;
|
||||
QByteArray m_qtNamespace;
|
||||
QString m_gdb;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user