Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/Darwin/
H A DNativeThreadListDarwin.h54 bool RestoreRegisterState (nub_thread_t tid, uint32_t save_id);
H A DNativeThreadListDarwin.cpp248 NativeThreadListDarwin::RestoreRegisterState (nub_thread_t tid, uint32_t save_id)
252 return thread_sp->RestoreRegisterState (save_id);
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationClient.h425 bool RestoreRegisterState(lldb::tid_t tid, uint32_t save_id);
H A DGDBRemoteRegisterContext.cpp442 return gdb_comm.RestoreRegisterState(m_thread.GetProtocolID(), save_id); in WriteAllRegisterValues()
H A DGDBRemoteCommunicationClient.cpp3257 bool GDBRemoteCommunicationClient::RestoreRegisterState(lldb::tid_t tid, in RestoreRegisterState() function in GDBRemoteCommunicationClient