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

/freebsd-current/contrib/llvm-project/lldb/include/lldb/Interpreter/Interfaces/
H A DOperatingSystemInterface.h27 virtual std::optional<std::string> GetRegisterContextForTID(lldb::tid_t tid) { function in class:lldb_private::OperatingSystemInterface
/freebsd-current/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) { function in class:OperatingSystemPythonInterface
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/OperatingSystem/Python/
H A DOperatingSystemPython.cpp320 m_operating_system_interface_sp->GetRegisterContextForTID(

Completed in 169 milliseconds