Searched refs:GDBStoppointType (Results 1 – 5 of 5) sorted by relevance
36 enum GDBStoppointType { enum
264 bool SupportsGDBStoppointPacket(GDBStoppointType type) { in SupportsGDBStoppointPacket()282 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()
3117 static GDBStoppointType3202 GDBStoppointType type = GetGDBStoppointType(wp_res_sp); in EnableWatchpoint()3228 GDBStoppointType type = GetGDBStoppointType(wp_res_sp); in EnableWatchpoint()3273 GDBStoppointType type = GetGDBStoppointType(wp_res_sp); in DisableWatchpoint()5551 GDBStoppointType type = GetGDBStoppointType(wp_res_sp); in DidForkSwitchHardwareTraps()
2782 GDBStoppointType type, bool insert, addr_t addr, uint32_t length, in SendGDBStoppointTypePacket()