Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Plugins/ScriptInterpreter/Python/
H A DScriptedProcessPythonInterface.h47 StructuredData::DictionarySP GetRegistersForThread(lldb::tid_t tid) override;
H A DScriptedProcessPythonInterface.cpp116 ScriptedProcessPythonInterface::GetRegistersForThread(lldb::tid_t tid) { in GetRegistersForThread() function in ScriptedProcessPythonInterface
/llvm-project-15.0.7/lldb/include/lldb/Interpreter/
H A DScriptedProcessInterface.h50 virtual StructuredData::DictionarySP GetRegistersForThread(lldb::tid_t tid) { in GetRegistersForThread() function