diff options
author | Andrew Stubbs <andrew.stubbs@st.com> | 2005-11-07 13:40:08 +0000 |
---|---|---|
committer | Andrew Stubbs <andrew.stubbs@st.com> | 2005-11-07 13:40:08 +0000 |
commit | 3b493122437aaa89993fa88518c6980c9e858f38 (patch) | |
tree | ec05179187f8764aedf22f8f511f8aa2e1a9b1e4 /gdb | |
parent | cc4349edfd544f63fe931d25f50f79bf1a5747f4 (diff) | |
download | gdb-3b493122437aaa89993fa88518c6980c9e858f38.zip gdb-3b493122437aaa89993fa88518c6980c9e858f38.tar.gz gdb-3b493122437aaa89993fa88518c6980c9e858f38.tar.bz2 |
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".
Diffstat (limited to 'gdb')
-rw-r--r-- | gdb/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 67c8f01..0baf6b5 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -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. |