Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteRegisterContext.cpp33 GDBRemoteRegisterContext::GDBRemoteRegisterContext( in GDBRemoteRegisterContext() function in GDBRemoteRegisterContext
53 GDBRemoteRegisterContext::~GDBRemoteRegisterContext() {} in ~GDBRemoteRegisterContext()
55 void GDBRemoteRegisterContext::InvalidateAllRegisters() { in InvalidateAllRegisters()
65 size_t GDBRemoteRegisterContext::GetRegisterCount() { in GetRegisterCount()
81 size_t GDBRemoteRegisterContext::GetRegisterSetCount() { in GetRegisterSetCount()
101 bool GDBRemoteRegisterContext::PrivateSetRegisterValue( in PrivateSetRegisterValue()
170 bool GDBRemoteRegisterContext::GetPrimordialRegister( in GetPrimordialRegister()
280 bool GDBRemoteRegisterContext::SetPrimordialRegister( in SetPrimordialRegister()
405 bool GDBRemoteRegisterContext::ReadAllRegisterValues( in ReadAllRegisterValues()
428 bool GDBRemoteRegisterContext::WriteAllRegisterValues( in WriteAllRegisterValues()
[all …]
H A DGDBRemoteRegisterContext.h41 class GDBRemoteRegisterContext : public RegisterContext {
43 GDBRemoteRegisterContext(ThreadGDBRemote &thread, uint32_t concrete_frame_idx,
47 ~GDBRemoteRegisterContext() override;
127 DISALLOW_COPY_AND_ASSIGN(GDBRemoteRegisterContext);
H A DThreadGDBRemote.cpp311 reg_ctx_sp.reset(new GDBRemoteRegisterContext( in CreateRegisterContextForFrame()
325 GDBRemoteRegisterContext *gdb_reg_ctx = in PrivateSetRegisterValue()
326 static_cast<GDBRemoteRegisterContext *>(GetRegisterContext().get()); in PrivateSetRegisterValue()
332 GDBRemoteRegisterContext *gdb_reg_ctx = in PrivateSetRegisterValue()
333 static_cast<GDBRemoteRegisterContext *>(GetRegisterContext().get()); in PrivateSetRegisterValue()
H A DProcessGDBRemote.h257 friend class GDBRemoteRegisterContext; variable
/freebsd-12.1/lib/clang/liblldb/
H A DMakefile440 SRCS+= Plugins/Process/gdb-remote/GDBRemoteRegisterContext.cpp