Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationClient.h411 bool SaveRegisterState(lldb::tid_t tid, uint32_t &save_id);
H A DGDBRemoteRegisterContext.cpp487 if (gdb_comm.SaveRegisterState(thread->GetProtocolID(), save_id)) { in ReadAllRegisterValues()
H A DGDBRemoteCommunicationClient.cpp3570 bool GDBRemoteCommunicationClient::SaveRegisterState(lldb::tid_t tid, in SaveRegisterState() function in GDBRemoteCommunicationClient