* defs.h, gdbtk.c (gdbtk_fputs), main.c (gdb_fputs), top.c: Add stream arg
authorStu Grossman <grossman@cygnus>
Fri, 16 Dec 1994 01:07:35 +0000 (01:07 +0000)
committerStu Grossman <grossman@cygnus>
Fri, 16 Dec 1994 01:07:35 +0000 (01:07 +0000)
commit86db943cebfc5a45476d6926bbeccbda4e69a568
tree2f696b0f9359243ae6ff71636879ae26e5d55cbc
parent243babd42406749d7299822be3fb63a9ccc4fcd3
* defs.h, gdbtk.c (gdbtk_fputs), main.c (gdb_fputs), top.c:  Add stream arg
to fputs_unfiltered_hook.  Differentiate stdout from stderr when
passing text into tcl land.
* defs.h, top.c, utils.c (error):  Add error_hook.
* gdbtk.c:  Improve mechanism for capturing output values.
* (full_filename):  Remove.
* (gdb_cmd call_wrapper gdbtk_init):  Protect all calls from tcl
land with call_wrapper.  This prevents longjmps (usually via
error()) from jumping out of tcl/tk and leaving things in an
indeterminate state.
* gdbtk.tcl:  New view option to disable line numbers.  Put catch
around most uses of gdb_cmd.  Add update button to reg config
window.  Stop doing immediate updates when selecting registers.
Change register view values into checkbuttons.
gdb/ChangeLog
gdb/defs.h
gdb/gdbtk.c
gdb/gdbtk.tcl
gdb/main.c
gdb/top.c
This page took 0.025411 seconds and 4 git commands to generate.