Home
last modified time | relevance | path

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

/src/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunication.h39 eBreakpointHardware, enumerator
H A DGDBRemoteCommunicationClient.h270 case eBreakpointHardware: in SupportsGDBStoppointPacket()
H A DProcessGDBRemote.cpp3043 if (m_gdb_comm.SupportsGDBStoppointPacket(eBreakpointHardware)) { in EnableBreakpointSite()
3046 eBreakpointHardware, true, addr, bp_op_size, GetInterruptTimeout()); in EnableBreakpointSite()
3056 if (m_gdb_comm.SupportsGDBStoppointPacket(eBreakpointHardware)) { in EnableBreakpointSite()
3109 if (m_gdb_comm.SendGDBStoppointTypePacket(eBreakpointHardware, false, in DisableBreakpointSite()
5714 if (m_gdb_comm.SupportsGDBStoppointPacket(eBreakpointHardware)) { in DidForkSwitchHardwareTraps()
5719 eBreakpointHardware, enable, bp_site->GetLoadAddress(), in DidForkSwitchHardwareTraps()
H A DGDBRemoteCommunicationServerLLGS.cpp2853 case eBreakpointHardware: in Handle_Z()
2942 case eBreakpointHardware: in Handle_z()
H A DGDBRemoteCommunicationClient.cpp2850 case eBreakpointHardware: in SendGDBStoppointTypePacket()