Home
last modified time | relevance | path

Searched refs:gdb_comm (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteRegisterContext.cpp193 const RegisterInfo *reg_info, GDBRemoteCommunicationClient &gdb_comm) { in GetPrimordialRegister()
198 gdb_comm.ReadRegister(m_thread.GetProtocolID(), remote_reg)) in GetPrimordialRegister()
213 GDBRemoteCommunicationClient &gdb_comm( in ReadRegisterBytes()
223 gdb_comm.ReadAllRegisters(m_thread.GetProtocolID())) { in ReadRegisterBytes()
276 success = GetPrimordialRegister(prim_reg_info, gdb_comm); in ReadRegisterBytes()
287 GetPrimordialRegister(reg_info, gdb_comm); in ReadRegisterBytes()
338 const RegisterInfo *reg_info, GDBRemoteCommunicationClient &gdb_comm) { in SetPrimordialRegister()
345 return gdb_comm.WriteRegister( in SetPrimordialRegister()
361 GDBRemoteCommunicationClient &gdb_comm( in WriteRegisterBytes()
388 GDBRemoteClientBase::Lock lock(gdb_comm); in WriteRegisterBytes()
192 GetPrimordialRegister(const RegisterInfo * reg_info,GDBRemoteCommunicationClient & gdb_comm) GetPrimordialRegister() argument
212 GDBRemoteCommunicationClient &gdb_comm( ReadRegisterBytes() local
335 SetPrimordialRegister(const RegisterInfo * reg_info,GDBRemoteCommunicationClient & gdb_comm) SetPrimordialRegister() argument
358 GDBRemoteCommunicationClient &gdb_comm( WriteRegisterBytes() local
485 GDBRemoteCommunicationClient &gdb_comm( ReadAllRegisterValues() local
510 GDBRemoteCommunicationClient &gdb_comm( WriteAllRegisterValues() local
528 GDBRemoteCommunicationClient &gdb_comm( ReadAllRegisterValues() local
597 GDBRemoteCommunicationClient &gdb_comm( WriteAllRegisterValues() local
[all...]
H A DGDBRemoteRegisterContext.h128 GDBRemoteCommunicationClient &gdb_comm);
131 GDBRemoteCommunicationClient &gdb_comm);
H A DGDBRemoteCommunication.h106 ScopedTimeout(GDBRemoteCommunication &gdb_comm,
H A DGDBRemoteCommunication.cpp1242 GDBRemoteCommunication &gdb_comm, std::chrono::seconds timeout) in ScopedTimeout() argument
1243 : m_gdb_comm(gdb_comm), m_saved_timeout(0), m_timeout_modified(false) { in ScopedTimeout()
1244 auto curr_timeout = gdb_comm.GetPacketTimeout(); in ScopedTimeout()
H A DProcessGDBRemote.cpp210 GDBRemoteCommunicationClient &gdb_comm(GetGDBRemote()); in DumpPluginHistory() local
211 gdb_comm.DumpHistory(s); in DumpPluginHistory()