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

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