Home
last modified time | relevance | path

Searched refs:SendGDBStoppointTypePacket (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.cpp3119 uint8_t error_no = m_gdb_comm.SendGDBStoppointTypePacket( in EnableBreakpointSite()
3159 uint8_t error_no = m_gdb_comm.SendGDBStoppointTypePacket( in EnableBreakpointSite()
3224 if (m_gdb_comm.SendGDBStoppointTypePacket(eBreakpointHardware, false, in DisableBreakpointSite()
3231 if (m_gdb_comm.SendGDBStoppointTypePacket(eBreakpointSoftware, false, in DisableBreakpointSite()
3330 m_gdb_comm.SendGDBStoppointTypePacket(type, true, addr, size, in EnableWatchpoint()
3355 m_gdb_comm.SendGDBStoppointTypePacket(type, false, addr, size, in EnableWatchpoint()
3403 if (m_gdb_comm.SendGDBStoppointTypePacket(type, false, addr, size, in DisableWatchpoint()
5839 m_gdb_comm.SendGDBStoppointTypePacket( in DidForkSwitchSoftwareBreakpoints()
5851 m_gdb_comm.SendGDBStoppointTypePacket( in DidForkSwitchHardwareTraps()
5862 m_gdb_comm.SendGDBStoppointTypePacket(type, enable, addr, size, in DidForkSwitchHardwareTraps()
H A DGDBRemoteCommunicationClient.h290 uint8_t SendGDBStoppointTypePacket(
H A DGDBRemoteCommunicationClient.cpp2829 uint8_t GDBRemoteCommunicationClient::SendGDBStoppointTypePacket( in SendGDBStoppointTypePacket() function in GDBRemoteCommunicationClient