Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/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;
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/OperatingSystem/Python/
H A DOperatingSystemPython.cpp308 reg_ctx_sp = std::make_shared<RegisterContextMemory>( in CreateRegisterContextForThread()
326 RegisterContextMemory *reg_ctx_memory = new RegisterContextMemory( in CreateRegisterContextForThread()
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/Process/scripted/
H A DScriptedThread.cpp142 std::shared_ptr<RegisterContextMemory> reg_ctx_memory = in CreateRegisterContextForFrame()
143 std::make_shared<RegisterContextMemory>( in CreateRegisterContextForFrame()
/freebsd-14.2/lib/clang/liblldb/
H A DMakefile492 SRCS+= Plugins/Process/Utility/RegisterContextMemory.cpp