Home
last modified time | relevance | path

Searched defs:gdb_comm (Results 1 – 3 of 3) sorted by relevance

/freebsd-src/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteRegisterContext.cpp193 const RegisterInfo *reg_info, GDBRemoteCommunicationClient &gdb_comm) { in GetPrimordialRegister()
213 GDBRemoteCommunicationClient &gdb_comm( in ReadRegisterBytes() local
338 const RegisterInfo *reg_info, GDBRemoteCommunicationClient &gdb_comm) { in SetPrimordialRegister()
361 GDBRemoteCommunicationClient &gdb_comm( in WriteRegisterBytes() local
483 GDBRemoteCommunicationClient &gdb_comm( in ReadAllRegisterValues() local
508 GDBRemoteCommunicationClient &gdb_comm( in WriteAllRegisterValues() local
526 GDBRemoteCommunicationClient &gdb_comm( in ReadAllRegisterValues() local
595 GDBRemoteCommunicationClient &gdb_comm( in WriteAllRegisterValues() local
H A DGDBRemoteCommunication.cpp1243 : m_gdb_comm(gdb_comm), m_saved_timeout(0), m_timeout_modified(false) { in ScopedTimeout() argument
H A DProcessGDBRemote.cpp209 GDBRemoteCommunicationClient &gdb_comm(GetGDBRemote()); DumpPluginHistory() local