Searched refs:SendGDBStoppointTypePacket (Results 1 – 3 of 3) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/ |
| H A D | ProcessGDBRemote.cpp | 2984 uint8_t error_no = m_gdb_comm.SendGDBStoppointTypePacket( in EnableBreakpointSite() 3024 uint8_t error_no = m_gdb_comm.SendGDBStoppointTypePacket( in EnableBreakpointSite() 3088 if (m_gdb_comm.SendGDBStoppointTypePacket(eBreakpointHardware, false, in DisableBreakpointSite() 3095 if (m_gdb_comm.SendGDBStoppointTypePacket(eBreakpointSoftware, false, in DisableBreakpointSite() 3204 m_gdb_comm.SendGDBStoppointTypePacket(type, true, addr, size, in EnableWatchpoint() 3229 m_gdb_comm.SendGDBStoppointTypePacket(type, false, addr, size, in EnableWatchpoint() 3276 if (m_gdb_comm.SendGDBStoppointTypePacket(type, false, addr, size, in DisableWatchpoint() 5529 m_gdb_comm.SendGDBStoppointTypePacket( in DidForkSwitchSoftwareBreakpoints() 5541 m_gdb_comm.SendGDBStoppointTypePacket( in DidForkSwitchHardwareTraps() 5552 m_gdb_comm.SendGDBStoppointTypePacket(type, enable, addr, size, in DidForkSwitchHardwareTraps()
|
| H A D | GDBRemoteCommunicationClient.h | 281 uint8_t SendGDBStoppointTypePacket(
|
| H A D | GDBRemoteCommunicationClient.cpp | 2781 uint8_t GDBRemoteCommunicationClient::SendGDBStoppointTypePacket( in SendGDBStoppointTypePacket() function in GDBRemoteCommunicationClient
|