Home
last modified time | relevance | path

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

/freebsd-14.2/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()
67 size_t GDBRemoteRegisterContext::GetRegisterCount() { in GetRegisterCount()
76 size_t GDBRemoteRegisterContext::GetRegisterSetCount() { in GetRegisterSetCount()
123 bool GDBRemoteRegisterContext::PrivateSetRegisterValue( in PrivateSetRegisterValue()
192 bool GDBRemoteRegisterContext::GetPrimordialRegister( in GetPrimordialRegister()
337 bool GDBRemoteRegisterContext::SetPrimordialRegister( in SetPrimordialRegister()
474 bool GDBRemoteRegisterContext::ReadAllRegisterValues( in ReadAllRegisterValues()
497 bool GDBRemoteRegisterContext::WriteAllRegisterValues( in WriteAllRegisterValues()
[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
/freebsd-14.2/lib/clang/liblldb/
H A DMakefile531 SRCS+= Plugins/Process/gdb-remote/GDBRemoteRegisterContext.cpp