Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
H A DScriptedProcessPythonInterface.cpp26 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()
200 ScriptedProcessPythonInterface::GetMemoryRegionContainingAddress( in GetMemoryRegionContainingAddress()
207 ScriptedProcessPythonInterface::GetThreadWithID(lldb::tid_t tid) { in GetThreadWithID()
213 ScriptedProcessPythonInterface::GetRegistersForThread(lldb::tid_t tid) { in GetRegistersForThread()
292 lldb::pid_t ScriptedProcessPythonInterface::GetProcessID() { in GetProcessID()
[all …]
H A DScriptedProcessPythonInterface.h20 class ScriptedProcessPythonInterface : public ScriptedProcessInterface {
22 ScriptedProcessPythonInterface(ScriptInterpreterPythonImpl &interpreter) in ScriptedProcessPythonInterface() function
H A DScriptInterpreterPython.cpp537 std::make_unique<ScriptedProcessPythonInterface>(*this); in ScriptInterpreterPythonImpl()