Searched defs:RestoreRegisterState (Results 1 – 5 of 5) sorted by relevance
| /llvm-project/lldb/tools/debugserver/source/MacOSX/ | ||
| H A D | MachThread.cpp | 533 bool MachThread::RestoreRegisterState(uint32_t save_id) { RestoreRegisterState() function in MachThread |
| H A D | MachThreadList.cpp | 214 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 D | DNBArchImplX86_64.cpp | 2975 bool DNBArchImplX86_64::RestoreRegisterState(uint32_t save_id) { RestoreRegisterState() function in DNBArchImplX86_64 |
| /llvm-project/lldb/tools/debugserver/source/MacOSX/arm64/ | ||
| H A D | DNBArchImplARM64.cpp | 2551 bool DNBArchMachARM64::RestoreRegisterState(uint32_t save_id) { RestoreRegisterState() function in DNBArchMachARM64 |
| /llvm-project/lldb/source/Plugins/Process/gdb-remote/ | ||
| H A D | GDBRemoteCommunicationClient.cpp | 3595 bool GDBRemoteCommunicationClient::RestoreRegisterState(lldb::tid_t tid, RestoreRegisterState() function in GDBRemoteCommunicationClient |