Searched refs:GetInterface (Results 1 – 4 of 4) sorted by relevance
111 auto obj_or_err = GetInterface().CreatePluginObject( in ScriptedProcess() 173 Status error = GetInterface().Launch(); in DoLaunch() 178 void ScriptedProcess::DidLaunch() { m_pid = GetInterface().GetProcessID(); } in DidLaunch() 182 m_pid = GetInterface().GetProcessID(); in DidResume() 188 return GetInterface().Resume(); in DoResume() 192 Status error = GetInterface().Attach(attach_info); in DoAttach() 221 bool ScriptedProcess::IsAlive() { return GetInterface().IsAlive(); } in IsAlive() 226 GetInterface().ReadMemoryAtAddress(addr, size, error); in DoReadMemory() 253 GetInterface().WriteMemoryAtAddress(vm_addr, data_extractor_sp, error); in DoWriteMemory() 278 GetInterface() in EnableBreakpointSite() 528 ScriptedProcessInterface &ScriptedProcess::GetInterface() const { GetInterface() function in ScriptedProcess [all...]
28 lldbassert(GetInterface() && "Invalid Scripted Thread Interface."); in CheckInterpreterAndScriptObject()41 process.GetInterface().CreateScriptedThreadInterface(); in Create()50 process.GetInterface().GetScriptedThreadPluginName(); in Create()93 std::optional<std::string> thread_name = GetInterface()->GetName(); in GetName()101 std::optional<std::string> queue_name = GetInterface()->GetQueue(); in GetQueueName()128 std::optional<std::string> reg_data = GetInterface()->GetRegisterContext(); in CreateRegisterContextForFrame()157 StructuredData::ArraySP arr_sp = GetInterface()->GetStackFrames(); in LoadArtificialStackFrames()224 StructuredData::DictionarySP dict_sp = GetInterface()->GetStopReason(); in CalculateStopInfo()335 lldb::ScriptedThreadInterfaceSP ScriptedThread::GetInterface() const { in GetInterface() function in ScriptedThread343 StructuredData::DictionarySP reg_info = GetInterface()->GetRegisterInfo(); in GetDynamicRegisterInfo()[all …]
65 lldb::ScriptedThreadInterfaceSP GetInterface() const;
126 ScriptedProcessInterface &GetInterface() const;