Home
last modified time | relevance | path

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

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