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.cpp213 GDBRemoteCommunicationClient &gdb_comm( in ReadRegisterBytes() local
345 return gdb_comm.WriteRegister( in SetPrimordialRegister()
361 GDBRemoteCommunicationClient &gdb_comm( in WriteRegisterBytes() local
395 if (gdb_comm.WriteAllRegisters( in WriteRegisterBytes()
483 GDBRemoteCommunicationClient &gdb_comm( in ReadAllRegisterValues() local
508 GDBRemoteCommunicationClient &gdb_comm( in WriteAllRegisterValues() local
526 GDBRemoteCommunicationClient &gdb_comm( in ReadAllRegisterValues() local
532 GDBRemoteClientBase::Lock lock(gdb_comm); in ReadAllRegisterValues()
595 GDBRemoteCommunicationClient &gdb_comm( in WriteAllRegisterValues() local
605 if (gdb_comm.WriteAllRegisters( in WriteAllRegisterValues()
[all …]
H A DGDBRemoteRegisterContext.h128 GDBRemoteCommunicationClient &gdb_comm);
131 GDBRemoteCommunicationClient &gdb_comm);
H A DGDBRemoteCommunication.h106 ScopedTimeout(GDBRemoteCommunication &gdb_comm,
H A DGDBRemoteCommunication.cpp1243 GDBRemoteCommunication &gdb_comm, std::chrono::seconds timeout) in ScopedTimeout() argument
1244 : m_gdb_comm(gdb_comm), m_saved_timeout(0), m_timeout_modified(false) { in ScopedTimeout()
1245 auto curr_timeout = gdb_comm.GetPacketTimeout(); in ScopedTimeout()
H A DProcessGDBRemote.cpp209 GDBRemoteCommunicationClient &gdb_comm(GetGDBRemote()); in DumpPluginHistory() local
210 gdb_comm.DumpHistory(s); in DumpPluginHistory()