Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunication.h27 eBreakpointHardware, enumerator
H A DGDBRemoteCommunicationClient.h277 case eBreakpointHardware: in SupportsGDBStoppointPacket()
H A DProcessGDBRemote.cpp3157 if (m_gdb_comm.SupportsGDBStoppointPacket(eBreakpointHardware)) { in EnableBreakpointSite()
3160 eBreakpointHardware, true, addr, bp_op_size, GetInterruptTimeout()); in EnableBreakpointSite()
3170 if (m_gdb_comm.SupportsGDBStoppointPacket(eBreakpointHardware)) { in EnableBreakpointSite()
3224 if (m_gdb_comm.SendGDBStoppointTypePacket(eBreakpointHardware, false, in DisableBreakpointSite()
5847 if (m_gdb_comm.SupportsGDBStoppointPacket(eBreakpointHardware)) { in DidForkSwitchHardwareTraps()
5852 eBreakpointHardware, enable, bp_site->GetLoadAddress(), in DidForkSwitchHardwareTraps()
H A DGDBRemoteCommunicationServerLLGS.cpp2854 case eBreakpointHardware: in Handle_Z()
2943 case eBreakpointHardware: in Handle_z()
H A DGDBRemoteCommunicationClient.cpp2869 case eBreakpointHardware: in SendGDBStoppointTypePacket()