Home
last modified time | relevance | path

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

/llvm-project/lldb/tools/debugserver/source/MacOSX/
H A DMachThread.cpp533 bool MachThread::RestoreRegisterState(uint32_t save_id) { RestoreRegisterState() function in MachThread
H A DMachThreadList.cpp214 bool MachThreadList::RestoreRegisterState(nub_thread_t tid, uint32_t save_id) { in RestoreRegisterState() function in MachThreadList
/llvm-project/lldb/tools/debugserver/source/MacOSX/x86_64/
H A DDNBArchImplX86_64.cpp2975 bool DNBArchImplX86_64::RestoreRegisterState(uint32_t save_id) { RestoreRegisterState() function in DNBArchImplX86_64
/llvm-project/lldb/tools/debugserver/source/MacOSX/arm64/
H A DDNBArchImplARM64.cpp2551 bool DNBArchMachARM64::RestoreRegisterState(uint32_t save_id) { RestoreRegisterState() function in DNBArchMachARM64
/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationClient.cpp3595 bool GDBRemoteCommunicationClient::RestoreRegisterState(lldb::tid_t tid, RestoreRegisterState() function in GDBRemoteCommunicationClient