C++-ify parser_state
[deliverable/binutils-gdb.git] / gdb / ChangeLog
index dc6406ac0c6a88aca466416b520ab8d6df831e94..54b704134e4f1405b9595fcea1b99a5927cad1b4 100644 (file)
@@ -1,3 +1,123 @@
+2017-12-30  Tom Tromey  <tom@tromey.com>
+           Simon Marchi  <simon.marchi@ericsson.com>
+
+       * stap-probe.h (struct stap_parse_info): Add constructor,
+       destructor.
+       * stap-probe.c (stap_parse_argument): Update.
+       * rust-exp.y (rust_lex_tests): Update.
+       * parser-defs.h (struct parser_state): Add constructor,
+       destructor, release method.
+       <expout>: Change type to expression_up.
+       (null_post_parser): Change type.
+       (initialize_expout, reallocate_expout): Remove.
+       * parse.c (parser_state::parser_state): Rename from
+       initialize_expout.
+       (parser_state::release): Rename from reallocate_expout.
+       (write_exp_elt, parse_exp_in_context_1, increase_expout_size):
+       Update.
+       (null_post_parser): Change type of "exp".
+       * dtrace-probe.c (dtrace_probe::build_arg_exprs): Update.
+       * ada-lang.c (resolve, resolve_subexp)
+       (replace_operator_with_call): Change type of "expp".
+       * language.h (struct language_defn) <la_post_parser>: Change type
+       of "expp".
+
+2017-12-30  Simon Marchi  <simon.marchi@ericsson.com>
+
+       * dwarf2read.c (struct mapped_debug_names): Make final.
+       (struct mapped_index): Make final.
+
+2017-12-29  Simon Marchi  <simon.marchi@ericsson.com>
+
+       * common/diagnostics.h
+       (DIAGNOSTIC_IGNORE_SWITCH_DIFFERENT_ENUM_TYPES): New macro.
+       * amd64-linux-tdep.c (amd64_canonicalize_syscall): Use it.
+
+2017-12-29  Simon Marchi  <simon.marchi@ericsson.com>
+
+       * linux-thread-db.c (thread_db_detach): Remove call to
+       delete_thread_db_info.
+
+2017-12-28  Simon Marchi  <simon.marchi@polymtl.ca>
+
+       * target.h (enum target_object) <TARGET_OBJECT_HPUX_UREGS,
+       TARGET_OBJECT_HPUX_SOLIB_GOT>: Remove.
+
+2017-12-27  Franck Jullien  <franck.jullien@gmail.com>
+           Stafford Horne  <shorne@gmail.com>
+
+       * target-descriptions.c (tdesc_register_in_reggroup_p): Support
+       arbitrary strings.
+       (tdesc_use_registers): Add logic to register new reggroups.
+       (tdesc_reg::group): Update comment to indicate we allow
+       arbitrary strings.
+       * NEWS (Changes since GDB 8.0): Announce that GDB supports
+       arbitrary reggroups.
+
+2017-12-27  Stafford Horne  <shorne@gmail.com>
+
+       * reggroups.c (reggroup_gdbarch_new): New function.
+       (reggroup_find): New function.
+       * reggroups.h (reggroup_gdbarch_new): New function.
+       (reggroup_find): New function.
+
+2017-12-27  Stafford Horne  <shorne@gmail.com>
+
+       * reggroups.c (reggroups_init): Change to depend only on
+       obstack rather than gdbarch.
+       (reggroup_add): Remove logic for forcing premature init.
+       (_initialize_reggroup): Set `reggroups_data` with
+       gdbarch_data_register_pre_init() rather than
+       gdbarch_data_register_post_init().
+
+2017-12-27  Stafford Horne  <shorne@gmail.com>
+
+       * infcmd.c (_initialize_infcmd): Add help for info reg $reggroup
+       and info all-registers $reggroup feature.
+
+2017-12-23  Simon Marchi  <simon.marchi@polymtl.ca>
+
+       * target-descriptions.c (print_c_tdesc)
+       <printf_field_type_assignment>: Add ATTRIBUTE_PRINTF.
+
+2017-12-21  Simon Marchi  <simon.marchi@ericsson.com>
+           Sergio Durigan Junior  <sergiodj@redhat.com>
+
+       * target-descriptions.c (print_c_tdesc) <visit>: Don't output
+       field_type declaration, use printf_field_type_assignment
+       instead.
+       <printf_field_type_assignment>: New method.
+       * features/aarch64-core.c, features/aarch64-fpu.c
+       features/arc-arcompact.c, features/arc-v2.c,
+       features/arm/arm-with-iwmmxt.c, features/i386/32bit-core.c,
+       features/i386/32bit-mpx.c, features/i386/32bit-sse.c,
+       features/i386/64bit-avx512.c, features/i386/64bit-core.c,
+       features/i386/64bit-mpx.c, features/i386/64bit-sse.c,
+       features/i386/x32-core.c, features/or1k.c,
+       features/rs6000/powerpc-7400.c,
+       features/rs6000/powerpc-altivec32.c,
+       features/rs6000/powerpc-altivec32l.c,
+       features/rs6000/powerpc-altivec64.c,
+       features/rs6000/powerpc-altivec64l.c,
+       features/rs6000/powerpc-cell32l.c,
+       features/rs6000/powerpc-cell64l.c,
+       features/rs6000/powerpc-isa205-altivec32l.c,
+       features/rs6000/powerpc-isa205-altivec64l.c,
+       features/rs6000/powerpc-isa205-vsx32l.c,
+       features/rs6000/powerpc-isa205-vsx64l.c,
+       features/rs6000/powerpc-vsx32.c,
+       features/rs6000/powerpc-vsx32l.c,
+       features/rs6000/powerpc-vsx64.c,
+       features/rs6000/powerpc-vsx64l.c, features/s390-gs-linux64.c,
+       features/s390-tevx-linux64.c, features/s390-vx-linux64.c,
+       features/s390x-gs-linux64.c, features/s390x-tevx-linux64.c,
+       features/s390x-vx-linux64.c: Re-generate.
+
+2017-12-20  Uros Bizjak  <ubizjak@gmail.com>
+
+       * rs6000-tdep.c (ppc_deal_with_atomic_sequence): Remove
+       write-only assignment to "insn" variable.
+
 2017-12-20  Ulrich Weigand  <uweigand@de.ibm.com>
 
        * spu-tdep.c (spu_gdbarch_init): Set set_gdbarch_significant_addr_bit
This page took 0.027986 seconds and 4 git commands to generate.