Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/Darwin/
H A DNativeThreadListDarwin.h53 uint32_t SaveRegisterState (nub_thread_t tid);
H A DNativeThreadListDarwin.cpp239 NativeThreadListDarwin::SaveRegisterState (nub_thread_t tid)
243 return thread_sp->SaveRegisterState ();
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationClient.h423 bool SaveRegisterState(lldb::tid_t tid, uint32_t &save_id);
H A DGDBRemoteRegisterContext.cpp418 if (gdb_comm.SaveRegisterState(thread->GetProtocolID(), save_id)) { in ReadAllRegisterValues()
H A DGDBRemoteCommunicationClient.cpp3232 bool GDBRemoteCommunicationClient::SaveRegisterState(lldb::tid_t tid, in SaveRegisterState() function in GDBRemoteCommunicationClient