Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Plugins/Process/gdb-remote/
DGDBRemoteCommunicationClient.h301 bool SupportsGDBStoppointPacket(GDBStoppointType type) { in SupportsGDBStoppointPacket() function
DProcessGDBRemote.cpp3099 if (m_gdb_comm.SupportsGDBStoppointPacket(eBreakpointSoftware) && in EnableBreakpointSite()
3119 if (m_gdb_comm.SupportsGDBStoppointPacket(eBreakpointSoftware)) { in EnableBreakpointSite()
3140 if (m_gdb_comm.SupportsGDBStoppointPacket(eBreakpointHardware)) { in EnableBreakpointSite()
3153 if (m_gdb_comm.SupportsGDBStoppointPacket(eBreakpointHardware)) { in EnableBreakpointSite()
3267 if (m_gdb_comm.SupportsGDBStoppointPacket(type)) { in EnableWatchpoint()
DGDBRemoteCommunicationClient.cpp2716 if (!SupportsGDBStoppointPacket(type)) in SendGDBStoppointTypePacket()