Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Target/
H A DOperatingSystem.h66 CreateRegisterContextForThread(Thread *thread,
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/OperatingSystem/Python/
H A DOperatingSystemPython.h62 CreateRegisterContextForThread(lldb_private::Thread *thread,
H A DOperatingSystemPython.cpp290 OperatingSystemPython::CreateRegisterContextForThread(Thread *thread, in CreateRegisterContextForThread() function in OperatingSystemPython
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/
H A DRegisterContextThreadMemory.cpp46 m_reg_ctx_sp = os->CreateRegisterContextForThread( in UpdateRegisterContext()