forked from qt-creator/qt-creator
Debugger: Pass command line parameters with LLDB
Change-Id: Id25155688e0e9bbe0d45cde20563929b7370695d Reviewed-by: Christian Stenger <christian.stenger@digia.com>
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user