Home
last modified time | relevance | path

Searched refs:SupportsGDBStoppointPacket (Results 1 – 3 of 3) sorted by relevance

/freebsd-10-stable/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/
DGDBRemoteCommunicationClient.h350 SupportsGDBStoppointPacket (GDBStoppointType type) in SupportsGDBStoppointPacket() function
DProcessGDBRemote.cpp2345 … if (m_gdb_comm.SupportsGDBStoppointPacket(eBreakpointSoftware) && (!bp_site->HardwareRequired())) in EnableBreakpointSite()
2363 if (m_gdb_comm.SupportsGDBStoppointPacket(eBreakpointSoftware)) in EnableBreakpointSite()
2378 if (m_gdb_comm.SupportsGDBStoppointPacket(eBreakpointHardware)) in EnableBreakpointSite()
2390 if (m_gdb_comm.SupportsGDBStoppointPacket(eBreakpointHardware)) in EnableBreakpointSite()
2501 if (m_gdb_comm.SupportsGDBStoppointPacket (type)) in EnableWatchpoint()
DGDBRemoteCommunicationClient.cpp2679 if (!SupportsGDBStoppointPacket(type)) in SendGDBStoppointTypePacket()