Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/tools/lldb-mi/
H A DMICmnLLDBDebugSessionInfo.cpp434 lldb::SBFrame &rFrame = const_cast<lldb::SBFrame &>(vrFrame); in MIResponseFormVariableInfo() local
442 lldb::SBValueList listArg = rFrame.GetVariables(bArg, false, false, false); in MIResponseFormVariableInfo()
449 rFrame.GetVariables(false, bLocals, bStatics, bInScopeOnly); in MIResponseFormVariableInfo()
628 lldb::SBFrame &rFrame = const_cast<lldb::SBFrame &>(vrFrame); in GetFrameInfo() local
632 rFrame.GetLineEntry().GetFileSpec().GetPath(&pBuffer[0], sizeof(pBuffer)); in GetFrameInfo()
640 vwPc = rFrame.GetPC(); in GetFrameInfo()
642 const char *pFnName = rFrame.GetFunctionName(); in GetFrameInfo()
645 const char *pFileName = rFrame.GetLineEntry().GetFileSpec().GetFilename(); in GetFrameInfo()
648 vwnLine = rFrame.GetLineEntry().GetLine(); in GetFrameInfo()