Home
last modified time | relevance | path

Searched refs:GetRegisterContextForTID (Results 1 – 4 of 4) sorted by relevance

/src/contrib/llvm-project/lldb/include/lldb/Interpreter/Interfaces/
H A DOperatingSystemInterface.h27 virtual std::optional<std::string> GetRegisterContextForTID(lldb::tid_t tid) { in GetRegisterContextForTID() function
/src/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/Interfaces/
H A DOperatingSystemPythonInterface.h43 std::optional<std::string> GetRegisterContextForTID(lldb::tid_t tid) override;
H A DOperatingSystemPythonInterface.cpp71 OperatingSystemPythonInterface::GetRegisterContextForTID(lldb::tid_t tid) { in GetRegisterContextForTID() function in OperatingSystemPythonInterface
/src/contrib/llvm-project/lldb/source/Plugins/OperatingSystem/Python/
H A DOperatingSystemPython.cpp320 m_operating_system_interface_sp->GetRegisterContextForTID( in CreateRegisterContextForThread()