Home
last modified time | relevance | path

Searched refs:RegisterCheckpoint (Results 1 – 7 of 7) sorted by relevance

/llvm-project/lldb/include/lldb/Target/
H A DRegisterCheckpoint.h21 class RegisterCheckpoint : public UserID {
34 RegisterCheckpoint(Reason reason) : UserID(0), m_reason(reason) {} in RegisterCheckpoint() function
36 ~RegisterCheckpoint() = default;
47 RegisterCheckpoint(const RegisterCheckpoint &) = delete;
48 const RegisterCheckpoint &operator=(const RegisterCheckpoint &) = delete;
H A DRegisterContext.h71 ReadAllRegisterValues(lldb_private::RegisterCheckpoint &reg_checkpoint);
74 const lldb_private::RegisterCheckpoint &reg_checkpoint);
/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteRegisterContext.h73 bool ReadAllRegisterValues(RegisterCheckpoint &reg_checkpoint) override;
76 WriteAllRegisterValues(const RegisterCheckpoint &reg_checkpoint) override;
H A DGDBRemoteRegisterContext.cpp475 RegisterCheckpoint &reg_checkpoint) { in ReadAllRegisterValues()
498 const RegisterCheckpoint &reg_checkpoint) { in WriteAllRegisterValues()
/llvm-project/lldb/source/Target/
H A DRegisterContext.cpp421 lldb_private::RegisterCheckpoint &reg_checkpoint) {
426 const lldb_private::RegisterCheckpoint &reg_checkpoint) {
H A DThread.cpp511 new RegisterCheckpoint(RegisterCheckpoint::Reason::eExpression)); in CheckpointThreadState()
/llvm-project/lldb/include/lldb/
H A Dlldb-forward.h180 class RegisterCheckpoint;
394 typedef std::shared_ptr<lldb_private::RegisterCheckpoint> RegisterCheckpointSP;
179 class RegisterCheckpoint; global() variable