Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/tools/lldb-mi/
H A DMICmdCmdGdbThread.cpp25 CMICmdCmdGdbThread::CMICmdCmdGdbThread() { in CMICmdCmdGdbThread() function in CMICmdCmdGdbThread
30 m_pSelfCreatorFn = &CMICmdCmdGdbThread::CreateSelf; in CMICmdCmdGdbThread()
41 CMICmdCmdGdbThread::~CMICmdCmdGdbThread() {} in ~CMICmdCmdGdbThread()
55 bool CMICmdCmdGdbThread::Execute() { in Execute()
72 bool CMICmdCmdGdbThread::Acknowledge() { in Acknowledge()
93 CMICmdBase *CMICmdCmdGdbThread::CreateSelf() { in CreateSelf()
94 return new CMICmdCmdGdbThread(); in CreateSelf()
H A DMICmdCmdGdbThread.h34 class CMICmdCmdGdbThread : public CMICmdBase {
42 /* ctor */ CMICmdCmdGdbThread();
50 /* dtor */ ~CMICmdCmdGdbThread() override;
H A DMICmdCommands.cpp108 bOk &= Register<CMICmdCmdGdbThread>(); in RegisterAll()