Searched refs:CMICmdCmdGdbThread (Results 1 – 3 of 3) sorted by relevance
25 CMICmdCmdGdbThread::CMICmdCmdGdbThread() { in CMICmdCmdGdbThread() function in CMICmdCmdGdbThread30 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()
34 class CMICmdCmdGdbThread : public CMICmdBase {42 /* ctor */ CMICmdCmdGdbThread();50 /* dtor */ ~CMICmdCmdGdbThread() override;
108 bOk &= Register<CMICmdCmdGdbThread>(); in RegisterAll()