Fix the "winheight" command
[binutils-gdb.git] / gdb / ChangeLog
index 0dfc96ade114d1f2e86c17fbfa36143e88d57bcf..cf65de2e21134eeb8d3ceedc6a60a088d07b003b 100644 (file)
@@ -1,3 +1,50 @@
+2019-11-19  Tom Tromey  <tom@tromey.com>
+
+       * tui/tui-win.c (tui_partial_win_by_name): Move from tui-data.c.
+       Now static.  Change type of "name".
+       (tui_set_win_height_command): Don't copy "arg".
+       * tui/tui-data.h (tui_partial_win_by_name): Don't declare.
+       * tui/tui-data.c (tui_partial_win_by_name): Move to tui-win.c.
+
+2019-11-19  Ali Tamur <tamur@google.com>
+
+       * dwarf2read.c (dw2_get_file_names_reader): Replace "if (attr)" with
+       "if (attr != nullptr)".
+       (dwarf2_find_base_address): Likewise.
+       (dwarf2_build_include_psymtabs): Likewise.
+       (read_cutu_die_from_dwo): Likewise.
+       (read_func_scope): Likewise.
+       (read_call_site_scope): Likewise.
+       (dwarf2_get_pc_bounds): Likewise.
+       (dwarf2_record_block_ranges): Likewise.
+       (dwarf2_add_field): Likewise.
+       (dwarf2_add_member_fn): Likewise.
+       (read_structure_type): Likewise.
+       (read_enumeration_type): Likewise.
+       (read_array_type): Likewise.
+       (read_array_order): Likewise.
+       (read_set_type): Likewise.
+       (read_common_block): Likewise.
+       (read_tag_reference_type): Likewise.
+       (read_tag_string_type): Likewise.
+       (read_subroutine_type): Likewise.
+       (read_base_type): Likewise.
+       (read_subrange_type): Likewise.
+       (new_symbol): Likewise.
+       (prepare_one_comp_unit): Likewise.
+
+2019-11-19  Tom Tromey  <tromey@adacore.com>
+
+       * windows-nat.c (windows_nat_target::attach): Include GetLastError
+       result in error when DebugActiveProcess fails.
+
+2019-11-18  Sergio Durigan Junior  <sergiodj@redhat.com>
+           Pedro Alves  <palves@redhat.com>
+
+       https://bugzilla.redhat.com/show_bug.cgi?id=1765117
+       * target.c (target_stack::push): Call 'unpush' if there's a
+       target on top of the stack.
+
 2019-11-18  Philippe Waroquiers  <philippe.waroquiers@skynet.be>
 
        * python/py-block.c (blpy_dealloc): Call tp_free.