Searched refs:GetOptionFn (Results 1 - 4 of 4) sorted by relevance

/freebsd-11.0-release/contrib/llvm/tools/lldb/tools/lldb-mi/
H A DMICmdCmdGdbSet.h68 bool GetOptionFn(const CMIUtilString &vrGdbOptionName, FnGdbOptionPtr &vrwpFn) const;
H A DMICmdCmdGdbShow.h68 bool GetOptionFn(const CMIUtilString &vrGdbOptionName, FnGdbOptionPtr &vrwpFn) const;
H A DMICmdCmdGdbSet.cpp113 if (!GetOptionFn(strOption, pPrintRequestFn))
117 if (!GetOptionFn("fallback", pPrintRequestFn))
197 CMICmdCmdGdbSet::GetOptionFn(const CMIUtilString &vrPrintFnName, FnGdbOptionPtr &vrwpFn) const function in class:CMICmdCmdGdbSet
H A DMICmdCmdGdbShow.cpp116 if (!GetOptionFn(strOption, pPrintRequestFn))
120 if (!GetOptionFn("fallback", pPrintRequestFn))
209 CMICmdCmdGdbShow::GetOptionFn(const CMIUtilString &vrPrintFnName, FnGdbOptionPtr &vrwpFn) const function in class:CMICmdCmdGdbShow

Completed in 56 milliseconds