Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Plugins/ScriptInterpreter/Python/
H A DScriptedProcessPythonInterface.h48 StructuredData::DictionarySP GetRegistersForThread(lldb::tid_t tid) override;
H A DScriptedProcessPythonInterface.cpp120 ScriptedProcessPythonInterface::GetRegistersForThread(lldb::tid_t tid) { in GetRegistersForThread() function in ScriptedProcessPythonInterface
/openbsd-src/gnu/llvm/lldb/include/lldb/Interpreter/
H A DScriptedProcessInterface.h51 virtual StructuredData::DictionarySP GetRegistersForThread(lldb::tid_t tid) { in GetRegistersForThread() function