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