Home
last modified time | relevance | path

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

/freebsd-14.2/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()
65 Status ScriptedProcessPythonInterface::Launch() { in Launch()
69 Status ScriptedProcessPythonInterface::Resume() { in Resume()
75 ScriptedProcessPythonInterface::GetMemoryRegionContainingAddress( in GetMemoryRegionContainingAddress()
99 bool ScriptedProcessPythonInterface::CreateBreakpoint(lldb::addr_t addr, in CreateBreakpoint()
128 lldb::offset_t ScriptedProcessPythonInterface::WriteMemoryAtAddress( in WriteMemoryAtAddress()
155 lldb::pid_t ScriptedProcessPythonInterface::GetProcessID() { in GetProcessID()
165 bool ScriptedProcessPythonInterface::IsAlive() { in IsAlive()
176 ScriptedProcessPythonInterface::GetScriptedThreadPluginName() { in GetScriptedThreadPluginName()
[all …]
H A DScriptedProcessPythonInterface.h21 class ScriptedProcessPythonInterface : public ScriptedProcessInterface,
24 ScriptedProcessPythonInterface(ScriptInterpreterPythonImpl &interpreter);
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
H A DScriptInterpreterPython.cpp1528 return std::make_unique<ScriptedProcessPythonInterface>(*this); in CreateScriptedProcessInterface()