diff options
author | Andrew Stubbs <andrew.stubbs@st.com> | 2005-11-07 12:46:38 +0000 |
---|---|---|
committer | Andrew Stubbs <andrew.stubbs@st.com> | 2005-11-07 12:46:38 +0000 |
commit | cc4349edfd544f63fe931d25f50f79bf1a5747f4 (patch) | |
tree | 8fb5bddca9359c9d7a072f4fb36483be2e88680e /gdb/interps.h | |
parent | 5ca0ee011b4dec43633a4e174d3d0ac85add12a4 (diff) | |
download | gdb-cc4349edfd544f63fe931d25f50f79bf1a5747f4.zip gdb-cc4349edfd544f63fe931d25f50f79bf1a5747f4.tar.gz gdb-cc4349edfd544f63fe931d25f50f79bf1a5747f4.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/interps.h')
-rw-r--r-- | gdb/interps.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gdb/interps.h b/gdb/interps.h index 858c1e4..4d0250e 100644 --- a/gdb/interps.h +++ b/gdb/interps.h @@ -76,5 +76,6 @@ extern void clear_interpreter_hooks (void); #define INTERP_MI3 "mi3" #define INTERP_MI "mi" #define INTERP_TUI "tui" +#define INTERP_INSIGHT "insight" #endif |