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

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