Home
last modified time | relevance | path

Searched refs:RegisterContextThreadMemory (Results 1 – 6 of 6) sorted by relevance

/llvm-project-15.0.7/lldb/source/Plugins/Process/Utility/
H A DRegisterContextThreadMemory.cpp20 RegisterContextThreadMemory::RegisterContextThreadMemory( in RegisterContextThreadMemory() function in RegisterContextThreadMemory
25 RegisterContextThreadMemory::~RegisterContextThreadMemory() = default;
27 void RegisterContextThreadMemory::UpdateRegisterContext() { in UpdateRegisterContext()
58 void RegisterContextThreadMemory::InvalidateAllRegisters() { in InvalidateAllRegisters()
64 size_t RegisterContextThreadMemory::GetRegisterCount() { in GetRegisterCount()
72 RegisterContextThreadMemory::GetRegisterInfoAtIndex(size_t reg) { in GetRegisterInfoAtIndex()
79 size_t RegisterContextThreadMemory::GetRegisterSetCount() { in GetRegisterSetCount()
101 bool RegisterContextThreadMemory::WriteRegister( in WriteRegister()
109 bool RegisterContextThreadMemory::ReadAllRegisterValues( in ReadAllRegisterValues()
117 bool RegisterContextThreadMemory::WriteAllRegisterValues( in WriteAllRegisterValues()
[all …]
H A DRegisterContextThreadMemory.h20 class RegisterContextThreadMemory : public lldb_private::RegisterContext {
22 RegisterContextThreadMemory(Thread &thread, lldb::addr_t register_data_addr);
24 ~RegisterContextThreadMemory() override;
95 RegisterContextThreadMemory(const RegisterContextThreadMemory &) = delete;
96 const RegisterContextThreadMemory &
97 operator=(const RegisterContextThreadMemory &) = delete;
H A DCMakeLists.txt46 RegisterContextThreadMemory.cpp
H A DThreadMemory.cpp51 m_reg_context_sp = std::make_shared<RegisterContextThreadMemory>( in GetRegisterContext()
/llvm-project-15.0.7/llvm/utils/gn/secondary/lldb/source/Plugins/Process/Utility/
H A DBUILD.gn63 "RegisterContextThreadMemory.cpp",
/llvm-project-15.0.7/clang/docs/tools/
H A Dclang-formatted-files.txt4454 lldb/source/Plugins/Process/Utility/RegisterContextThreadMemory.cpp
4455 lldb/source/Plugins/Process/Utility/RegisterContextThreadMemory.h