Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationClient.h326 uint8_t SendGDBStoppointTypePacket(
H A DProcessGDBRemote.cpp3162 uint8_t error_no = m_gdb_comm.SendGDBStoppointTypePacket( in EnableBreakpointSite()
3202 uint8_t error_no = m_gdb_comm.SendGDBStoppointTypePacket( in EnableBreakpointSite()
3266 if (m_gdb_comm.SendGDBStoppointTypePacket(eBreakpointHardware, false, in DisableBreakpointSite()
3273 if (m_gdb_comm.SendGDBStoppointTypePacket(eBreakpointSoftware, false, in DisableBreakpointSite()
3330 if (m_gdb_comm.SendGDBStoppointTypePacket(type, true, addr, in EnableWatchpoint()
3377 if (m_gdb_comm.SendGDBStoppointTypePacket(type, false, addr, in DisableWatchpoint()
H A DGDBRemoteCommunicationClient.cpp2747 uint8_t GDBRemoteCommunicationClient::SendGDBStoppointTypePacket( in SendGDBStoppointTypePacket() function in GDBRemoteCommunicationClient