Home
last modified time | relevance | path

Searched refs:CMICmdArgValOptionShort (Results 1 – 8 of 8) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/lldb/tools/lldb-mi/
H A DMICmdArgValOptionShort.cpp22 CMICmdArgValOptionShort::CMICmdArgValOptionShort() {} in CMICmdArgValOptionShort() function in CMICmdArgValOptionShort
36 CMICmdArgValOptionShort::CMICmdArgValOptionShort(const CMIUtilString &vrArgName, in CMICmdArgValOptionShort() function in CMICmdArgValOptionShort
57 CMICmdArgValOptionShort::CMICmdArgValOptionShort( in CMICmdArgValOptionShort() function in CMICmdArgValOptionShort
72 CMICmdArgValOptionShort::~CMICmdArgValOptionShort() {} in ~CMICmdArgValOptionShort()
83 bool CMICmdArgValOptionShort::IsArgShortOption( in IsArgShortOption()
111 bool CMICmdArgValOptionShort::IsArgOptionCorrect( in IsArgOptionCorrect()
126 bool CMICmdArgValOptionShort::ArgNameMatch(const CMIUtilString &vrTxt) const { in ArgNameMatch()
H A DMICmdArgValOptionShort.h35 class CMICmdArgValOptionShort : public CMICmdArgValOptionLong {
38 /* ctor */ CMICmdArgValOptionShort();
39 /* ctor */ CMICmdArgValOptionShort(const CMIUtilString &vrArgName,
42 /* ctor */ CMICmdArgValOptionShort(const CMIUtilString &vrArgName,
53 /* dtor */ ~CMICmdArgValOptionShort() override;
H A DMICmdArgValListBase.cpp135 pOptionObj = new CMICmdArgValOptionShort(); in CreationObj()
192 bValid = CMICmdArgValOptionShort().IsArgShortOption(vrTxt); in IsExpectedCorrectType()
H A DMICmdCmdBreak.cpp83 new CMICmdArgValOptionShort(m_constStrArgNamedTempBrkPt, false, true)); in ParseArgs()
86 m_setCmdArgs.Add(new CMICmdArgValOptionShort( in ParseArgs()
89 m_setCmdArgs.Add(new CMICmdArgValOptionShort(m_constStrArgNamedDisableBrkPt, in ParseArgs()
93 m_setCmdArgs.Add(new CMICmdArgValOptionShort( in ParseArgs()
97 new CMICmdArgValOptionShort(m_constStrArgNamedInoreCnt, false, true, in ParseArgs()
99 m_setCmdArgs.Add(new CMICmdArgValOptionShort( in ParseArgs()
H A DMICmdCmdFile.cpp68 new CMICmdArgValOptionShort(m_constStrArgNamedPlatformName, false, true, in ParseArgs()
70 m_setCmdArgs.Add(new CMICmdArgValOptionShort( in ParseArgs()
H A DMICmdCmdData.cpp289 m_setCmdArgs.Add(new CMICmdArgValOptionShort( in ParseArgs()
292 m_setCmdArgs.Add(new CMICmdArgValOptionShort( in ParseArgs()
528 new CMICmdArgValOptionShort(m_constStrArgByteOffset, false, true, in ParseArgs()
1478 new CMICmdArgValOptionShort(m_constStrArgOffset, false, true, in ParseArgs()
H A DMICmdCmdTarget.cpp246 new CMICmdArgValOptionShort(m_constStrArgNamedFile, false, true, in ParseArgs()
H A DMICmdCmdVar.cpp1181 new CMICmdArgValOptionShort(m_constStrArgFormatSpec, false, false, in ParseArgs()