Searched refs:SendGDBStoppointTypePacket (Results 1 – 3 of 3) sorted by relevance
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/ |
| H A D | GDBRemoteCommunicationClient.h | 315 uint8_t SendGDBStoppointTypePacket(
|
| H A D | ProcessGDBRemote.cpp | 3182 uint8_t error_no = m_gdb_comm.SendGDBStoppointTypePacket( in EnableBreakpointSite() 3223 uint8_t error_no = m_gdb_comm.SendGDBStoppointTypePacket( in EnableBreakpointSite() 3288 if (m_gdb_comm.SendGDBStoppointTypePacket(eBreakpointHardware, false, in DisableBreakpointSite() 3300 if (m_gdb_comm.SendGDBStoppointTypePacket(stoppoint_type, false, addr, in DisableBreakpointSite() 3357 if (m_gdb_comm.SendGDBStoppointTypePacket(type, true, addr, in EnableWatchpoint() 3403 if (m_gdb_comm.SendGDBStoppointTypePacket(type, false, addr, in DisableWatchpoint()
|
| H A D | GDBRemoteCommunicationClient.cpp | 2648 uint8_t GDBRemoteCommunicationClient::SendGDBStoppointTypePacket( in SendGDBStoppointTypePacket() function in GDBRemoteCommunicationClient
|