Remove cleanups from check_fast_tracepoint_sals
[deliverable/binutils-gdb.git] / gdb / ChangeLog
index 30db821bfca933c786224e1569f258411d4a0228..df920f8d60208f84a976b751d5d5e9d446f32ad4 100644 (file)
@@ -1,3 +1,129 @@
+2018-02-24  Tom Tromey  <tom@tromey.com>
+
+       * i386-tdep.c (i386_fast_tracepoint_valid_at): "msg" now a
+       std::string.
+       * gdbarch.sh (fast_tracepoint_valid_at): Change "msg" to a
+       std::string*.
+       * gdbarch.c: Rebuild.
+       * gdbarch.h: Rebuild.
+       * breakpoint.c (check_fast_tracepoint_sals): Use std::string.
+       * arch-utils.h (default_fast_tracepoint_valid_at): Update.
+       * arch-utils.c (default_fast_tracepoint_valid_at): "msg" now a
+       std::string*.
+
+2018-02-23  Simon Marchi  <simon.marchi@polymtl.ca>
+
+       * gdbtypes.h (sect_offset): Change type to uint64_t.
+       (sect_offset_str): New function.
+       * dwarf2read.c (create_addrmap_from_aranges): Use
+       sect_offset_str.
+       (error_check_comp_unit_head): Likewise.
+       (create_debug_type_hash_table): Likewise.
+       (read_cutu_die_from_dwo): Likewise.
+       (init_cutu_and_read_dies): Likewise.
+       (init_cutu_and_read_dies_no_follow): Likewise.
+       (process_psymtab_comp_unit_reader): Likewise.
+       (partial_die_parent_scope): Likewise.
+       (peek_die_abbrev): Likewise.
+       (process_queue): Likewise.
+       (dwarf2_physname): Likewise.
+       (read_namespace_alias): Likewise.
+       (read_import_statement): Likewise.
+       (create_dwo_cu_reader): Likewise.
+       (create_cus_hash_table): Likewise.
+       (lookup_dwo_cutu): Likewise.
+       (inherit_abstract_dies): Likewise.
+       (read_func_scope): Likewise.
+       (read_call_site_scope): Likewise.
+       (dwarf2_add_member_fn): Likewise.
+       (read_common_block): Likewise.
+       (read_module_type): Likewise.
+       (read_typedef): Likewise.
+       (read_subrange_type): Likewise.
+       (load_partial_dies): Likewise.
+       (read_partial_die): Likewise.
+       (find_partial_die): Likewise.
+       (read_str_index): Likewise.
+       (dwarf2_string_attr): Likewise.
+       (build_error_marker_type): Likewise.
+       (lookup_die_type): Likewise.
+       (dump_die_shallow): Likewise.
+       (follow_die_ref): Likewise.
+       (dwarf2_fetch_die_loc_sect_off): Likewise.
+       (dwarf2_fetch_constant_bytes): Likewise.
+       (follow_die_sig): Likewise.
+       (get_signatured_type): Likewise.
+       (get_DW_AT_signature_type): Likewise.
+       (dwarf2_find_containing_comp_unit): Likewise.
+       (set_die_type): Likewise.
+
+2018-02-21  John Baldwin  <jhb@FreeBSD.org>
+
+       * arch/aarch64.c: Include "common-defs.h".
+       * arch/amd64.c: Likewise.
+       * arch/i386.c: Likewise.
+
+2018-02-21  Tom Tromey  <tom@tromey.com>
+
+       * value.h: (extract_field_op): Update.
+       * eval.c (extract_field_op): Return a const char *.
+       * expression.h (parse_expression_for_completion): Update.
+       * completer.c (complete_expression): Update.
+       (add_struct_fields): Make fieldname const.
+       * parse.c (expout_completion_name): Now a unique_xmalloc_ptr.
+       (mark_completion_tag, parse_exp_in_context_1): Update.
+       (parse_expression_for_completion): Change "name" to
+       unique_xmalloc_ptr*.
+
+2018-02-21  Tom Tromey  <tom@tromey.com>
+
+       * infcall.c (call_function_by_hand_dummy): Use std::vector.
+
+2018-02-21  Yao Qi  <yao.qi@linaro.org>
+
+       * avr-tdep.c (avr_read_pc): Change parameter type to
+       readable_regcache.
+       * gdbarch.sh (read_pc): Likewise.
+       * gdbarch.c: Re-generated.
+       * gdbarch.h: Re-generated.
+       * hppa-tdep.c (hppa_read_pc): Change parameter type to
+       readable_regcache.
+       * ia64-tdep.c (ia64_read_pc): Likewise.
+       * mips-tdep.c (mips_read_pc): Likewise.
+       * spu-tdep.c (spu_read_pc): Likewise.
+
+2018-02-21  Yao Qi  <yao.qi@linaro.org>
+
+       * Makefile.in (COMMON_SFILES): Add regcache-dump.c
+       * regcache-dump.c: New file.
+       * regcache.c: Move register_dump to regcache-dump.c.
+       (maintenance_print_registers): Likewise.
+       (maintenance_print_raw_registers): Likewise.
+       (maintenance_print_cooked_registers): Likewise.
+       (maintenance_print_register_groups): Likewise.
+       (maintenance_print_remote_registers): Likewise.
+       (_initialize_regcache): Likewise.
+       * regcache.h (register_dump): Moved from regcache.c.
+
+2018-02-21  Yao Qi  <yao.qi@linaro.org>
+
+       * regcache.c (regcache::regcache): Update.
+       (regcache::invalidate): Move it to detached_regcache::invalidate.
+       (get_thread_arch_aspace_regcache): Update.
+       (regcache::raw_update): Update.
+       (regcache::cooked_read): Remove some code.
+       (regcache::cooked_read_value): Likewise.
+       (regcache::raw_write): Remove assert on m_readonly_p.
+       (regcache::raw_supply_integer): Move it to
+       detached_regcache::raw_supply_integer.
+       (regcache::raw_supply_zeroed): Likewise.
+       * regcache.h (detached_regcache) <raw_supply_integer>: New
+       declaration.
+       <raw_supply_zeroed, invalidate>: Likewise.
+       (regcache) <raw_supply_integer, raw_supply_zeroed>: Removed.
+       <invalidate>: Likewise.
+       <m_readonly_p>: Removed.
+
 2018-02-21  Yao Qi  <yao.qi@linaro.org>
 
        * infcmd.c (get_return_value): Let stop_regs point to
This page took 0.024669 seconds and 4 git commands to generate.