Debugger: Pass command line parameters with LLDB

Change-Id: Id25155688e0e9bbe0d45cde20563929b7370695d
Reviewed-by: Christian Stenger <christian.stenger@digia.com>
This commit is contained in:
hjk
2014-02-04 13:32:17 +01:00
parent c0dda8b2bb
commit b7c7a82060
3 changed files with 28 additions and 4 deletions

View File

@@ -68,6 +68,7 @@ private:
Command() {}
Command(const char *f) : function(f) {}
const Command &arg(const char *name) const;
const Command &arg(const char *name, int value) const;
const Command &arg(const char *name, qlonglong value) const;
const Command &arg(const char *name, qulonglong value) const;