Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/
H A DRegisterContextMemory.cpp25 RegisterContextMemory::RegisterContextMemory(Thread &thread, in RegisterContextMemory() function in RegisterContextMemory
47 RegisterContextMemory::~RegisterContextMemory() {} in ~RegisterContextMemory()
49 void RegisterContextMemory::InvalidateAllRegisters() { in InvalidateAllRegisters()
54 void RegisterContextMemory::SetAllRegisterValid(bool b) { in SetAllRegisterValid()
60 size_t RegisterContextMemory::GetRegisterCount() { in GetRegisterCount()
68 size_t RegisterContextMemory::GetRegisterSetCount() { in GetRegisterSetCount()
76 uint32_t RegisterContextMemory::ConvertRegisterKindToRegisterNumber( in ConvertRegisterKindToRegisterNumber()
81 bool RegisterContextMemory::ReadRegister(const RegisterInfo *reg_info, in ReadRegister()
95 bool RegisterContextMemory::WriteRegister(const RegisterInfo *reg_info, in WriteRegister()
124 bool RegisterContextMemory::WriteAllRegisterValues( in WriteAllRegisterValues()
[all …]
H A DRegisterContextMemory.h21 class RegisterContextMemory : public lldb_private::RegisterContext {
23 RegisterContextMemory(lldb_private::Thread &thread,
28 ~RegisterContextMemory() override;
73 DISALLOW_COPY_AND_ASSIGN(RegisterContextMemory);
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/OperatingSystem/Python/
H A DOperatingSystemPython.cpp325 reg_ctx_sp.reset(new RegisterContextMemory( in CreateRegisterContextForThread()
343 RegisterContextMemory *reg_ctx_memory = new RegisterContextMemory( in CreateRegisterContextForThread()
/freebsd-12.1/lib/clang/liblldb/
H A DMakefile404 SRCS+= Plugins/Process/Utility/RegisterContextMemory.cpp