This is the mail archive of the insight@sources.redhat.com mailing list for the Insight 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]

[patch] Set baud rate correctly


Another patch we recently discussed.  Added to sources.

2004-07-02  Martin Hunt  <hunt@redhat.com>

	* library/interface.tcl (gdbtk_tcl_preloop): Set baud rate.

-- 
Martin M. Hunt <hunt@redhat.com>
Red Hat Inc.
Index: gdb/gdbtk/library/interface.tcl
===================================================================
RCS file: /cvs/src/src/gdb/gdbtk/library/interface.tcl,v
retrieving revision 1.51
diff -u -r1.51 interface.tcl
--- gdb/gdbtk/library/interface.tcl	25 Jun 2004 19:44:22 -0000	1.51
+++ gdb/gdbtk/library/interface.tcl	2 Jul 2004 23:06:01 -0000
@@ -119,6 +119,7 @@
     set current_args [gdb_get_inferior_args]
     set current_dir $gdb_current_directory
     Session::notice_file_change
+    set_baud
     if {[string length $current_args] > 0} {
       gdb_set_inferior_args $current_args
       gdb_cmd "cd $current_dir"

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