gdb: Update comments that reference VEC or vec.h
[deliverable/binutils-gdb.git] / gdb / ChangeLog
index a5504a9c00babe02d951646eaff5d912939df8a6..3827c4d3235a749708622975a55b6ae571d5e6b1 100644 (file)
@@ -1,3 +1,181 @@
+2019-10-15  Andrew Burgess  <andrew.burgess@embecosm.com>
+
+       * linespec.c (decode_digits_ordinary): Update comment.
+       * make-target-delegates: No longer need to handle VEC case.
+       * memrange.c (normalize_mem_ranges): Update comment.
+       * namespace.c (add_using_directive): Update comment.
+       * objc-lang.c (uniquify_strings): Update comment.
+       * ppc-linux-nat.c (struct thread_points): Update comment.
+       * probe.h (find_probes_in_objfile): Update comment.
+       * target.h (enum flash_preserve_mode): Update comment.
+       * varobj.c (varobj_restrict_range): Update comment.
+       * varobj.h (varobj_list_children): Update comment.
+
+2019-10-15  Andrew Burgess  <andrew.burgess@embecosm.com>
+
+       * Makefile.in: Remove references to vec.h and vec.c.
+       * aarch64-tdep.c: No longer include vec.h.
+       * ada-lang.c: Likewise.
+       * ada-lang.h: Likewise.
+       * arm-tdep.c: Likewise.
+       * ax.h: Likewise.
+       * breakpoint.h: Likewise.
+       * charset.c: Likewise.
+       * cp-support.h: Likewise.
+       * dtrace-probe.c: Likewise.
+       * dwarf2read.c: Likewise.
+       * extension.h: Likewise.
+       * gdb_bfd.c: Likewise.
+       * gdbsupport/gdb_vecs.h: Likewise.
+       * gdbsupport/vec.c: Remove.
+       * gdbsupport/vec.h: Remove.
+       * gdbthread.h: Likewise.
+       * guile/scm-type.c: Likewise.
+       * inline-frame.c: Likewise.
+       * machoread.c: Likewise.
+       * memattr.c: Likewise.
+       * memrange.h: Likewise.
+       * namespace.h: Likewise.
+       * nat/linux-btrace.h: Likewise.
+       * osdata.c: Likewise.
+       * parser-defs.h: Likewise.
+       * progspace.h: Likewise.
+       * python/py-type.c: Likewise.
+       * record-btrace.c: Likewise.
+       * rust-exp.y: Likewise.
+       * solib-target.c: Likewise.
+       * stap-probe.c: Likewise.
+       * target-descriptions.c: Likewise.
+       * target-memory.c: Likewise.
+       * target.h: Likewise.
+       * varobj.c: Likewise.
+       * varobj.h: Likewise.
+       * xml-support.h: Likewise.
+
+2019-10-15  Andrew Burgess  <andrew.burgess@embecosm.com>
+
+       * gdb/dwarf2read.c (dwarf2_per_objfile::~dwarf2_per_objfile):
+       Update for new std::vector based implementation.
+       (process_psymtab_comp_unit_reader): Likewise.
+       (scan_partial_symbols): Likewise.
+       (recursively_compute_inclusions): Likewise.
+       (compute_compunit_symtab_includes): Likewise.
+       (process_imported_unit_die): Likewise.
+       (queue_and_load_dwo_tu): Likewise.
+       (follow_die_sig_1): Likewise.
+       * gdb/dwarf2read.h: Remove DEF_VEC_P.
+       (typedef dwarf2_per_cu_ptr): Remove.
+       (struct dwarf2_per_cu_data) <imported_symtabs_empty>: New
+       function.
+       (struct dwarf2_per_cu_data) <imported_symtabs_push>: New function.
+       (struct dwarf2_per_cu_data) <imported_symtabs_size>: New function.
+       (struct dwarf2_per_cu_data) <imported_symtabs_free>: New function.
+       (struct dwarf2_per_cu_data) <imported_symtabs>: Change to
+       std::vector.
+
+2019-10-15  Tom Tromey  <tromey@adacore.com>
+
+       * windows-nat.c (windows_nat_target::resume): Use %x when logging
+       TID.
+
+2019-10-15  Tom Tromey  <tromey@adacore.com>
+
+       * windows-nat.c (windows_nat_target::fetch_registers)
+       (windows_nat_target::store_registers): Rename "pid" to "tid".
+
+2019-10-15  Tom Tromey  <tromey@adacore.com>
+
+       * gdbarch.h, gdbarch.c: Rebuild.
+       * gdbarch.sh (gcc_target_options): Change return type to
+       std::string.
+       * compile/compile.c (get_args): Update.
+       * nios2-tdep.c (nios2_gcc_target_options): Return std::string.
+       * arm-linux-tdep.c (arm_linux_gcc_target_options): Return
+       std::string.
+       * aarch64-linux-tdep.c (aarch64_linux_gcc_target_options): Return
+       std::string.
+       * arch-utils.c (default_gcc_target_options): Return std::string.
+       * arch-utils.h (default_gcc_target_options): Return std::string.
+       * s390-tdep.c (s390_gcc_target_options): Return std::string.
+
+2019-10-15  Christian Biesinger  <cbiesinger@google.com>
+
+       * breakpoint.c (breakpoint_chain): Make static.
+       * tui/tui-winsource.c: Call iterate_over_breakpoints instead
+       of accessing breakpoint_chain.
+
+2019-10-15  Christian Biesinger  <cbiesinger@google.com>
+
+       * breakpoint.c (iterate_over_breakpoints): Change function pointer
+       to a gdb::function_view and return value to bool.
+       * breakpoint.h (iterate_over_breakpoints): Likewise.
+       * dummy-frame.c (pop_dummy_frame_bpt): Update.
+       (pop_dummy_frame): Update.
+       * guile/scm-breakpoint.c (bpscm_build_bp_list): Update.
+       (gdbscm_breakpoints): Update.
+       * python/py-breakpoint.c (build_bp_list): Update.
+       (gdbpy_breakpoints): Update.
+       * python/py-finishbreakpoint.c (bpfinishpy_detect_out_scope_cb):
+       Update.
+       (bpfinishpy_handle_stop): Update.
+       (bpfinishpy_handle_exit): Update.
+       * solib-svr4.c (svr4_update_solib_event_breakpoint): Update.
+       (svr4_update_solib_event_breakpoints): Update.
+
+2019-10-15  Andreas Arnez  <arnez@linux.ibm.com>
+
+       * s390-tdep.c (s390_effective_inner_type): Ignore static fields
+       when unwrapping single-field structs.
+
+2019-10-14  Simon Marchi  <simon.marchi@polymtl.ca>
+
+       * dwarf2read.c: Remove includes.
+
+2019-10-13  Simon Marchi  <simon.marchi@polymtl.ca>
+
+       * ui-out.c (ui_out::call_do_message): Silence
+       -Wformat-nonliteral warning.
+
+2019-10-12  Simon Marchi  <simon.marchi@polymtl.ca>
+
+       * breakpoint.c: Remove some includes: continuations.h, skip.h,
+       mi/mi-main.h, readline/readline.h, readline/history.h.  Add
+       include: readline/tilde.h.
+
+2019-10-12  Christian Biesinger  <cbiesinger@google.com>
+
+       * remote.c (remote_target::get_trace_status): Remove declaration of
+       trace_regblock_size.
+
+2019-10-12  Christian Biesinger  <cbiesinger@google.com>
+
+       * cli/cli-cmds.c (max_user_call_depth): Move comment to header.
+       (show_user): Remove declaration of cmdlist.
+       * cli/cli-cmds.h (max_user_call_depth): Declare.
+       * cli/cli-script.c (execute_user_command): Remove declaration
+       of max_user_call_depth.
+
+2019-10-11  Jim Wilson  <jimw@sifive.com>
+
+       * gdbsupport/print-utils.h (pulongest): Fix comment.
+       (plongest): Likewise.
+       (phex): Add missing comment, mention leading zeros.
+       (phex_nz): Add mention of no leading zeros to comment.
+
+       * riscv-tdep.c (riscv_push_dummy_code): Change %lld to %s and use
+       plongest instead of unsigned long long cast.
+
+2019-10-10  Christian Biesinger  <cbiesinger@google.com>
+
+       * main.c (captured_main_1): Include gdbtk.h and remove declarations
+       for external_editor_command and gdbtk_test.
+
+2019-10-10  Christian Biesinger  <cbiesinger@google.com>
+
+       * mi/mi-cmd-var.c (varobjdebug): Remove declaration.
+       * varobj.c (varobjdebug): Move comment to...
+       * varobj.h (varobjdebug): ...here, and declare.
+
 2019-10-09  Tom Tromey  <tom@tromey.com>
 
        * tui/tui-regs.c (tui_data_window::show_registers): Don't call
 
 2019-07-04  Alan Hayward  <alan.hayward@arm.com>
 
+       PR breakpoints/25011
        * symfile.c (symbol_file_command): Call solib_create_inferior_hook.
 
 2019-07-04  Tom Tromey  <tom@tromey.com>
 
 2019-05-28  Alan Hayward  <alan.hayward@arm.com>
 
+       PR gdb/25010
        * event-top.c: Remove include comment.
        * inflow.c (class scoped_ignore_sigttou): Move from here...
        * inflow.h (class scoped_ignore_sigttou): ...to here.
This page took 0.030616 seconds and 4 git commands to generate.