Skip to content
Snippets Groups Projects
Commit 3dc74ecb authored by hjk's avatar hjk Committed by Christian Stenger
Browse files

Debugger: Remove knowledge of GdbEngine from Debugger protocol


Change-Id: I495eaf87646223c212b7975e54f2eb8e73b54400
Reviewed-by: default avatarChristian Stenger <christian.stenger@digia.com>
parent a1e7bae4
No related branches found
No related tags found
No related merge requests found
......@@ -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);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment