Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Plugins/Process/gdb-remote/
DGDBRemoteRegisterContext.cpp173 const RegisterInfo *reg_info, GDBRemoteCommunicationClient &gdb_comm) { in GetPrimordialRegister()
194 GDBRemoteCommunicationClient &gdb_comm( in ReadRegisterBytes() local
304 const RegisterInfo *reg_info, GDBRemoteCommunicationClient &gdb_comm) { in SetPrimordialRegister()
327 GDBRemoteCommunicationClient &gdb_comm( in WriteRegisterBytes() local
437 GDBRemoteCommunicationClient &gdb_comm( in ReadAllRegisterValues() local
462 GDBRemoteCommunicationClient &gdb_comm( in WriteAllRegisterValues() local
480 GDBRemoteCommunicationClient &gdb_comm( in ReadAllRegisterValues() local
546 GDBRemoteCommunicationClient &gdb_comm( in WriteAllRegisterValues() local
DGDBRemoteCommunication.cpp1265 GDBRemoteCommunication &gdb_comm, std::chrono::seconds timeout) in ScopedTimeout()