Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Plugins/Process/Utility/
H A DRegisterContextMemory.cpp21 RegisterContextMemory::RegisterContextMemory(Thread &thread, in RegisterContextMemory() function in RegisterContextMemory
41 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 …]
H A DRegisterContextMemory.h19 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;
H A DCMakeLists.txt34 RegisterContextMemory.cpp
/llvm-project-15.0.7/lldb/source/Plugins/OperatingSystem/Python/
H A DOperatingSystemPython.cpp315 reg_ctx_sp = std::make_shared<RegisterContextMemory>( in CreateRegisterContextForThread()
333 RegisterContextMemory *reg_ctx_memory = new RegisterContextMemory( in CreateRegisterContextForThread()
/llvm-project-15.0.7/lldb/source/Plugins/Process/scripted/
H A DScriptedThread.cpp136 std::shared_ptr<RegisterContextMemory> reg_ctx_memory = in CreateRegisterContextForFrame()
137 std::make_shared<RegisterContextMemory>( in CreateRegisterContextForFrame()
/llvm-project-15.0.7/llvm/utils/gn/secondary/lldb/source/Plugins/Process/Utility/
H A DBUILD.gn51 "RegisterContextMemory.cpp",
/llvm-project-15.0.7/clang/docs/tools/
H A Dclang-formatted-files.txt4436 lldb/source/Plugins/Process/Utility/RegisterContextMemory.cpp
4437 lldb/source/Plugins/Process/Utility/RegisterContextMemory.h