Home
last modified time | relevance | path

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

/src/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteRegisterContext.cpp33 GDBRemoteRegisterContext::GDBRemoteRegisterContext( in GDBRemoteRegisterContext() function in GDBRemoteRegisterContext
54 GDBRemoteRegisterContext::~GDBRemoteRegisterContext() = default;
56 void GDBRemoteRegisterContext::InvalidateAllRegisters() { in InvalidateAllRegisters()
60 void GDBRemoteRegisterContext::SetAllRegisterValid(bool b) { in SetAllRegisterValid()
67 size_t GDBRemoteRegisterContext::GetRegisterCount() { in GetRegisterCount()
72 GDBRemoteRegisterContext::GetRegisterInfoAtIndex(size_t reg) { in GetRegisterInfoAtIndex()
76 size_t GDBRemoteRegisterContext::GetRegisterSetCount() { in GetRegisterSetCount()
80 const RegisterSet *GDBRemoteRegisterContext::GetRegisterSet(size_t reg_set) { in GetRegisterSet()
84 bool GDBRemoteRegisterContext::ReadRegister(const RegisterInfo *reg_info, in ReadRegister()
123 bool GDBRemoteRegisterContext::PrivateSetRegisterValue( in PrivateSetRegisterValue()
[all …]
H A DGDBRemoteRegisterContext.h45 class GDBRemoteRegisterContext : public RegisterContext {
47 GDBRemoteRegisterContext(ThreadGDBRemote &thread, uint32_t concrete_frame_idx,
51 ~GDBRemoteRegisterContext() override;
133 GDBRemoteRegisterContext(const GDBRemoteRegisterContext &) = delete;
134 const GDBRemoteRegisterContext &
135 operator=(const GDBRemoteRegisterContext &) = delete;
H A DThreadGDBRemote.cpp317 reg_ctx_sp = std::make_shared<GDBRemoteRegisterContext>( in CreateRegisterContextForFrame()
329 GDBRemoteRegisterContext *gdb_reg_ctx = in PrivateSetRegisterValue()
330 static_cast<GDBRemoteRegisterContext *>(GetRegisterContext().get()); in PrivateSetRegisterValue()
336 GDBRemoteRegisterContext *gdb_reg_ctx = in PrivateSetRegisterValue()
337 static_cast<GDBRemoteRegisterContext *>(GetRegisterContext().get()); in PrivateSetRegisterValue()
H A DProcessGDBRemote.h246 friend class GDBRemoteRegisterContext; variable
/src/lib/clang/liblldb/
H A DMakefile559 SRCS+= Plugins/Process/gdb-remote/GDBRemoteRegisterContext.cpp