Home
last modified time | relevance | path

Searched refs:GetInterface (Results 1 – 5 of 5) sorted by relevance

/openbsd-src/gnu/llvm/lldb/source/Plugins/Process/scripted/
H A DScriptedProcess.cpp106 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 …]
H A DScriptedThread.cpp28 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 ScriptedThread
332 StructuredData::DictionarySP reg_info = GetInterface()->GetRegisterInfo(); in GetDynamicRegisterInfo()
[all …]
H A DScriptedThread.h65 lldb::ScriptedThreadInterfaceSP GetInterface() const;
H A DScriptedProcess.h95 ScriptedProcessInterface &GetInterface() const;
/openbsd-src/gnu/usr.bin/perl/amigaos4/
H A Damigaos.c40 struct Interface *iface = IExec->GetInterface(base, "main", 1, NULL); in OpenInterface()