Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteRegisterContext.h45 class GDBRemoteRegisterContext : public RegisterContext {
47 GDBRemoteRegisterContext(ThreadGDBRemote &thread, uint32_t concrete_frame_idx,
51 ~GDBRemoteRegisterContext() override;
131 GDBRemoteRegisterContext(const GDBRemoteRegisterContext &) = delete;
132 const GDBRemoteRegisterContext &
133 operator=(const GDBRemoteRegisterContext &) = delete;
H A DGDBRemoteRegisterContext.cpp32 GDBRemoteRegisterContext::GDBRemoteRegisterContext( in GDBRemoteRegisterContext() function in GDBRemoteRegisterContext
53 GDBRemoteRegisterContext::~GDBRemoteRegisterContext() = default;
55 void GDBRemoteRegisterContext::InvalidateAllRegisters() { in InvalidateAllRegisters()
66 size_t GDBRemoteRegisterContext::GetRegisterCount() { in GetRegisterCount()
82 size_t GDBRemoteRegisterContext::GetRegisterSetCount() { in GetRegisterSetCount()
105 bool GDBRemoteRegisterContext::PrivateSetRegisterValue( in PrivateSetRegisterValue()
174 bool GDBRemoteRegisterContext::GetPrimordialRegister( in GetPrimordialRegister()
310 bool GDBRemoteRegisterContext::SetPrimordialRegister( in SetPrimordialRegister()
453 bool GDBRemoteRegisterContext::ReadAllRegisterValues( in ReadAllRegisterValues()
476 bool GDBRemoteRegisterContext::WriteAllRegisterValues( in WriteAllRegisterValues()
[all …]
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.h236 friend class GDBRemoteRegisterContext; variable
H A DProcessGDBRemote.cpp1780 GDBRemoteRegisterContext *reg_ctx_sp = in SetThreadStopInfo()
1781 static_cast<GDBRemoteRegisterContext *>( in SetThreadStopInfo()
/freebsd-13.1/lib/clang/liblldb/
H A DMakefile496 SRCS+= Plugins/Process/gdb-remote/GDBRemoteRegisterContext.cpp