Lines Matching refs:ScriptedProcessPythonInterface
32 ScriptedProcessPythonInterface::ScriptedProcessPythonInterface( in ScriptedProcessPythonInterface() function in ScriptedProcessPythonInterface
37 ScriptedProcessPythonInterface::CreatePluginObject( in CreatePluginObject()
47 StructuredData::DictionarySP ScriptedProcessPythonInterface::GetCapabilities() { in GetCapabilities()
59 ScriptedProcessPythonInterface::Attach(const ProcessAttachInfo &attach_info) { in Attach()
65 Status ScriptedProcessPythonInterface::Launch() { in Launch()
69 Status ScriptedProcessPythonInterface::Resume() { in Resume()
75 ScriptedProcessPythonInterface::GetMemoryRegionContainingAddress( in GetMemoryRegionContainingAddress()
88 StructuredData::DictionarySP ScriptedProcessPythonInterface::GetThreadsInfo() { in GetThreadsInfo()
99 bool ScriptedProcessPythonInterface::CreateBreakpoint(lldb::addr_t addr, in CreateBreakpoint()
115 lldb::DataExtractorSP ScriptedProcessPythonInterface::ReadMemoryAtAddress( in ReadMemoryAtAddress()
128 lldb::offset_t ScriptedProcessPythonInterface::WriteMemoryAtAddress( in WriteMemoryAtAddress()
144 StructuredData::ArraySP ScriptedProcessPythonInterface::GetLoadedImages() { in GetLoadedImages()
155 lldb::pid_t ScriptedProcessPythonInterface::GetProcessID() { in GetProcessID()
165 bool ScriptedProcessPythonInterface::IsAlive() { in IsAlive()
176 ScriptedProcessPythonInterface::GetScriptedThreadPluginName() { in GetScriptedThreadPluginName()
187 ScriptedProcessPythonInterface::CreateScriptedThreadInterface() { in CreateScriptedThreadInterface()
191 StructuredData::DictionarySP ScriptedProcessPythonInterface::GetMetadata() { in GetMetadata()