Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunication.h38 eBreakpointHardware, enumerator
H A DGDBRemoteCommunicationClient.h313 case eBreakpointHardware: in SupportsGDBStoppointPacket()
H A DProcessGDBRemote.cpp3200 if (m_gdb_comm.SupportsGDBStoppointPacket(eBreakpointHardware)) { in EnableBreakpointSite()
3203 eBreakpointHardware, true, addr, bp_op_size, GetInterruptTimeout()); in EnableBreakpointSite()
3213 if (m_gdb_comm.SupportsGDBStoppointPacket(eBreakpointHardware)) { in EnableBreakpointSite()
3266 if (m_gdb_comm.SendGDBStoppointTypePacket(eBreakpointHardware, false, in DisableBreakpointSite()
H A DGDBRemoteCommunicationServerLLGS.cpp2620 case eBreakpointHardware: in Handle_Z()
2709 case eBreakpointHardware: in Handle_z()
H A DGDBRemoteCommunicationClient.cpp2787 case eBreakpointHardware: in SendGDBStoppointTypePacket()