Searched refs:ScriptedProcessPythonInterface (Results 1 – 3 of 3) sorted by relevance
32 ScriptedProcessPythonInterface::ScriptedProcessPythonInterface( in ScriptedProcessPythonInterface() function in ScriptedProcessPythonInterface37 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()[all …]
21 class ScriptedProcessPythonInterface : public ScriptedProcessInterface,24 ScriptedProcessPythonInterface(ScriptInterpreterPythonImpl &interpreter);
1533 return std::make_unique<ScriptedProcessPythonInterface>(*this); in CreateScriptedProcessInterface()