aboutsummaryrefslogtreecommitdiff
path: root/gdb/.gitignore
AgeCommit message (Collapse)AuthorFilesLines
2013-06-17gdb: ignore generated gcoreMike Frysinger1-0/+1
2012-08-13gdb: ignore generated go-exp.cMike Frysinger1-0/+1
2012-03-21gdb: update gitignoreMike Frysinger1-0/+2
2012-01-02gdb/Jan Kratochvil1-1/+0
Remove the gdbtui binary. * .gitignore (/gdbtui): Remove. * Makefile.in (TUI): Remove. (SUBDIR_TUI_OBS): Remove tui-main.o. (SUBDIR_TUI_SRCS): Remove tui/tui-main.c. (all-tui, install-tui, uninstall-tui, $(TUI)$(EXEEXT), clean-tui) (tui-main.o): Remove. (all_object_files): Remove tui-main.o. * NEWS: New note for the gdbtui removal. * configure: Rebuilt. * configure.ac: No longer add all-tui, clean-tui, install-tui and uninstall-tui to CONFIG_ALL, CONFIG_CLEAN, CONFIG_INSTALL and CONFIG_UNINSTALL respectively. * gdb.c (main): Remove args.interpreter_p initialization. * main.c (captured_main): Set INTERPRETER_P directly by INTERP_CONSOLE. * main.h (struct captured_main_args): Remove interpreter_p. * tui/tui-main.c: Remove. gdb/doc/ Remove the gdbtui binary. * all-cfg.texi (GDBTUI): Remove. * gdb.texinfo (Mode Options): Remove the GDBTUI reference. (TUI): Remove GDBTUI pindex. Remove the GDBTUI reference. * gdbint.texinfo (Testsuite): Replace `gdbtui' by `gdb -tui'.
2011-03-29gdb: start a gitignoreMike Frysinger1-0/+17
Signed-off-by: Mike Frysinger <vapier@gentoo.org>