Searched refs:GDBStoppointType (Results 1 – 5 of 5) sorted by relevance
36 enum GDBStoppointType { enum
266 bool SupportsGDBStoppointPacket(GDBStoppointType type) { in SupportsGDBStoppointPacket()284 GDBStoppointType type, // Type of breakpoint or watchpoint
2846 const GDBStoppointType stoppoint_type = in Handle_Z()2847 GDBStoppointType(packet.GetS32(eStoppointInvalid)); in Handle_Z()2939 const GDBStoppointType stoppoint_type = in Handle_z()2940 GDBStoppointType(packet.GetS32(eStoppointInvalid)); in Handle_z()
3138 static GDBStoppointType3213 GDBStoppointType type = GetGDBStoppointType(wp_res_sp); in EnableWatchpoint()3239 GDBStoppointType type = GetGDBStoppointType(wp_res_sp); in EnableWatchpoint()3284 GDBStoppointType type = GetGDBStoppointType(wp_res_sp); in DisableWatchpoint()5728 GDBStoppointType type = GetGDBStoppointType(wp_res_sp); in DidForkSwitchHardwareTraps()
2811 GDBStoppointType type, bool insert, addr_t addr, uint32_t length, in SendGDBStoppointTypePacket()