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