Searched refs:SendGDBStoppointTypePacket (Results 1 – 3 of 3) sorted by relevance
/external/llvm-project/lldb/source/Plugins/Process/gdb-remote/ |
D | GDBRemoteCommunicationClient.h | 318 uint8_t SendGDBStoppointTypePacket(
|
D | ProcessGDBRemote.cpp | 3102 uint8_t error_no = m_gdb_comm.SendGDBStoppointTypePacket( in EnableBreakpointSite() 3142 uint8_t error_no = m_gdb_comm.SendGDBStoppointTypePacket( in EnableBreakpointSite() 3206 if (m_gdb_comm.SendGDBStoppointTypePacket(eBreakpointHardware, false, in DisableBreakpointSite() 3212 if (m_gdb_comm.SendGDBStoppointTypePacket(eBreakpointSoftware, false, in DisableBreakpointSite() 3268 if (m_gdb_comm.SendGDBStoppointTypePacket(type, true, addr, in EnableWatchpoint() 3314 if (m_gdb_comm.SendGDBStoppointTypePacket(type, false, addr, in DisableWatchpoint()
|
D | GDBRemoteCommunicationClient.cpp | 2709 uint8_t GDBRemoteCommunicationClient::SendGDBStoppointTypePacket( in SendGDBStoppointTypePacket() function in GDBRemoteCommunicationClient
|