Searched refs:GDBStoppointType (Results 1 – 5 of 5) sorted by relevance
24 enum GDBStoppointType { enum
273 bool SupportsGDBStoppointPacket(GDBStoppointType type) { in SupportsGDBStoppointPacket()291 GDBStoppointType type, // Type of breakpoint or watchpoint
2847 const GDBStoppointType stoppoint_type = in Handle_Z()2848 GDBStoppointType(packet.GetS32(eStoppointInvalid)); in Handle_Z()2940 const GDBStoppointType stoppoint_type = in Handle_z()2941 GDBStoppointType(packet.GetS32(eStoppointInvalid)); in Handle_z()
3253 static GDBStoppointType3328 GDBStoppointType type = GetGDBStoppointType(wp_res_sp); in EnableWatchpoint()3354 GDBStoppointType type = GetGDBStoppointType(wp_res_sp); in EnableWatchpoint()3400 GDBStoppointType type = GetGDBStoppointType(wp_res_sp); in DisableWatchpoint()5861 GDBStoppointType type = GetGDBStoppointType(wp_res_sp); in DidForkSwitchHardwareTraps()
2830 GDBStoppointType type, bool insert, addr_t addr, uint32_t length, in SendGDBStoppointTypePacket()