mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-02 04:27:46 +08:00
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:
@ -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
|
||||
|
Reference in New Issue
Block a user