Lines Matching refs:ScriptedProcessPythonInterface

32 ScriptedProcessPythonInterface::ScriptedProcessPythonInterface(  in ScriptedProcessPythonInterface()  function in ScriptedProcessPythonInterface
37 ScriptedProcessPythonInterface::CreatePluginObject( in CreatePluginObject()
47 StructuredData::DictionarySP ScriptedProcessPythonInterface::GetCapabilities() { in GetCapabilities()
60 ScriptedProcessPythonInterface::Attach(const ProcessAttachInfo &attach_info) { in Attach()
66 Status ScriptedProcessPythonInterface::Launch() { in Launch()
70 Status ScriptedProcessPythonInterface::Resume() { in Resume()
76 ScriptedProcessPythonInterface::GetMemoryRegionContainingAddress( in GetMemoryRegionContainingAddress()
89 StructuredData::DictionarySP ScriptedProcessPythonInterface::GetThreadsInfo() { in GetThreadsInfo()
101 bool ScriptedProcessPythonInterface::CreateBreakpoint(lldb::addr_t addr, in CreateBreakpoint()
118 lldb::DataExtractorSP ScriptedProcessPythonInterface::ReadMemoryAtAddress( in ReadMemoryAtAddress()
131 lldb::offset_t ScriptedProcessPythonInterface::WriteMemoryAtAddress( in WriteMemoryAtAddress()
148 StructuredData::ArraySP ScriptedProcessPythonInterface::GetLoadedImages() { in GetLoadedImages()
160 lldb::pid_t ScriptedProcessPythonInterface::GetProcessID() { in GetProcessID()
171 bool ScriptedProcessPythonInterface::IsAlive() { in IsAlive()
183 ScriptedProcessPythonInterface::GetScriptedThreadPluginName() { in GetScriptedThreadPluginName()
195 ScriptedProcessPythonInterface::CreateScriptedThreadInterface() { in CreateScriptedThreadInterface()
199 StructuredData::DictionarySP ScriptedProcessPythonInterface::GetMetadata() { in GetMetadata()