forked from qt-creator/qt-creator
Debugger: Remove knowledge of GdbEngine from Debugger protocol
Change-Id: I495eaf87646223c212b7975e54f2eb8e73b54400 Reviewed-by: Christian Stenger <christian.stenger@digia.com>
This commit is contained in:
@@ -129,10 +129,6 @@ public:
|
||||
void fromString(const QByteArray &str);
|
||||
void fromStringMultiple(const QByteArray &str);
|
||||
|
||||
private:
|
||||
friend class GdbResponse;
|
||||
friend class GdbEngine;
|
||||
|
||||
static QByteArray parseCString(const char *&from, const char *to);
|
||||
static QByteArray escapeCString(const QByteArray &ba);
|
||||
void parseResultOrValue(const char *&from, const char *to);
|
||||
|
||||
Reference in New Issue
Block a user