Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Process/Darwin/
HDNativeThreadListDarwin.h53 bool RestoreRegisterState (nub_thread_t tid, uint32_t save_id);
HDNativeThreadListDarwin.cpp247 NativeThreadListDarwin::RestoreRegisterState (nub_thread_t tid, uint32_t save_id)
251 return thread_sp->RestoreRegisterState (save_id);
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
HDGDBRemoteCommunicationClient.h410 bool RestoreRegisterState(lldb::tid_t tid, uint32_t save_id);
HDGDBRemoteRegisterContext.cpp465 return gdb_comm.RestoreRegisterState(m_thread.GetProtocolID(), save_id); in WriteAllRegisterValues()
HDGDBRemoteCommunicationClient.cpp3291 bool GDBRemoteCommunicationClient::RestoreRegisterState(lldb::tid_t tid, in RestoreRegisterState() function in GDBRemoteCommunicationClient