From: Andrew Stubbs Date: Mon, 7 Nov 2005 13:40:08 +0000 (+0000) Subject: 2005-11-07 Andrew Stubbs X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=3b493122437aaa89993fa88518c6980c9e858f38;p=binutils-gdb.git 2005-11-07 Andrew Stubbs * main.c (main): Use INTERP_TUI instead of "tui". Set interpreter to INTERP_INSIGHT when '-w' given. * interps.h (INTERP_INSIGHT): New define. * tui/tui-interp.c (_initialize_tui_interp): Use INTERP_TUI instead of "tui". --- diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 67c8f016b82..0baf6b55d7a 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,11 @@ +2005-11-07 Andrew Stubbs + + * main.c (main): Use INTERP_TUI instead of "tui". + Set interpreter to INTERP_INSIGHT when '-w' given. + * interps.h (INTERP_INSIGHT): New define. + * tui/tui-interp.c (_initialize_tui_interp): Use INTERP_TUI instead + of "tui". + 2005-11-04 Andrew Stubbs * infrun.c (print_stop_reason): Set return_child_result_value on exit.