Home
last modified time | relevance | path

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

/llvm-project-15.0.7/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()
414 return GetInterface().ErrorWithMessage<StructuredData::ObjectSP>( in GetLoadedDynamicLibrariesInfos()
480 return GetInterface().ErrorWithMessage<StructuredData::ObjectSP>( in GetLoadedDynamicLibrariesInfos()
[all …]
H A DScriptedThread.cpp26 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 ScriptedThread
297 StructuredData::DictionarySP reg_info = GetInterface()->GetRegisterInfo(); in GetDynamicRegisterInfo()
[all …]
H A DScriptedThread.h63 lldb::ScriptedThreadInterfaceSP GetInterface() const;
H A DScriptedProcess.h110 ScriptedProcessInterface &GetInterface() const;