This is the mail archive of the gdb-prs@sources.redhat.com mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

gdb/393


The following reply was made to PR gdb/393; it has been noted by GNATS.

From: ciceron@sources.redhat.com
To: gdb-gnats@sources.redhat.com
Cc:  
Subject: gdb/393
Date: 26 Aug 2002 19:18:33 -0000

 CVSROOT:	/cvs/src
 Module name:	src
 Changes by:	ciceron@sources.redhat.com	2002-08-26 12:18:33
 
 Modified files:
 	gdb            : ChangeLog inflow.c inferior.h target.c target.h 
 	                 gnu-nat.c hpux-thread.c inftarg.c m3-nat.c 
 	                 procfs.c wince.c win32-nat.c sol-thread.c 
 
 Log message:
 	Fix PR gdb/393:
 	* inflow.c (terminal_save_ours): New function to save terminal
 	settings.
 	* inferior.h (terminal_save_ours): Declare.
 	* target.c (debug_to_terminal_save_ours): New function.
 	(cleanup_target): Defaults to_terminal_save_ours.
 	(update_current_target): Inherit to_terminal_save_ours.
 	(setup_target_debug): Set to_terminal_save_ours.
 	* target.h (target_terminal_save_ours): New to save terminal settings.
 	(target_ops): New member to_terminal_save_ours.
 	* gnu-nat.c (init_gnu_ops): Set to_terminal_save_ours.
 	* hpux-thread.c (init_hpux_thread_ops): Likewise.
 	* inftarg.c (init_child_ops): Likewise.
 	* m3-nat.c (init_m3_ops): Likewise.
 	* procfs.c (init_procfs_ops): Likewise.
 	* wince.c (init_child_ops): Likewise.
 	* win32-nat.c (init_child_ops): Likewise.
 	* sol-thread.c (init_sol_thread_ops): Likewise.
 
 Patches:
 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gdb/ChangeLog.diff?cvsroot=src&r1=1.3156&r2=1.3157
 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gdb/inflow.c.diff?cvsroot=src&r1=1.14&r2=1.15
 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gdb/inferior.h.diff?cvsroot=src&r1=1.30&r2=1.31
 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gdb/target.c.diff?cvsroot=src&r1=1.39&r2=1.40
 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gdb/target.h.diff?cvsroot=src&r1=1.25&r2=1.26
 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gdb/gnu-nat.c.diff?cvsroot=src&r1=1.22&r2=1.23
 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gdb/hpux-thread.c.diff?cvsroot=src&r1=1.11&r2=1.12
 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gdb/inftarg.c.diff?cvsroot=src&r1=1.8&r2=1.9
 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gdb/m3-nat.c.diff?cvsroot=src&r1=1.16&r2=1.17
 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gdb/procfs.c.diff?cvsroot=src&r1=1.39&r2=1.40
 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gdb/wince.c.diff?cvsroot=src&r1=1.19&r2=1.20
 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gdb/win32-nat.c.diff?cvsroot=src&r1=1.60&r2=1.61
 http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gdb/sol-thread.c.diff?cvsroot=src&r1=1.29&r2=1.30
 


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]