Home
last modified time | relevance | path

Searched refs:ReadGPR (Results 1 – 14 of 14) sorted by relevance

/external/lldb/source/Plugins/Process/Utility/
DRegisterContextDarwin_i386.cpp455 RegisterContextDarwin_i386::ReadGPR (bool force) in ReadGPR() function in RegisterContextDarwin_i386
534 case GPRRegSet: return ReadGPR(force); in ReadRegisterSet()
802 ReadGPR (false) == 0 && in ReadAllRegisterValues()
955 if (ReadGPR(false) != 0) in HardwareSingleStep()
DRegisterContextDarwin_x86_64.cpp500 RegisterContextDarwin_x86_64::ReadGPR (bool force) in ReadGPR() function in RegisterContextDarwin_x86_64
579 case GPRRegSet: return ReadGPR (force); in ReadRegisterSet()
861 ReadGPR (false) == 0 && in ReadAllRegisterValues()
1044 if (ReadGPR(true) != 0) in HardwareSingleStep()
DRegisterContextDarwin_x86_64.h218 ReadGPR (bool force);
DRegisterContextDarwin_i386.h214 ReadGPR (bool force);
DRegisterContextDarwin_arm.h262 ReadGPR (bool force);
DRegisterContextDarwin_arm.cpp491 RegisterContextDarwin_arm::ReadGPR (bool force) in ReadGPR() function in RegisterContextDarwin_arm
596 case GPRRegSet: return ReadGPR(force); in ReadRegisterSet()
824 ReadGPR (false) == KERN_SUCCESS && in ReadAllRegisterValues()
/external/lldb/source/Plugins/Process/POSIX/
DRegisterContext_i386.h165 bool ReadGPR();
DRegisterContext_i386.cpp536 RegisterContext_i386::ReadGPR() in ReadGPR() function in RegisterContext_i386
541 result = monitor.ReadGPR(m_thread.GetID(), &user.regs, sizeof(user.regs)); in ReadGPR()
DRegisterContext_x86_64.h340 bool ReadGPR();
DRegisterContext_x86_64.cpp768 if (data_sp && ReadGPR () && ReadFPR ()) in ReadAllRegisterValues()
1457 RegisterContext_x86_64::ReadGPR() in ReadGPR() function in RegisterContext_x86_64
1460 return monitor.ReadGPR(m_thread.GetID(), &m_gpr, GetGPRSize()); in ReadGPR()
1520 RegisterContext_x86_64::ReadGPR() in ReadGPR() function in RegisterContext_x86_64
/external/lldb/source/Plugins/Process/Linux/
DProcessMonitor.h126 ReadGPR(lldb::tid_t tid, void *buf, size_t buf_size);
DProcessMonitor.cpp2032 ProcessMonitor::ReadGPR(lldb::tid_t tid, void *buf, size_t buf_size) in ReadGPR() function in ProcessMonitor
/external/lldb/source/Plugins/Process/FreeBSD/
DProcessMonitor.h127 ReadGPR(lldb::tid_t tid, void *buf, size_t buf_size);
DProcessMonitor.cpp1511 ProcessMonitor::ReadGPR(lldb::tid_t tid, void *buf, size_t buf_size) in ReadGPR() function in ProcessMonitor