Searched refs:GDBStoppointType (Results 1 – 5 of 5) sorted by relevance
36 enum GDBStoppointType { enum
274 bool SupportsGDBStoppointPacket(GDBStoppointType type) { in SupportsGDBStoppointPacket()292 GDBStoppointType type, // Type of breakpoint or watchpoint
2842 const GDBStoppointType stoppoint_type = in Handle_Z()2843 GDBStoppointType(packet.GetS32(eStoppointInvalid)); in Handle_Z()2935 const GDBStoppointType stoppoint_type = in Handle_z()2936 GDBStoppointType(packet.GetS32(eStoppointInvalid)); in Handle_z()
3099 static GDBStoppointType GetGDBStoppointType(Watchpoint *wp) { in GetGDBStoppointType()3130 GDBStoppointType type = GetGDBStoppointType(wp); in EnableWatchpoint()3177 GDBStoppointType type = GetGDBStoppointType(wp); in DisableWatchpoint()5224 GDBStoppointType type = GetGDBStoppointType(wp.get()); in DidForkSwitchHardwareTraps()
2779 GDBStoppointType type, bool insert, addr_t addr, uint32_t length, in SendGDBStoppointTypePacket()