Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DScriptedProcessInterface.h48 virtual StructuredData::DictionarySP GetRegistersForThread(lldb::tid_t tid) { in GetRegistersForThread() function
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
H A DScriptedProcessPythonInterface.h42 StructuredData::DictionarySP GetRegistersForThread(lldb::tid_t tid) override;
H A DScriptedProcessPythonInterface.cpp213 ScriptedProcessPythonInterface::GetRegistersForThread(lldb::tid_t tid) { in GetRegistersForThread() function in ScriptedProcessPythonInterface