]> git.pld-linux.org Git - packages/gdb.git/blob - gdb-readline62-ask-more-rh.patch
- typo
[packages/gdb.git] / gdb-readline62-ask-more-rh.patch
1 --- gdb-7.4.50.20120103-orig/gdb/event-top.c    2012-01-11 15:14:01.426206439 +0100
2 +++ gdb-7.4.50.20120103/gdb/event-top.c 2012-01-11 15:18:29.766577551 +0100
3 @@ -982,6 +982,11 @@ set_async_editing_command (char *args, i
4  void
5  gdb_setup_readline (void)
6  {
7 +  /* 6.2 regression: no longed asks for --more--
8 +     gdb.base/readline-ask.exp
9 +     https://bugzilla.redhat.com/show_bug.cgi?id=701131  */
10 +  RL_SETSTATE (RL_STATE_FEDORA_GDB);
11 +
12    /* This function is a noop for the sync case.  The assumption is
13       that the sync setup is ALL done in gdb_init, and we would only
14       mess it up here.  The sync stuff should really go away over
This page took 0.041072 seconds and 3 git commands to generate.