/openbsd/gnu/usr.bin/binutils/gdb/tui/ |
H A D | ChangeLog-1998-2003 | 29 * tui-interp.c (tui_resume): Enable tui when we expected it. 41 * tui.c: Likewise. 132 * tui/tui-hooks.c: Update to use deprecated_selected_frame. 133 * tui/tui.c, tui/tuiDisassem.c, tui/tuiRegs.c: Ditto. 134 * tui/tuiSource.c, tui/tuiSourceWin.c, tui/tuiWin.c: Ditto. 659 * tui-hooks.c: New file, gdb hooks for tui. 1027 * tui-file.c, tui.c, tuiData.c, tuiLayout.c: Replace occurrences 1044 * tui-file.c: Include "tui.h", "tuiData.h", "tuiIO.h" and 1065 * tui-file.c, tui-file.h, tuiDisassem.c, tuiIO.c, tuiIO.h, 1077 * tui-file.h, tui-file.c: New files. [all …]
|
H A D | tui-file.c | 62 struct tui_stream *tui = xmalloc (sizeof (struct tui_stream)); in tui_file_new() local 64 set_ui_file_data (file, tui, tui_file_delete); in tui_file_new() 70 tui->ts_magic = &tui_file_magic; in tui_file_new()
|
/openbsd/gnu/usr.bin/binutils/gdb/ |
H A D | Makefile.in | 201 tui-file.o tui.o \ 216 tui/tui-data.c \ 217 tui/tui-disasm.c \ 218 tui/tui-file.c \ 219 tui/tui-hooks.c \ 221 tui/tui-io.c \ 223 tui/tui-out.c \ 224 tui/tui-regs.c \ 226 tui/tui-stack.c \ 227 tui/tui-win.c \ [all …]
|
H A D | ChangeLog | 9557 tui/tui-win.c, tui/tui.c, tui/tui-hooks.c: Ditto. 10962 * tui/tui-windata.c, tui/tui-win.c, tui/tui-stack.c: Ditto. 10963 * tui/tui-source.c, tui/tui-regs.c, tui/tui-layout.c: Ditto. 10964 * tui/tui-io.c, tui/tui-disasm.c, tui/tui-data.c: : Ditto. 11101 * tui/tui-disasm.c, tui/tui-file.c, tui/tui-io.c: Ditto. 11109 * tui/tui-hooks.c, tui/tui-io.c, tui/tui-layout.c: Ditto. 11110 * tui/tui-regs.c, tui/tui-source.c, tui/tui-stack.c: Ditto. 11190 * tui/tui-io.c, tui/tui-layout.c, tui/tui-regs.c: Ditto. 11191 * tui/tui-regs.h, tui/tui-source.c, tui/tui-stack.c: Ditto. 11220 * tui/tui-data.c, tui/tui-data.h, tui/tui-disasm.c: Ditto. [all …]
|
H A D | configure.in | 188 AC_ARG_ENABLE(tui, optenable 189 [ --enable-tui enable full-screen terminal user interface (TUI)], 194 AC_MSG_ERROR([bad value $enableval for --enable-tui]) ;; 1351 if test -d $srcdir/tui; then 1358 CONFIG_ALL="${CONFIG_ALL} all-tui" 1359 CONFIG_CLEAN="${CONFIG_CLEAN} clean-tui" 1360 CONFIG_INSTALL="${CONFIG_INSTALL} install-tui" 1361 CONFIG_UNINSTALL="${CONFIG_UNINSTALL} uninstall-tui"
|
H A D | ChangeLog-2000 | 2799 tui/tui.c, tui/tuiLayout.c, tui/tuiRegs.c, tui/tuiStack.c, 3937 tui/tui.h, tui/tuiIO.c, utils.c, v850ice.c, varobj.c, 4199 top.h, tracepoint.c, tracepoint.h, tui/tui-file.c, tui/tui.c, 4200 tui/tui.h, tui/tuiCommand.h, tui/tuiData.c, tui/tuiData.h, 4201 tui/tuiDataWin.h, tui/tuiDisassem.c, tui/tuiDisassem.h, 4202 tui/tuiGeneralWin.c, tui/tuiGeneralWin.h, tui/tuiIO.c, 4203 tui/tuiIO.h, tui/tuiLayout.c, tui/tuiLayout.h, tui/tuiRegs.c, 4204 tui/tuiRegs.h, tui/tuiSource.c, tui/tuiSource.h, 4205 tui/tuiSourceWin.h, tui/tuiStack.c, tui/tuiStack.h, 7863 Moved to tui/tui-file.c and tui/tui-file.h. [all …]
|
H A D | MAINTAINERS | 277 tui Stephane Carrez stcarrez@nerim.fr 421 Jimmy Guo (gdb.hp, tui) guo at cup dot hp dot com
|
H A D | ChangeLog-1998 | 21 with --enable-tui. 24 (all-tui): Remove dependency from phony target. 52 (SFILES): Add the tui files to this, so they get 54 (all-tui): New rule, which does a recursive make in the tui 56 (gdb$(EXEEXT)): Add tui-all to the list of 58 (tui/libtui.a): When recursing, pass down 68 tui/libtui.a directly. 74 (tui/libtui.a): Renamed from all-tui. Always recurse to make sure 78 * Makefile.in: Look for tui include files in the tui source dir. 567 * configure.in: Construct tui/Makefile from tui/Makefile.in. [all …]
|
H A D | ChangeLog-2001 | 3487 * Makefile.in (SUBDIR_TUI_OBS): Add tui-out.o, tui-hooks.o. 3488 (SUBDIR_TUI_SRCS): Add tui-out.c tui-hooks.c 3490 (tui-out.o): Define dependencies. 3491 (tui-hooks.o): Likewise. 3687 * Makefile.in (COMMON_OBS): Remove tui-file.o. 3689 (SUBDIR_TUI_SRCS): Move tui-file.c and tui-file.h here. 3690 (main.o): Remove dependency with tui-file.h. 3694 * Makefile.in (tui-file.o): Update dependencies. 3880 * utils.c (query): Remove tui hacks; tui must use the query_hook. 3901 * defs.h: Remove TUIDO; Only include tui.h. [all …]
|
H A D | ChangeLog-1999 | 9153 * configure.in: Add an --enable-tui argument. Construct 9154 tui/Makefile from tui/Makefile.in. Use AM_PROG_CC_STDC. If we 9166 (gdb$(GDBEXT)): Use those, instead of referring to all-tui and 9167 tui/libtui.a directly. 9168 (BUILD_TUI): build the tui -- only when configured with 9169 --enable-tui. 9172 (all-tui): remove dependency from phony target. 9182 (gdb$(EXEEXT)): Add all-tui to the list of dependencies, and add 9183 tui/libtui.a to the link list. 9184 (all-tui): New rule, which does a recursive make in the tui [all …]
|
H A D | configure | 10782 CONFIG_ALL="${CONFIG_ALL} all-tui" 10783 CONFIG_CLEAN="${CONFIG_CLEAN} clean-tui" 10784 CONFIG_INSTALL="${CONFIG_INSTALL} install-tui" 10785 CONFIG_UNINSTALL="${CONFIG_UNINSTALL} uninstall-tui"
|
H A D | ChangeLog-2002 | 916 (tui-hooks.o): Ditto. 13263 * tui/tui-hooks.c: Likewise. 13264 * tui/tui.c: Likewise. 13265 * tui/tuiCommand.c: Likewise. 13266 * tui/tuiData.c: Likewise. 13270 * tui/tuiIO.c: Likewise. 13271 * tui/tuiLayout.c: Likewise. 13272 * tui/tuiRegs.c: Likewise. 13273 * tui/tuiSource.c: Likewise. 13275 * tui/tuiStack.c: Likewise. [all …]
|
H A D | ChangeLog-2003 | 5226 * Makefile.in (tui-interp.o): Update dependencies. 12034 * MAINTAINERS (tui): Maintainer of tui code. 13462 (captured_main): When --tui, set interpreter_p to "tui" instead of 13469 * Makefile.in (SUBDIR_TUI_SRCS): Add "tui/tui-interp.c". 13470 (tui-interp.o): Add rules. 13471 (SUBDIR_TUI_OBS): Add "tui-interp.o". 15253 right after the code that handles the --enable-tui option, and 15341 --enable-tui option. Polish a bit. 15353 * configure.in: Move code that provides the --enable-tui option
|
H A D | NEWS | 197 command line option "-i=tui" or by running the separate "gdbtui" 1185 it, build with --enable-tui. Although this can be enabled for any
|
/openbsd/gnu/usr.bin/binutils/gdb/po/ |
H A D | gdb.pot | 215 msgid " --tui Use a terminal user interface.\n"
|
/openbsd/gnu/usr.bin/binutils/gdb/doc/ |
H A D | ChangeLog | 259 * gdb.texinfo (TUI Commands): Document tui reg commands. 263 * gdb.texinfo (TUI): Delete reference to --enable-tui. Mention 1874 * gdb.texinfo (TUI Configuration): Rename tui configuration variables. 1887 (Mode Options): Document the -tui option.
|
H A D | gdb.texinfo | 1089 @item -tui 1090 @cindex @code{--tui} 14290 @samp{gdbtui} or @samp{gdb -tui}. 14616 @item tui reg float 14617 @kindex tui reg 14620 @item tui reg general 14623 @item tui reg next 14629 @item tui reg system 14654 @kindex set tui border-kind 14671 @kindex set tui active-border-mode [all …]
|
/openbsd/gnu/usr.bin/binutils/gdb/mi/ |
H A D | ChangeLog-1999-2003 | 8 * tui-out.c: Fix "fortunatly"[sic].
|
/openbsd/share/dict/ |
H A D | web2 | 209014 tui
|