Home
last modified time | relevance | path

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

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