Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.cpp3002 if (m_gdb_comm.SupportsGDBStoppointPacket(eBreakpointSoftware) && in EnableBreakpointSite()
3022 if (m_gdb_comm.SupportsGDBStoppointPacket(eBreakpointSoftware)) { in EnableBreakpointSite()
3043 if (m_gdb_comm.SupportsGDBStoppointPacket(eBreakpointHardware)) { in EnableBreakpointSite()
3056 if (m_gdb_comm.SupportsGDBStoppointPacket(eBreakpointHardware)) { in EnableBreakpointSite()
3214 if (!m_gdb_comm.SupportsGDBStoppointPacket(type) || in EnableWatchpoint()
5714 if (m_gdb_comm.SupportsGDBStoppointPacket(eBreakpointHardware)) { in DidForkSwitchHardwareTraps()
5767 if (m_gdb_comm.SupportsGDBStoppointPacket(eBreakpointSoftware)) in DidFork()
5809 if (m_gdb_comm.SupportsGDBStoppointPacket(eBreakpointSoftware)) in DidVFork()
5864 if (m_gdb_comm.SupportsGDBStoppointPacket(eBreakpointSoftware)) in DidVForkDone()
H A DGDBRemoteCommunicationClient.h266 bool SupportsGDBStoppointPacket(GDBStoppointType type) { in SupportsGDBStoppointPacket() function
H A DGDBRemoteCommunicationClient.cpp2818 if (!SupportsGDBStoppointPacket(type)) in SendGDBStoppointTypePacket()