C++-ify parser_state
[deliverable/binutils-gdb.git] / gdb / ChangeLog
index 79f5357d5481c5bd47e2d1bca9a601a32da721b9..54b704134e4f1405b9595fcea1b99a5927cad1b4 100644 (file)
@@ -1,3 +1,66 @@
+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
This page took 0.0274 seconds and 4 git commands to generate.