Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/tools/lldb-mi/
H A DMICmdCmdGdbShow.cpp323 const lldb::SBFrame sbFrame = sbThread.GetSelectedFrame(); in OptionFnLanguage() local
324 lldb::SBCompileUnit sbCompileUnit = sbFrame.GetCompileUnit(); in OptionFnLanguage()
H A DMICmdCmdStack.cpp1063 lldb::SBFrame sbFrame = sbThread.SetSelectedFrame(nFrameId); in Execute() local
1064 m_bFrameInvalid = !sbFrame.IsValid(); in Execute()