From 3b493122437aaa89993fa88518c6980c9e858f38 Mon Sep 17 00:00:00 2001 From: Andrew Stubbs Date: Mon, 7 Nov 2005 13:40:08 +0000 Subject: [PATCH] 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". --- gdb/ChangeLog | 8 ++++++++ 1 file changed, 8 insertions(+) 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. -- 2.30.2