Searched refs:GDBStoppointType (Results 1 – 5 of 5) sorted by relevance
35 enum GDBStoppointType { enum
301 bool SupportsGDBStoppointPacket(GDBStoppointType type) { in SupportsGDBStoppointPacket()319 GDBStoppointType type, // Type of breakpoint or watchpoint
2616 const GDBStoppointType stoppoint_type = in Handle_Z()2617 GDBStoppointType(packet.GetS32(eStoppointInvalid)); in Handle_Z()2709 const GDBStoppointType stoppoint_type = in Handle_z()2710 GDBStoppointType(packet.GetS32(eStoppointInvalid)); in Handle_z()
3233 static GDBStoppointType GetGDBStoppointType(Watchpoint *wp) { in GetGDBStoppointType()3265 GDBStoppointType type = GetGDBStoppointType(wp); in EnableWatchpoint()3312 GDBStoppointType type = GetGDBStoppointType(wp); in DisableWatchpoint()
2710 GDBStoppointType type, bool insert, addr_t addr, uint32_t length) { in SendGDBStoppointTypePacket()