Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunication.h37 eBreakpointSoftware = 0, enumerator
H A DGDBRemoteCommunicationClient.h311 case eBreakpointSoftware: in SupportsGDBStoppointPacket()
H A DProcessGDBRemote.cpp3159 if (m_gdb_comm.SupportsGDBStoppointPacket(eBreakpointSoftware) && in EnableBreakpointSite()
3163 eBreakpointSoftware, true, addr, bp_op_size, GetInterruptTimeout()); in EnableBreakpointSite()
3179 if (m_gdb_comm.SupportsGDBStoppointPacket(eBreakpointSoftware)) { in EnableBreakpointSite()
3273 if (m_gdb_comm.SendGDBStoppointTypePacket(eBreakpointSoftware, false, in DisableBreakpointSite()
H A DGDBRemoteCommunicationServerLLGS.cpp2616 case eBreakpointSoftware: in Handle_Z()
2713 case eBreakpointSoftware: in Handle_z()
H A DGDBRemoteCommunicationClient.cpp2784 case eBreakpointSoftware: in SendGDBStoppointTypePacket()