Home
last modified time | relevance | path

Searched refs:RestoreRegisterState (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationClient.h413 bool RestoreRegisterState(lldb::tid_t tid, uint32_t save_id);
H A DGDBRemoteRegisterContext.cpp511 return gdb_comm.RestoreRegisterState(m_thread.GetProtocolID(), save_id); in WriteAllRegisterValues()
H A DGDBRemoteCommunicationClient.cpp3595 bool GDBRemoteCommunicationClient::RestoreRegisterState(lldb::tid_t tid, in RestoreRegisterState() function in GDBRemoteCommunicationClient