Home
last modified time | relevance | path

Searched refs:ReadAllRegisters (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteRegisterContext.cpp223 gdb_comm.ReadAllRegisters(m_thread.GetProtocolID())) { in ReadRegisterBytes()
539 gdb_comm.ReadAllRegisters(m_thread.GetProtocolID())) { in ReadAllRegisterValues()
H A DGDBRemoteCommunicationClient.h413 lldb::DataBufferSP ReadAllRegisters(lldb::tid_t tid);
H A DGDBRemoteCommunicationClient.cpp3551 DataBufferSP GDBRemoteCommunicationClient::ReadAllRegisters(lldb::tid_t tid) { in ReadAllRegisters() function in GDBRemoteCommunicationClient