Home
last modified time | relevance | path

Searched refs:eBreakpointHardware (Results 1 – 5 of 5) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunication.h35 eBreakpointHardware, enumerator
H A DGDBRemoteCommunicationClient.h302 case eBreakpointHardware: in SupportsGDBStoppointPacket()
H A DProcessGDBRemote.cpp3221 if (m_gdb_comm.SupportsGDBStoppointPacket(eBreakpointHardware)) { in EnableBreakpointSite()
3224 eBreakpointHardware, true, addr, bp_op_size); in EnableBreakpointSite()
3234 if (m_gdb_comm.SupportsGDBStoppointPacket(eBreakpointHardware)) { in EnableBreakpointSite()
3288 if (m_gdb_comm.SendGDBStoppointTypePacket(eBreakpointHardware, false, in DisableBreakpointSite()
3296 stoppoint_type = eBreakpointHardware; in DisableBreakpointSite()
H A DGDBRemoteCommunicationServerLLGS.cpp2492 case eBreakpointHardware:
2581 case eBreakpointHardware:
H A DGDBRemoteCommunicationClient.cpp2688 case eBreakpointHardware: in SendGDBStoppointTypePacket()