Searched refs:ReadRegisterBytes (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteRegisterContext.h79 bool ReadRegisterBytes(const RegisterInfo *reg_info, DataExtractor &data);
120 // Helper function for ReadRegisterBytes().
H A DGDBRemoteRegisterContext.cpp91 if (ReadRegisterBytes(reg_info, m_reg_data)) {
171 // Helper function for GDBRemoteRegisterContext::ReadRegisterBytes().
185 bool GDBRemoteRegisterContext::ReadRegisterBytes(const RegisterInfo *reg_info, function in class:GDBRemoteRegisterContext
228 "error: GDBRemoteRegisterContext::ReadRegisterBytes tried "
504 ReadRegisterBytes(reg_info, m_reg_data);
505 // ReadRegisterBytes saves the contents of the register in to the

Completed in 123 milliseconds