Home
last modified time | relevance | path

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

/freebsd-10-stable/contrib/llvm/tools/lldb/include/lldb/Target/
DRegisterCheckpoint.h22 class RegisterCheckpoint : public UserID
38 RegisterCheckpoint(Reason reason) : in RegisterCheckpoint() function
45 ~RegisterCheckpoint() in ~RegisterCheckpoint()
66 DISALLOW_COPY_AND_ASSIGN(RegisterCheckpoint);
DRegisterContext.h82 ReadAllRegisterValues (lldb_private::RegisterCheckpoint &reg_checkpoint);
85 WriteAllRegisterValues (const lldb_private::RegisterCheckpoint &reg_checkpoint);
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/
DGDBRemoteRegisterContext.h95 ReadAllRegisterValues (lldb_private::RegisterCheckpoint &reg_checkpoint);
98 WriteAllRegisterValues (const lldb_private::RegisterCheckpoint &reg_checkpoint);
DGDBRemoteRegisterContext.cpp443 GDBRemoteRegisterContext::ReadAllRegisterValues (lldb_private::RegisterCheckpoint &reg_checkpoint) in ReadAllRegisterValues()
469 GDBRemoteRegisterContext::WriteAllRegisterValues (const lldb_private::RegisterCheckpoint &reg_check… in WriteAllRegisterValues()
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Target/
DRegisterContext.cpp444 RegisterContext::ReadAllRegisterValues (lldb_private::RegisterCheckpoint &reg_checkpoint) in ReadAllRegisterValues()
450 RegisterContext::WriteAllRegisterValues (const lldb_private::RegisterCheckpoint &reg_checkpoint) in WriteAllRegisterValues()
DThread.cpp515 …lldb::RegisterCheckpointSP reg_checkpoint_sp(new RegisterCheckpoint(RegisterCheckpoint::Reason::eE… in CheckpointThreadState()
/freebsd-10-stable/contrib/llvm/tools/lldb/include/lldb/
Dlldb-forward.h167 class RegisterCheckpoint; variable
340 typedef std::shared_ptr<lldb_private::RegisterCheckpoint> RegisterCheckpointSP;