diff options
author | Jan Kratochvil <jan.kratochvil@redhat.com> | 2012-01-02 02:28:59 +0000 |
---|---|---|
committer | Jan Kratochvil <jan.kratochvil@redhat.com> | 2012-01-02 02:28:59 +0000 |
commit | 217bff3e3f2e8fc50715a9d2d4dfa2d882ac6904 (patch) | |
tree | 44fc484a03b0611cdc0e64b9d5f558671722e0fa /gdb/doc/ChangeLog | |
parent | bb5ed36303def9c2273257431b1f1f166537683f (diff) | |
download | gdb-217bff3e3f2e8fc50715a9d2d4dfa2d882ac6904.zip gdb-217bff3e3f2e8fc50715a9d2d4dfa2d882ac6904.tar.gz gdb-217bff3e3f2e8fc50715a9d2d4dfa2d882ac6904.tar.bz2 |
gdb/
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'.
Diffstat (limited to 'gdb/doc/ChangeLog')
-rw-r--r-- | gdb/doc/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/gdb/doc/ChangeLog b/gdb/doc/ChangeLog index 0ede40b..0325686 100644 --- a/gdb/doc/ChangeLog +++ b/gdb/doc/ChangeLog @@ -1,3 +1,11 @@ +2012-01-02 Jan Kratochvil <jan.kratochvil@redhat.com> + + 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-12-23 Kevin Pouget <kevin.pouget@st.com> Introduce gdb.FinishBreakpoint in Python. |