Lines Matching refs:ScriptedProcessPythonInterface
26 StructuredData::GenericSP ScriptedProcessPythonInterface::CreatePluginObject( in CreatePluginObject()
57 Status ScriptedProcessPythonInterface::Launch() { in Launch()
61 Status ScriptedProcessPythonInterface::Resume() { in Resume()
65 bool ScriptedProcessPythonInterface::ShouldStop() { in ShouldStop()
75 Status ScriptedProcessPythonInterface::Stop() { in Stop()
79 Status ScriptedProcessPythonInterface::GetStatusFromMethod( in GetStatusFromMethod()
144 ScriptedProcessPythonInterface::GetGenericInteger(llvm::StringRef method_name) { in GetGenericInteger()
200 ScriptedProcessPythonInterface::GetMemoryRegionContainingAddress( in GetMemoryRegionContainingAddress()
207 ScriptedProcessPythonInterface::GetThreadWithID(lldb::tid_t tid) { in GetThreadWithID()
213 ScriptedProcessPythonInterface::GetRegistersForThread(lldb::tid_t tid) { in GetRegistersForThread()
218 lldb::DataExtractorSP ScriptedProcessPythonInterface::ReadMemoryAtAddress( in ReadMemoryAtAddress()
287 StructuredData::DictionarySP ScriptedProcessPythonInterface::GetLoadedImages() { in GetLoadedImages()
292 lldb::pid_t ScriptedProcessPythonInterface::GetProcessID() { in GetProcessID()
297 bool ScriptedProcessPythonInterface::IsAlive() { in IsAlive()