Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Plugins/Process/gdb-remote/
DGDBRemoteCommunication.h37 eBreakpointSoftware = 0, enumerator
DGDBRemoteCommunicationClient.h303 case eBreakpointSoftware: in SupportsGDBStoppointPacket()
DProcessGDBRemote.cpp3099 if (m_gdb_comm.SupportsGDBStoppointPacket(eBreakpointSoftware) && in EnableBreakpointSite()
3103 eBreakpointSoftware, true, addr, bp_op_size); in EnableBreakpointSite()
3119 if (m_gdb_comm.SupportsGDBStoppointPacket(eBreakpointSoftware)) { in EnableBreakpointSite()
3212 if (m_gdb_comm.SendGDBStoppointTypePacket(eBreakpointSoftware, false, in DisableBreakpointSite()
DGDBRemoteCommunicationServerLLGS.cpp2619 case eBreakpointSoftware: in Handle_Z()
2716 case eBreakpointSoftware: in Handle_z()
DGDBRemoteCommunicationClient.cpp2745 case eBreakpointSoftware: in SendGDBStoppointTypePacket()