Home
last modified time | relevance | path

Searched defs:GetRegisterContextForTID (Results 1 – 2 of 2) sorted by relevance

/llvm-project/lldb/include/lldb/Interpreter/Interfaces/
H A DOperatingSystemInterface.h27 virtual std::optional<std::string> GetRegisterContextForTID(lldb::tid_t tid) { in GetRegisterContextForTID() function
/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/Interfaces/
H A DOperatingSystemPythonInterface.cpp71 OperatingSystemPythonInterface::GetRegisterContextForTID(lldb::tid_t tid) { GetRegisterContextForTID() function in OperatingSystemPythonInterface