Debugger: Pass more options down to LLDB variable formatting

Change-Id: I18487bafeafe81a473e9b11945a20258c8b2b676
Reviewed-by: hjk <hjk121@nokiamail.com>
This commit is contained in:
hjk
2013-05-24 12:54:09 +02:00
parent b00ba63546
commit 711e67ad65
2 changed files with 88 additions and 1 deletions

View File

@@ -78,6 +78,9 @@ private:
const Command &beginGroup(const char *name = 0) const;
void endGroup() const;
static QByteArray toData(const QList<QByteArray> &value);
static QByteArray toData(const QHash<QByteArray, QByteArray> &value);
QByteArray function;
mutable QByteArray args;
private: