Use macros for TUI window names
[deliverable/binutils-gdb.git] / gdb / ChangeLog
index e006943e4935a65bf5cfeb79417bb555a09018fe..f9d989d2444637cfdc3d7c8a8c28343bb086ed49 100644 (file)
@@ -1,3 +1,95 @@
+2020-06-16  Tom Tromey  <tom@tromey.com>
+
+       * tui/tui-data.h (STATUS_NAME): New macro.
+       * tui/tui-layout.c (tui_remove_some_windows)
+       (initialize_known_windows, tui_register_window)
+       (tui_layout_split::remove_windows, initialize_layouts)
+       (tui_new_layout_command): Don't use hard-coded window names.
+
+2020-06-16  Tom Tromey  <tom@tromey.com>
+
+       PR tui/25348:
+       * tui/tui.c (tui_ensure_readline_initialized): Rename from
+       tui_initialize_readline.  Only run once.  Call rl_initialize.
+       * tui/tui.h (tui_ensure_readline_initialized): Rename from
+       tui_initialize_readline.
+       * tui/tui-io.c (tui_setup_io): Call
+       tui_ensure_readline_initialized.
+       * tui/tui-interp.c (tui_interp::init): Update.
+
+2020-06-16  Tom Tromey  <tom@tromey.com>
+
+       * tui/tui-layout.c (tui_layout_split::remove_windows): Fix logic.
+       Also preserve the status window.
+
+2020-06-16  Tom Tromey  <tom@tromey.com>
+
+       * python/py-tui.c (tui_py_window::~tui_py_window): Handle case
+       where m_window==nullptr.
+
+2020-06-15  Tom Tromey  <tromey@adacore.com>
+
+       * windows-nat.c (windows_nat::handle_output_debug_string):
+       Update.
+       (windows_nat::handle_ms_vc_exception): Update.
+       * target.h (target_read_string): Change API.
+       * target.c (target_read_string): Change API.
+       * solib-svr4.c (open_symbol_file_object, svr4_read_so_list):
+       Update.
+       * solib-frv.c (frv_current_sos): Update.
+       * solib-dsbt.c (dsbt_current_sos): Update.
+       * solib-darwin.c (darwin_current_sos): Update.
+       * linux-thread-db.c (inferior_has_bug): Update.
+       * expprint.c (print_subexp_standard): Update.
+       * ada-lang.c (ada_main_name, ada_tag_name_from_tsd)
+       (ada_exception_message_1): Update.
+
+2020-06-15  Tom Tromey  <tromey@adacore.com>
+
+       * linux-tdep.c (dump_mapping_p): Use target_read_memory.
+
+2020-06-15  Tom Tromey  <tromey@adacore.com>
+
+       * valprint.c (read_string): Update comment.
+       * target.c (MIN): Remove.
+       (target_read_string): Rewrite.
+
+2020-06-15  Tom Tromey  <tromey@adacore.com>
+
+       * corefile.c (read_memory_string): Remove.
+       * ada-valprint.c (ada_value_print_ptr): Update.
+       * ada-lang.h (ada_tag_name): Change return type.
+       * ada-lang.c (type_from_tag): Update.
+       (ada_tag_name_from_tsd): Change return type.  Use
+       target_read_string.
+       (ada_tag_name): Likewise.
+       * gdbcore.h (read_memory_string): Don't declare.
+
+2020-06-14  Hannes Domani  <ssbssa@yahoo.de>
+
+       * symtab.c (rbreak_command): Ignore Windows drive colon.
+
+2020-06-12  Simon Marchi  <simon.marchi@efficios.com>
+
+       * NEWS: Mention removed GDBserver host support.
+
+2020-06-12  Nelson Chu  <nelson.chu@sifive.com>
+
+       * features/riscv/rebuild-csr-xml.sh: Updated.
+
+2020-06-11  Tom Tromey  <tom@tromey.com>
+
+       PR gdb/18318:
+       * c-exp.y (lex_one_token): Handle 'p' like 'e'.
+
+2020-06-09  Jonny Grant  <jg@jguk.org>
+2020-06-09  Simon Marchi  <simon.marchi@polymtl.ca>
+
+       * main.c (captured_main_1): Don't print new line after help.
+       (print_gdb_help): add mailing list and IRC channel information
+       to --help.  Add new lines between items in the footer.  Remove
+       quotes around bug url.
+
 2020-06-11  Keith Seitz  <keiths@redhat.com>
 
        PR gdb/21356
This page took 0.025015 seconds and 4 git commands to generate.