Searched refs:RegisterContextMemory (Results 1 – 7 of 7) sorted by relevance
21 RegisterContextMemory::RegisterContextMemory(Thread &thread, in RegisterContextMemory() function in RegisterContextMemory41 RegisterContextMemory::~RegisterContextMemory() = default;43 void RegisterContextMemory::InvalidateAllRegisters() { in InvalidateAllRegisters()48 void RegisterContextMemory::SetAllRegisterValid(bool b) { in SetAllRegisterValid()54 size_t RegisterContextMemory::GetRegisterCount() { in GetRegisterCount()62 size_t RegisterContextMemory::GetRegisterSetCount() { in GetRegisterSetCount()70 uint32_t RegisterContextMemory::ConvertRegisterKindToRegisterNumber( in ConvertRegisterKindToRegisterNumber()75 bool RegisterContextMemory::ReadRegister(const RegisterInfo *reg_info, in ReadRegister()102 bool RegisterContextMemory::ReadAllRegisterValues( in ReadAllRegisterValues()119 bool RegisterContextMemory::WriteAllRegisterValues( in WriteAllRegisterValues()[all …]
19 class RegisterContextMemory : public lldb_private::RegisterContext {21 RegisterContextMemory(lldb_private::Thread &thread,26 ~RegisterContextMemory() override;70 RegisterContextMemory(const RegisterContextMemory &) = delete;71 const RegisterContextMemory &72 operator=(const RegisterContextMemory &) = delete;
34 RegisterContextMemory.cpp
315 reg_ctx_sp = std::make_shared<RegisterContextMemory>( in CreateRegisterContextForThread()333 RegisterContextMemory *reg_ctx_memory = new RegisterContextMemory( in CreateRegisterContextForThread()
136 std::shared_ptr<RegisterContextMemory> reg_ctx_memory = in CreateRegisterContextForFrame()137 std::make_shared<RegisterContextMemory>( in CreateRegisterContextForFrame()
51 "RegisterContextMemory.cpp",
4436 lldb/source/Plugins/Process/Utility/RegisterContextMemory.cpp4437 lldb/source/Plugins/Process/Utility/RegisterContextMemory.h