Blame SOURCES/gdb-readline62-ask-more-rh.patch

f9426a
--- gdb-7.4.50.20120103-orig/gdb/event-top.c	2012-01-11 15:14:01.426206439 +0100
f9426a
+++ gdb-7.4.50.20120103/gdb/event-top.c	2012-01-11 15:18:29.766577551 +0100
f9426a
@@ -982,6 +982,11 @@ set_async_editing_command (char *args, i
f9426a
 void
f9426a
 gdb_setup_readline (void)
f9426a
 {
f9426a
+  /* 6.2 regression: no longed asks for --more--
f9426a
+     gdb.base/readline-ask.exp
f9426a
+     https://bugzilla.redhat.com/show_bug.cgi?id=701131  */
f9426a
+  RL_SETSTATE (RL_STATE_FEDORA_GDB);
f9426a
+
f9426a
   /* This function is a noop for the sync case.  The assumption is
f9426a
      that the sync setup is ALL done in gdb_init, and we would only
f9426a
      mess it up here.  The sync stuff should really go away over