Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/tools/debugserver/source/MacOSX/
H A DMachThread.cpp533 bool MachThread::RestoreRegisterState(uint32_t save_id) { in 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-15.0.7/lldb/tools/debugserver/source/MacOSX/arm/
H A DDNBArchImpl.cpp2169 bool DNBArchMachARM::RestoreRegisterState(uint32_t save_id) { in RestoreRegisterState() function in DNBArchMachARM
/llvm-project-15.0.7/lldb/tools/debugserver/source/MacOSX/i386/
H A DDNBArchImplI386.cpp2463 bool DNBArchImplI386::RestoreRegisterState(uint32_t save_id) { in RestoreRegisterState() function in DNBArchImplI386
/llvm-project-15.0.7/lldb/tools/debugserver/source/MacOSX/arm64/
H A DDNBArchImplARM64.cpp2334 bool DNBArchMachARM64::RestoreRegisterState(uint32_t save_id) { in RestoreRegisterState() function in DNBArchMachARM64
/llvm-project-15.0.7/lldb/tools/debugserver/source/MacOSX/x86_64/
H A DDNBArchImplX86_64.cpp2975 bool DNBArchImplX86_64::RestoreRegisterState(uint32_t save_id) { in RestoreRegisterState() function in DNBArchImplX86_64
/llvm-project-15.0.7/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationClient.cpp3519 bool GDBRemoteCommunicationClient::RestoreRegisterState(lldb::tid_t tid, in RestoreRegisterState() function in GDBRemoteCommunicationClient