Searched refs:pPrintRequestFn (Results 1 - 3 of 3) sorted by relevance

/freebsd-11.0-release/contrib/llvm/tools/lldb/tools/lldb-mi/
H A DMICmdCmdGdbInfo.cpp90 FnPrintPtr pPrintRequestFn = nullptr; local
91 if (!GetPrintFn(rPrintRequest, pPrintRequestFn))
98 m_bPrintFnSuccessful = (this->*(pPrintRequestFn))();
H A DMICmdCmdGdbSet.cpp112 FnGdbOptionPtr pPrintRequestFn = nullptr; local
113 if (!GetOptionFn(strOption, pPrintRequestFn))
117 if (!GetOptionFn("fallback", pPrintRequestFn))
125 m_bGdbOptionFnSuccessful = (this->*(pPrintRequestFn))(vecWords);
H A DMICmdCmdGdbShow.cpp115 FnGdbOptionPtr pPrintRequestFn = nullptr; local
116 if (!GetOptionFn(strOption, pPrintRequestFn))
120 if (!GetOptionFn("fallback", pPrintRequestFn))
128 m_bGdbOptionFnSuccessful = (this->*(pPrintRequestFn))(vecWords);

Completed in 51 milliseconds