Searched refs:SupportsGDBStoppointPacket (Results 1 – 3 of 3) sorted by relevance
3002 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()
266 bool SupportsGDBStoppointPacket(GDBStoppointType type) { in SupportsGDBStoppointPacket() function
2818 if (!SupportsGDBStoppointPacket(type)) in SendGDBStoppointTypePacket()