Lines Matching refs:GetInterface
26 lldbassert(GetInterface() && "Invalid Scripted Thread Interface."); in CheckInterpreterAndScriptObject()
39 process.GetInterface().CreateScriptedThreadInterface(); in Create()
48 process.GetInterface().GetScriptedThreadPluginName(); in Create()
87 llvm::Optional<std::string> thread_name = GetInterface()->GetName(); in GetName()
95 llvm::Optional<std::string> queue_name = GetInterface()->GetQueue(); in GetQueueName()
122 llvm::Optional<std::string> reg_data = GetInterface()->GetRegisterContext(); in CreateRegisterContextForFrame()
151 StructuredData::ArraySP arr_sp = GetInterface()->GetStackFrames(); in LoadArtificialStackFrames()
218 StructuredData::DictionarySP dict_sp = GetInterface()->GetStopReason(); in CalculateStopInfo()
289 lldb::ScriptedThreadInterfaceSP ScriptedThread::GetInterface() const { in GetInterface() function in ScriptedThread
297 StructuredData::DictionarySP reg_info = GetInterface()->GetRegisterInfo(); in GetDynamicRegisterInfo()
301 return GetInterface() in GetDynamicRegisterInfo()