debugger: work on tcf engine. first successful ping pong.

This commit is contained in:
hjk
2009-05-08 15:37:41 +02:00
parent 8b7ee8298f
commit cc3f796113
7 changed files with 223 additions and 25 deletions

View File

@@ -65,6 +65,7 @@ bool extractTemplate(const QString &type, QString *tmplate, QString *inner);
QString extractTypeFromPTypeOutput(const QString &str);
bool isIntOrFloatType(const QString &type);
QString sizeofTypeExpression(const QString &type);
QString quoteUnprintableLatin1(const QByteArray &ba);
// Decode string data as returned by the dumper helpers.
QString decodeData(const QByteArray &baIn, int encoding);