Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/tools/lldb-mi/
H A DMICmdCmdData.h187 class CMICmdCmdDataListRegisterNames : public CMICmdBase {
195 /* ctor */ CMICmdCmdDataListRegisterNames();
204 /* dtor */ ~CMICmdCmdDataListRegisterNames() override;
H A DMICmdCmdData.cpp826 CMICmdCmdDataListRegisterNames::CMICmdCmdDataListRegisterNames() in CMICmdCmdDataListRegisterNames() function in CMICmdCmdDataListRegisterNames
832 m_pSelfCreatorFn = &CMICmdCmdDataListRegisterNames::CreateSelf; in CMICmdCmdDataListRegisterNames()
843 CMICmdCmdDataListRegisterNames::~CMICmdCmdDataListRegisterNames() {} in ~CMICmdCmdDataListRegisterNames()
856 bool CMICmdCmdDataListRegisterNames::ParseArgs() { in ParseArgs()
875 bool CMICmdCmdDataListRegisterNames::Execute() { in Execute()
939 bool CMICmdCmdDataListRegisterNames::Acknowledge() { in Acknowledge()
959 CMICmdBase *CMICmdCmdDataListRegisterNames::CreateSelf() { in CreateSelf()
960 return new CMICmdCmdDataListRegisterNames(); in CreateSelf()
974 CMICmdCmdDataListRegisterNames::GetRegister(const MIuint vRegisterIndex) const { in GetRegister()
H A DMICmdCommands.cpp88 bOk &= Register<CMICmdCmdDataListRegisterNames>(); in RegisterAll()