Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Process/Utility/
H A DRegisterContextMemory.cpp22 RegisterContextMemory::RegisterContextMemory(Thread &thread, in RegisterContextMemory() function in RegisterContextMemory
42 RegisterContextMemory::~RegisterContextMemory() = default;
44 void RegisterContextMemory::InvalidateAllRegisters() { in InvalidateAllRegisters()
49 void RegisterContextMemory::SetAllRegisterValid(bool b) { in SetAllRegisterValid()
55 size_t RegisterContextMemory::GetRegisterCount() { in GetRegisterCount()
63 size_t RegisterContextMemory::GetRegisterSetCount() { in GetRegisterSetCount()
71 uint32_t RegisterContextMemory::ConvertRegisterKindToRegisterNumber( in ConvertRegisterKindToRegisterNumber()
76 bool RegisterContextMemory::ReadRegister(const RegisterInfo *reg_info, in ReadRegister()
90 bool RegisterContextMemory::WriteRegister(const RegisterInfo *reg_info, in WriteRegister()
119 bool RegisterContextMemory::WriteAllRegisterValues( in WriteAllRegisterValues()
[all …]
H A DRegisterContextMemory.h20 class RegisterContextMemory : public lldb_private::RegisterContext {
22 RegisterContextMemory(lldb_private::Thread &thread,
27 ~RegisterContextMemory() override;
70 RegisterContextMemory(const RegisterContextMemory &) = delete;
71 const RegisterContextMemory &
72 operator=(const RegisterContextMemory &) = delete;
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/OperatingSystem/Python/
H A DOperatingSystemPython.cpp327 reg_ctx_sp = std::make_shared<RegisterContextMemory>( in CreateRegisterContextForThread()
345 RegisterContextMemory *reg_ctx_memory = new RegisterContextMemory( in CreateRegisterContextForThread()
/freebsd-13.1/lib/clang/liblldb/
H A DMakefile460 SRCS+= Plugins/Process/Utility/RegisterContextMemory.cpp