Searched refs:GetInterface (Results 1 – 4 of 4) sorted by relevance
106 StructuredData::GenericSP object_sp = GetInterface().CreatePluginObject( in ScriptedProcess()154 Status error = GetInterface().Launch(); in DoLaunch()172 m_pid = GetInterface().GetProcessID(); in DidLaunch()194 error = GetInterface().Resume(); in DoResume()205 if (GetInterface().ShouldStop()) { in DoStop()212 return GetInterface().Stop(); in DoStop()219 return GetInterface().IsAlive(); in IsAlive()230 GetInterface().ReadMemoryAtAddress(addr, size, error); in DoReadMemory()414 return GetInterface().ErrorWithMessage<StructuredData::ObjectSP>( in GetLoadedDynamicLibrariesInfos()480 return GetInterface().ErrorWithMessage<StructuredData::ObjectSP>( in GetLoadedDynamicLibrariesInfos()[all …]
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 ScriptedThread297 StructuredData::DictionarySP reg_info = GetInterface()->GetRegisterInfo(); in GetDynamicRegisterInfo()[all …]
63 lldb::ScriptedThreadInterfaceSP GetInterface() const;
110 ScriptedProcessInterface &GetInterface() const;