Home
last modified time | relevance | path

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 DGDBRemoteCommunicationClient.h315 uint8_t SendGDBStoppointTypePacket(
H A DProcessGDBRemote.cpp3182 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 DGDBRemoteCommunicationClient.cpp2648 uint8_t GDBRemoteCommunicationClient::SendGDBStoppointTypePacket( in SendGDBStoppointTypePacket() function in GDBRemoteCommunicationClient