2005-11-07 Andrew Stubbs <andrew.stubbs@st.com>
authorAndrew Stubbs <andrew.stubbs@st.com>
Mon, 7 Nov 2005 13:40:08 +0000 (13:40 +0000)
committerAndrew Stubbs <andrew.stubbs@st.com>
Mon, 7 Nov 2005 13:40:08 +0000 (13:40 +0000)
* 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

index 67c8f016b8265ac2519e2cf2dc569bd057688eff..0baf6b55d7a6f5ad058a5f406346dba62038d975 100644 (file)
@@ -1,3 +1,11 @@
+2005-11-07  Andrew Stubbs  <andrew.stubbs@st.com>
+
+       * 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  <andrew.stubbs@st.com>
 
        * infrun.c (print_stop_reason): Set return_child_result_value on exit.