Searched refs:ScriptedProcessPythonInterface (Results 1 – 5 of 5) sorted by relevance
30 ScriptedProcessPythonInterface::ScriptedProcessPythonInterface( in ScriptedProcessPythonInterface() function in ScriptedProcessPythonInterface34 StructuredData::GenericSP ScriptedProcessPythonInterface::CreatePluginObject( in CreatePluginObject()59 Status ScriptedProcessPythonInterface::Launch() { in Launch()63 Status ScriptedProcessPythonInterface::Resume() { in Resume()67 bool ScriptedProcessPythonInterface::ShouldStop() { in ShouldStop()77 Status ScriptedProcessPythonInterface::Stop() { in Stop()82 ScriptedProcessPythonInterface::GetMemoryRegionContainingAddress( in GetMemoryRegionContainingAddress()95 StructuredData::DictionarySP ScriptedProcessPythonInterface::GetThreadsInfo() { in GetThreadsInfo()107 ScriptedProcessPythonInterface::GetThreadWithID(lldb::tid_t tid) { in GetThreadWithID()120 ScriptedProcessPythonInterface::GetRegistersForThread(lldb::tid_t tid) { in GetRegistersForThread()[all …]
21 class ScriptedProcessPythonInterface : public ScriptedProcessInterface,24 ScriptedProcessPythonInterface(ScriptInterpreterPythonImpl &interpreter);
21 ScriptedProcessPythonInterface.cpp
416 std::make_unique<ScriptedProcessPythonInterface>(*this); in ScriptInterpreterPythonImpl()
4503 lldb/source/Plugins/ScriptInterpreter/Python/ScriptedProcessPythonInterface.cpp4504 lldb/source/Plugins/ScriptInterpreter/Python/ScriptedProcessPythonInterface.h