Searched refs:GetInterface (Results 1 – 5 of 5) 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()255 GetInterface().GetMemoryRegionContainingAddress(load_addr, error)) in DoGetMemoryRegionInfo()268 GetInterface().GetMemoryRegionContainingAddress(address, error)) { in GetMemoryRegions()[all …]
28 lldbassert(GetInterface() && "Invalid Scripted Thread Interface."); in CheckInterpreterAndScriptObject()41 process.GetInterface().CreateScriptedThreadInterface(); in Create()50 process.GetInterface().GetScriptedThreadPluginName(); in Create()89 std::optional<std::string> thread_name = GetInterface()->GetName(); in GetName()97 std::optional<std::string> queue_name = GetInterface()->GetQueue(); in GetQueueName()124 std::optional<std::string> reg_data = GetInterface()->GetRegisterContext(); in CreateRegisterContextForFrame()153 StructuredData::ArraySP arr_sp = GetInterface()->GetStackFrames(); in LoadArtificialStackFrames()218 StructuredData::DictionarySP dict_sp = GetInterface()->GetStopReason(); in CalculateStopInfo()324 lldb::ScriptedThreadInterfaceSP ScriptedThread::GetInterface() const { in GetInterface() function in ScriptedThread332 StructuredData::DictionarySP reg_info = GetInterface()->GetRegisterInfo(); in GetDynamicRegisterInfo()[all …]
65 lldb::ScriptedThreadInterfaceSP GetInterface() const;
95 ScriptedProcessInterface &GetInterface() const;
40 struct Interface *iface = IExec->GetInterface(base, "main", 1, NULL); in OpenInterface()