Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/tools/lldb-mi/
H A DMICmdCmdSupportInfo.cpp28 CMICmdCmdSupportInfoMiCmdQuery::CMICmdCmdSupportInfoMiCmdQuery() in CMICmdCmdSupportInfoMiCmdQuery() function in CMICmdCmdSupportInfoMiCmdQuery
34 m_pSelfCreatorFn = &CMICmdCmdSupportInfoMiCmdQuery::CreateSelf; in CMICmdCmdSupportInfoMiCmdQuery()
45 CMICmdCmdSupportInfoMiCmdQuery::~CMICmdCmdSupportInfoMiCmdQuery() {} in ~CMICmdCmdSupportInfoMiCmdQuery()
58 bool CMICmdCmdSupportInfoMiCmdQuery::ParseArgs() { in ParseArgs()
75 bool CMICmdCmdSupportInfoMiCmdQuery::Execute() { in Execute()
99 bool CMICmdCmdSupportInfoMiCmdQuery::Acknowledge() { in Acknowledge()
122 CMICmdBase *CMICmdCmdSupportInfoMiCmdQuery::CreateSelf() { in CreateSelf()
123 return new CMICmdCmdSupportInfoMiCmdQuery(); in CreateSelf()
H A DMICmdCmdSupportInfo.h35 class CMICmdCmdSupportInfoMiCmdQuery : public CMICmdBase {
43 /* ctor */ CMICmdCmdSupportInfoMiCmdQuery();
52 /* dtor */ ~CMICmdCmdSupportInfoMiCmdQuery() override;
H A DMICmdCommands.cpp76 bOk &= Register<CMICmdCmdSupportInfoMiCmdQuery>(); in RegisterAll()