forked from qt-creator/qt-creator
Debugger: Use base DebuggerCommand also in PdbEngine
Change-Id: I92c2668353c05c00b1593439b55745d9b209a997 Reviewed-by: Christian Stenger <christian.stenger@theqtcompany.com>
This commit is contained in:
@@ -51,6 +51,9 @@ public:
|
||||
DebuggerCommand(const char *f, int flags = 0, Callback cb = Callback())
|
||||
: function(f), callback(cb), flags(flags)
|
||||
{}
|
||||
DebuggerCommand(const char *f, Callback cb)
|
||||
: function(f), callback(cb), flags(0)
|
||||
{}
|
||||
DebuggerCommand(const QByteArray &f) : function(f), flags(0) {}
|
||||
|
||||
void arg(const char *name);
|
||||
|
||||
Reference in New Issue
Block a user