Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunication.h39 eBreakpointHardware, enumerator
H A DGDBRemoteCommunicationClient.h278 case eBreakpointHardware: in SupportsGDBStoppointPacket()
H A DProcessGDBRemote.cpp3004 if (m_gdb_comm.SupportsGDBStoppointPacket(eBreakpointHardware)) { in EnableBreakpointSite()
3007 eBreakpointHardware, true, addr, bp_op_size, GetInterruptTimeout()); in EnableBreakpointSite()
3017 if (m_gdb_comm.SupportsGDBStoppointPacket(eBreakpointHardware)) { in EnableBreakpointSite()
3070 if (m_gdb_comm.SendGDBStoppointTypePacket(eBreakpointHardware, false, in DisableBreakpointSite()
5208 if (m_gdb_comm.SupportsGDBStoppointPacket(eBreakpointHardware)) { in DidForkSwitchHardwareTraps()
5213 eBreakpointHardware, enable, bp_site->GetLoadAddress(), in DidForkSwitchHardwareTraps()
H A DGDBRemoteCommunicationServerLLGS.cpp2849 case eBreakpointHardware: in Handle_Z()
2938 case eBreakpointHardware: in Handle_z()
H A DGDBRemoteCommunicationClient.cpp2818 case eBreakpointHardware: in SendGDBStoppointTypePacket()