Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Plugins/Process/gdb-remote/
DGDBRemoteRegisterContext.cpp173 const RegisterInfo *reg_info, GDBRemoteCommunicationClient &gdb_comm) { in GetPrimordialRegister() argument
178 gdb_comm.ReadRegister(m_thread.GetProtocolID(), remote_reg)) in GetPrimordialRegister()
194 GDBRemoteCommunicationClient &gdb_comm( in ReadRegisterBytes() local
204 gdb_comm.ReadAllRegisters(m_thread.GetProtocolID())) { in ReadRegisterBytes()
256 success = GetPrimordialRegister(prim_reg_info, gdb_comm); in ReadRegisterBytes()
267 GetPrimordialRegister(reg_info, gdb_comm); in ReadRegisterBytes()
304 const RegisterInfo *reg_info, GDBRemoteCommunicationClient &gdb_comm) { in SetPrimordialRegister() argument
311 return gdb_comm.WriteRegister( in SetPrimordialRegister()
327 GDBRemoteCommunicationClient &gdb_comm( in WriteRegisterBytes() local
351 GDBRemoteClientBase::Lock lock(gdb_comm, false); in WriteRegisterBytes()
[all …]
DGDBRemoteRegisterContext.h118 GDBRemoteCommunicationClient &gdb_comm);
121 GDBRemoteCommunicationClient &gdb_comm);
DGDBRemoteCommunication.h85 ScopedTimeout(GDBRemoteCommunication &gdb_comm,
DGDBRemoteCommunication.cpp1265 GDBRemoteCommunication &gdb_comm, std::chrono::seconds timeout) in ScopedTimeout() argument
1266 : m_gdb_comm(gdb_comm), m_timeout_modified(false) { in ScopedTimeout()
1267 auto curr_timeout = gdb_comm.GetPacketTimeout(); in ScopedTimeout()