SOURCES: gdb-readline.patch - updated

arekm arekm at pld-linux.org
Tue Feb 24 09:24:04 CET 2009


Author: arekm                        Date: Tue Feb 24 08:24:04 2009 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- updated

---- Files affected:
SOURCES:
   gdb-readline.patch (1.15 -> 1.16) 

---- Diffs:

================================================================
Index: SOURCES/gdb-readline.patch
diff -u SOURCES/gdb-readline.patch:1.15 SOURCES/gdb-readline.patch:1.16
--- SOURCES/gdb-readline.patch:1.15	Wed Nov 26 17:34:42 2008
+++ SOURCES/gdb-readline.patch	Tue Feb 24 09:23:58 2009
@@ -174,3 +174,38 @@
  all-sim: maybe-configure-gdb
  all-fastjar: maybe-all-zlib
  all-fastjar: maybe-all-build-texinfo
+--- gdb-6.8.50.20090224/gdb/tui/tui-io.c~	2009-02-24 09:17:18.617891690 +0100
++++ gdb-6.8.50.20090224/gdb/tui/tui-io.c	2009-02-24 09:17:43.554606911 +0100
+@@ -512,7 +512,7 @@
+ void
+ tui_setup_io (int mode)
+ {
+-  extern int readline_echoing_p;
++  extern int _rl_echoing_p;
+  
+   if (mode)
+     {
+@@ -522,12 +522,12 @@
+       tui_old_rl_prep_terminal = rl_prep_term_function;
+       tui_old_rl_getc_function = rl_getc_function;
+       tui_old_rl_outstream = rl_outstream;
+-      tui_old_readline_echoing_p = readline_echoing_p;
++      tui_old_readline_echoing_p = _rl_echoing_p;
+       rl_redisplay_function = tui_redisplay_readline;
+       rl_deprep_term_function = tui_deprep_terminal;
+       rl_prep_term_function = tui_prep_terminal;
+       rl_getc_function = tui_getc;
+-      readline_echoing_p = 0;
++      _rl_echoing_p = 0;
+       rl_outstream = tui_rl_outstream;
+       rl_prompt = 0;
+       rl_completion_display_matches_hook = tui_rl_display_match_list;
+@@ -564,7 +564,7 @@
+       rl_getc_function = tui_old_rl_getc_function;
+       rl_outstream = tui_old_rl_outstream;
+       rl_completion_display_matches_hook = 0;
+-      readline_echoing_p = tui_old_readline_echoing_p;
++      _rl_echoing_p = tui_old_readline_echoing_p;
+       rl_already_prompted = 0;
+ 
+       /* Save tty for SIGCONT.  */
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SOURCES/gdb-readline.patch?r1=1.15&r2=1.16&f=u



More information about the pld-cvs-commit mailing list