Home
last modified time | relevance | path

Searched refs:CommandObjectMultiwordThread (Results 1 – 3 of 3) sorted by relevance

/openbsd-src/gnu/llvm/lldb/source/Commands/
H A DCommandObjectThread.h16 class CommandObjectMultiwordThread : public CommandObjectMultiword {
18 CommandObjectMultiwordThread(CommandInterpreter &interpreter);
20 ~CommandObjectMultiwordThread() override;
H A DCommandObjectThread.cpp2545 CommandObjectMultiwordThread::CommandObjectMultiwordThread( in CommandObjectMultiwordThread() function in CommandObjectMultiwordThread
2624 CommandObjectMultiwordThread::~CommandObjectMultiwordThread() = default;
/openbsd-src/gnu/llvm/lldb/source/Interpreter/
H A DCommandInterpreter.cpp555 REGISTER_COMMAND_OBJECT("thread", CommandObjectMultiwordThread); in LoadCommandDictionary()