Home
last modified time | relevance | path

Searched refs:ScriptedProcessPythonInterface (Results 1 – 3 of 3) sorted by relevance

/src/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/Interfaces/
H A DScriptedProcessPythonInterface.cpp32 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()
[all …]
H A DScriptedProcessPythonInterface.h21 class ScriptedProcessPythonInterface : public ScriptedProcessInterface,
24 ScriptedProcessPythonInterface(ScriptInterpreterPythonImpl &interpreter);
/src/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
H A DScriptInterpreterPython.cpp1533 return std::make_unique<ScriptedProcessPythonInterface>(*this); in CreateScriptedProcessInterface()