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".
This commit is contained in:
parent
5ca0ee011b
commit
cc4349edfd
3 changed files with 10 additions and 4 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue