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

e1d87d
Index: gdb-7.11.50.20160630/gdb/event-top.c
e1d87d
===================================================================
e1d87d
--- gdb-7.11.50.20160630.orig/gdb/event-top.c	2016-07-03 16:32:36.108342159 +0200
e1d87d
+++ gdb-7.11.50.20160630/gdb/event-top.c	2016-07-03 16:32:59.787523733 +0200
e1d87d
@@ -1252,6 +1252,13 @@
e1d87d
 {
e1d87d
   struct ui *ui = current_ui;
e1d87d
 
e1d87d
+#ifdef NEED_RL_STATE_FEDORA_GDB
e1d87d
+  /* 6.2 regression: no longed asks for --more--
e1d87d
+     gdb.base/readline-ask.exp
e1d87d
+     https://bugzilla.redhat.com/show_bug.cgi?id=701131  */
e1d87d
+  RL_SETSTATE (RL_STATE_FEDORA_GDB);
e1d87d
+#endif
e1d87d
+
e1d87d
   /* This function is a noop for the sync case.  The assumption is
e1d87d
      that the sync setup is ALL done in gdb_init, and we would only
e1d87d
      mess it up here.  The sync stuff should really go away over