Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Plugins/Process/Utility/
H A DRegisterContextMemory.h57 void SetAllRegisterData(const lldb::DataBufferSP &data_sp);
H A DRegisterContextMemory.cpp135 void RegisterContextMemory::SetAllRegisterData( in SetAllRegisterData() function in RegisterContextMemory
/openbsd-src/gnu/llvm/lldb/source/Plugins/OperatingSystem/Python/
H A DOperatingSystemPython.cpp337 reg_ctx_memory->SetAllRegisterData(data_sp); in CreateRegisterContextForThread()
/openbsd-src/gnu/llvm/lldb/source/Plugins/Process/scripted/
H A DScriptedThread.cpp146 reg_ctx_memory->SetAllRegisterData(data_sp); in CreateRegisterContextForFrame()