Searched refs:GetInterface (Results 1 – 19 of 19) 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()277 GetInterface().CreateBreakpoint(bp_site->GetLoadAddress(), error); in EnableBreakpointSite()[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;
41 android::binder::Status GetInterface(
102 android::binder::Status Supplicant::GetInterface( in GetInterface() function in wpa_supplicant_binder::Supplicant
55 path = wpas.GetInterface(ifname)
23 path = wpas.GetInterface(ifname)
68 path = wpas.GetInterface(ifname)
125 path = wpas.GetInterface(ifname)
148 path = wpas.GetInterface(ifname)
82 self.path = self.wpas.GetInterface(
84 self.path = self.wpas.GetInterface(
83 self.path = self.wpas.GetInterface(
86 self.path = self.wpas.GetInterface(
97 self.path = self.wpas.GetInterface(
100 self.path = self.wpas.GetInterface(
110 self.path = self.wpas.GetInterface(ifname)