Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/llvm-project/lldb/source/Plugins/Process/Utility/
HDRegisterContextMemory.h57 void SetAllRegisterData(const lldb::DataBufferSP &data_sp);
HDRegisterContextMemory.cpp135 void RegisterContextMemory::SetAllRegisterData( in SetAllRegisterData() function in RegisterContextMemory
/freebsd-14-stable/contrib/llvm-project/lldb/source/Plugins/OperatingSystem/Python/
HDOperatingSystemPython.cpp330 reg_ctx_memory->SetAllRegisterData(data_sp); in CreateRegisterContextForThread()
/freebsd-14-stable/contrib/llvm-project/lldb/source/Plugins/Process/scripted/
HDScriptedThread.cpp150 reg_ctx_memory->SetAllRegisterData(data_sp); in CreateRegisterContextForFrame()