Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/lldb/include/lldb/Target/
DOperatingSystem.h53 CreateRegisterContextForThread(Thread *thread,
/openbsd/src/gnu/llvm/lldb/source/Plugins/OperatingSystem/Python/
DOperatingSystemPython.h54 CreateRegisterContextForThread(lldb_private::Thread *thread,
DOperatingSystemPython.cpp280 OperatingSystemPython::CreateRegisterContextForThread(Thread *thread, in CreateRegisterContextForThread() function in OperatingSystemPython
/openbsd/src/gnu/llvm/lldb/source/Plugins/Process/Utility/
DRegisterContextThreadMemory.cpp45 m_reg_ctx_sp = os->CreateRegisterContextForThread( in UpdateRegisterContext()