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/
DScriptedProcessPythonInterface.h48 StructuredData::DictionarySP GetRegistersForThread(lldb::tid_t tid) override;
DScriptedProcessPythonInterface.cpp120 ScriptedProcessPythonInterface::GetRegistersForThread(lldb::tid_t tid) { in GetRegistersForThread() function in ScriptedProcessPythonInterface
/openbsd/src/gnu/llvm/lldb/include/lldb/Interpreter/
DScriptedProcessInterface.h51 virtual StructuredData::DictionarySP GetRegistersForThread(lldb::tid_t tid) { in GetRegistersForThread() function