Home
last modified time | relevance | path

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

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