Home
last modified time | relevance | path

Searched refs:TUI (Results 1 – 20 of 20) sorted by relevance

/openbsd-src/gnu/usr.bin/binutils/gdb/tui/
H A DChangeLog-1998-200317 * tui.c (tui_rl_other_window): New function to switch the TUI active
20 (tui_rl_next_keymap): Activate TUI mode when entering SingleKey mode.
30 (tui_suspend): Remember in which TUI mode we are.
32 other interpreter was set and define in which TUI mode to start.
148 * tui-hooks.c (tui_init_hook): Don't enable the TUI if a specific
199 * tui.c (tui_rl_switch_mode): Remove unecessary TUI switch printfs.
202 (tui_enable): Restore the TUI keymap when we are back to TUI.
203 (tui_disable): Restore normal keymap when leaving TUI.
210 when leaving TUI mode so that gdb prompt is displayed.
221 uiout is set according to TUI mode.
[all …]
/openbsd-src/gnu/usr.bin/binutils/gdb/
H A Dacconfig.h127 #undef TUI
H A DMakefile.in195 TUI=gdbtui
968 all-tui: $(TUI)$(EXEEXT)
1041 echo $(TUI) | sed -e "$$t"` ; \
1043 transformed_name=$(TUI) ; \
1048 $(INSTALL_PROGRAM) $(TUI)$(EXEEXT) \
1066 echo $(TUI) | sed -e $$t` ; \
1068 transformed_name=$(TUI) ; \
1168 $(TUI)$(EXEEXT): tui-main.o libgdb.a $(ADD_DEPS) $(CDEPS) $(TDEPLIBS)
1169 rm -f $(TUI)$(EXEEXT)
1171 -o $(TUI)$(EXEEXT) tui-main.o libgdb.a \
[all …]
H A Dmain.c247 #if defined(TUI) in captured_main()
870 #if defined(TUI) in print_gdb_help()
H A Dconfigure.in187 # Enable TUI.
189 [ --enable-tui enable full-screen terminal user interface (TUI)],
320 # For the TUI, we need enhanced curses functionality.
1348 # Check whether we should enable the TUI, but only do so if we really
1363 AC_MSG_WARN([no enhanced curses library found; disabling TUI])
H A Dprintcmd.c47 #ifdef TUI
1352 #if defined(TUI) in display_command()
H A Dutils.c30 #ifdef TUI
1666 #if defined(TUI) in init_page_info()
H A DChangeLog-199863 Allow the TUI code to be conditionally enabled.
66 the TUI isn't enabled.
83 * acconfig.h: Add an entry for the `TUI' symbol.
603 * defs.h (GDB_FILE): If TUI is defined, define a structure rather
605 (gdb_stdout, gdb_stderr): If TUI is defined, then define these
610 (or lack thereof) of TUI.
644 * defs.h: Additional include files included when TUI is defined.
1502 * infrun.c: Included tuiData.h and tuiDataWin.h, ifdefed for TUI.
1522 TUI changes and leaving out non-essential TUI changes.
1523 (restore_selected_frame): Ifdefing some TUI changes
[all …]
H A DNEWS193 * TUI (Text-mode User Interface) built-in (also included in GDB 6.1)
195 The TUI (Text-mode User Interface) is now built as part of a default
196 GDB configuration. It is enabled by either selecting the TUI with the
198 program. For more information on the TUI, see the manual "Debugging
932 TUI, the Text-mode User Interface, is now documented in the manual.
1182 * TUI
1184 HP has donated a curses-based terminal user interface (TUI). To get
H A DChangeLog342 * configure.in: Really disable the TUI if an enhanced curses
8538 * tui/tui-regs.c (tui_show_registers): Make sure the TUI is active
10243 * configure.in: Add a TUI target to CONFIG_ALL, CONFIG_CLEAN,
10248 (TUI): New macro.
10660 Warn, instead of error, when no curses are found. Enable TUI when
10955 * cli/cli-decode.c [TUI]: Include "tui/tui.h".
10958 * printcmd.c [TUI]: Include "tui/tui.h".
10959 * cli/cli-cmds.c [TUI]: Include "tui/tui.h".
H A Dconfigure10787 echo "configure: warning: no enhanced curses library found; disabling TUI" 1>&2
H A DChangeLog-20005207 * MAINTAINERS: Make Jimmy Guo TUI maintainer.
7841 linking in older code such as the TUI.
H A DChangeLog-200313444 * cli/cli-decode.c (lookup_cmd_composition) [TUI]: Properly
13464 * printcmd.c (display_command) [TUI]: Test tui_active instead of
15355 somewhat and set need_curses to yes if we build the TUI. Rewrite
H A DChangeLog-20017732 * TODO: List known problems with TUI.
7736 * MAINTAINERS: Jimmy Guo stepped down as a maintiner (TUI,
H A DChangeLog-19999163 * Makefile.in: Allow the TUI code to be conditionally enabled.
9165 script. Set to the empty string when the TUI isn't enabled.
H A DChangeLog-20025241 (tui-file.o): Move to TUI section.
/openbsd-src/gnu/usr.bin/binutils/gdb/cli/
H A Dcli-decode.c32 #ifdef TUI
1026 #if defined(TUI) in lookup_cmd_1()
1400 #if defined(TUI) in lookup_cmd_composition()
/openbsd-src/gnu/usr.bin/binutils/gdb/doc/
H A DChangeLog259 * gdb.texinfo (TUI Commands): Document tui reg commands.
263 * gdb.texinfo (TUI): Delete reference to --enable-tui. Mention
617 * gdb.texinfo (TUI Keys): Document C-x o key to switch active window.
1205 * gdb.texinfo (TUI Overview): Document status line fields.
1209 * gdb.texinfo (TUI Commands): Document info win command.
1213 * gdb.texinfo (TUI Overview): Document breakpoint markers.
1217 * gdb.texinfo (TUI Single Key Mode): Document new SingleKey mode.
1218 (TUI Keys): Likewise.
1874 * gdb.texinfo (TUI Configuration): Rename tui configuration variables.
1886 * gdb.texinfo (TUI): New chapter, document the TUI.
H A Dgdbint.texinfo1400 @section TUI
/openbsd-src/gnu/llvm/llvm/lib/DebugInfo/DWARF/
H A DDWARFContext.cpp704 if (const auto &TUI = getTUIndex()) { in getTypeUnitForHash() local
705 if (const auto *R = TUI.getFromHash(Hash)) in getTypeUnitForHash()