diff options
Diffstat (limited to 'contrib/llvm-project/lldb/source/Commands/CommandObjectThreadUtil.h')
-rw-r--r-- | contrib/llvm-project/lldb/source/Commands/CommandObjectThreadUtil.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/contrib/llvm-project/lldb/source/Commands/CommandObjectThreadUtil.h b/contrib/llvm-project/lldb/source/Commands/CommandObjectThreadUtil.h index 289ffdfc1894..c8f51eabc043 100644 --- a/contrib/llvm-project/lldb/source/Commands/CommandObjectThreadUtil.h +++ b/contrib/llvm-project/lldb/source/Commands/CommandObjectThreadUtil.h @@ -80,7 +80,9 @@ protected: /// an action on multiple threads at once instead of iterating over each thread. class CommandObjectMultipleThreads : public CommandObjectParsed { public: - using CommandObjectParsed::CommandObjectParsed; + CommandObjectMultipleThreads(CommandInterpreter &interpreter, + const char *name, const char *help, + const char *syntax, uint32_t flags); bool DoExecute(Args &command, CommandReturnObject &result) override; |