Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunication.h34 eBreakpointSoftware = 0, enumerator
H A DGDBRemoteCommunicationClient.h300 case eBreakpointSoftware: in SupportsGDBStoppointPacket()
H A DProcessGDBRemote.cpp3179 if (m_gdb_comm.SupportsGDBStoppointPacket(eBreakpointSoftware) && in EnableBreakpointSite()
3183 eBreakpointSoftware, true, addr, bp_op_size); in EnableBreakpointSite()
3199 if (m_gdb_comm.SupportsGDBStoppointPacket(eBreakpointSoftware)) { in EnableBreakpointSite()
3298 stoppoint_type = eBreakpointSoftware; in DisableBreakpointSite()
H A DGDBRemoteCommunicationServerLLGS.cpp2488 case eBreakpointSoftware:
2585 case eBreakpointSoftware:
H A DGDBRemoteCommunicationClient.cpp2685 case eBreakpointSoftware: in SendGDBStoppointTypePacket()