Blame SOURCES/gdb-moribund-utrace-workaround.patch

7a6771
https://bugzilla.redhat.com/show_bug.cgi?id=590623
7a6771
http://sources.redhat.com/bugzilla/show_bug.cgi?id=11593
7a6771
7a6771
Bug in FSF GDB exploited by the ptrace-on-utrace interaction.
7a6771
7a6771
--- a/gdb/breakpoint.c
7a6771
+++ b/gdb/breakpoint.c
7a6771
@@ -9084,6 +9084,8 @@ update_global_location_list (int should_insert)
7a6771
 		 traps we can no longer explain.  */
7a6771
 
7a6771
 	      old_loc->events_till_retirement = 3 * (thread_count () + 1);
7a6771
+	      /* Red Hat Bug 590623.  */
7a6771
+	      old_loc->events_till_retirement *= 10;
7a6771
 	      old_loc->owner = NULL;
7a6771
 
7a6771
 	      VEC_safe_push (bp_location_p, moribund_locations, old_loc);