Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DOperatingSystem.h53 CreateRegisterContextForThread(Thread *thread,
/freebsd/contrib/llvm-project/lldb/source/Plugins/OperatingSystem/Python/
H A DOperatingSystemPython.h54 CreateRegisterContextForThread(lldb_private::Thread *thread,
H A DOperatingSystemPython.cpp289 OperatingSystemPython::CreateRegisterContextForThread(Thread *thread, in CreateRegisterContextForThread() function in OperatingSystemPython
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/Utility/
H A DRegisterContextThreadMemory.cpp45 m_reg_ctx_sp = os->CreateRegisterContextForThread( in UpdateRegisterContext()