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

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