Searched refs:SendGDBStoppointTypePacket (Results 1 – 3 of 3) sorted by relevance
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/ |
H A D | ProcessGDBRemote.cpp | 3005 uint8_t error_no = m_gdb_comm.SendGDBStoppointTypePacket( in EnableBreakpointSite() 3045 uint8_t error_no = m_gdb_comm.SendGDBStoppointTypePacket( in EnableBreakpointSite() 3109 if (m_gdb_comm.SendGDBStoppointTypePacket(eBreakpointHardware, false, in DisableBreakpointSite() 3116 if (m_gdb_comm.SendGDBStoppointTypePacket(eBreakpointSoftware, false, in DisableBreakpointSite() 3215 m_gdb_comm.SendGDBStoppointTypePacket(type, true, addr, size, in EnableWatchpoint() 3240 m_gdb_comm.SendGDBStoppointTypePacket(type, false, addr, size, in EnableWatchpoint() 3287 if (m_gdb_comm.SendGDBStoppointTypePacket(type, false, addr, size, in DisableWatchpoint() 5706 m_gdb_comm.SendGDBStoppointTypePacket( in DidForkSwitchSoftwareBreakpoints() 5718 m_gdb_comm.SendGDBStoppointTypePacket( in DidForkSwitchHardwareTraps() 5729 m_gdb_comm.SendGDBStoppointTypePacket(type, enable, addr, size, in DidForkSwitchHardwareTraps()
|
H A D | GDBRemoteCommunicationClient.h | 283 uint8_t SendGDBStoppointTypePacket(
|
H A D | GDBRemoteCommunicationClient.cpp | 2810 uint8_t GDBRemoteCommunicationClient::SendGDBStoppointTypePacket( in SendGDBStoppointTypePacket() function in GDBRemoteCommunicationClient
|