Make gdb.mi/user-selected-context-sync.exp use proc_with_prefix
[deliverable/binutils-gdb.git] / gdb / ChangeLog
index 4d16c38aa8f4ce8e9f6b0dd99b18724ee9fedcaa..9123596873d38fe73c4934395dc841238ca56ef5 100644 (file)
@@ -1,3 +1,20 @@
+2016-11-09  Pedro Alves  <palves@redhat.com>
+
+       * ax-gdb.c (agent_eval_command_one): Use std::move instead of
+       gdb::move.
+       * ax.h (agent_expr_up): Use std::unique_ptr instead of
+       gdb::unique_ptr.
+       * breakpoint.c (parse_cond_to_aexpr): Use std::move instead of
+       gdb::move.
+       * tracepoint.c (collection_list::collect_symbol): Likewise.
+       (collection_list::~collection_list): Delete.
+       (encode_actions_1): Use std::move instead of gdb::move.
+       (collection_list::add_aexpr): Use std::move instead of
+       unique_ptr::release.
+       * tracepoint.h (collection_list) <~collection_list>: Delete
+       declaration.
+       <m_aexprs>: Now a vector of agent_ptr_up.
+
 2016-11-09  Pedro Alves  <palves@redhat.com>
 
        * main.c (struct cmdarg): Add constructor.
 
 2016-10-29  Manish Goregaokar  <manish@mozilla.com>
 
-    * rust-exp.y: Parse `sizeof(exp)` as `UNOP_SIZEOF`
+       * rust-exp.y: Parse `sizeof(exp)` as `UNOP_SIZEOF`.
 
 2016-10-28  Manish Goregaokar  <manish@mozilla.com>
 
-    * rust-lang.c (rust_union_is_untagged): Add function to
-    check if a union is an untagged unioni
-    (rust_val_print): Handle printing of untagged union values
-    (rust_print_type): Handle printing of untagged union types
-    (rust_evaluate_subexp): Handle evaluating field
-    access on untagged unions
+       * rust-lang.c (rust_union_is_untagged): Add function to check if a
+       union is an untagged union.
+       (rust_val_print): Handle printing of untagged union values.
+       (rust_print_type): Handle printing of untagged union types.
+       (rust_evaluate_subexp): Handle evaluating field access on untagged
+       unions.
 
 2016-10-27  Manish Goregaokar  <manish@mozilla.com>
 
-    * rust-lang.c (rust_get_disr_info): Treat univariant enums
-    without discriminants as encoded enums with a real field
-    * rust-lang.c (rust_evaluate_subexp): Handle field access
-    on encoded struct-like enums
+       * rust-lang.c (rust_get_disr_info): Treat univariant enums without
+       discriminants as encoded enums with a real field.
+       * rust-lang.c (rust_evaluate_subexp): Handle field access on
+       encoded struct-like enums.
 
 2016-11-03  Yao Qi  <yao.qi@linaro.org>
 
 
 2016-07-06  Manish Goregaokar  <manish@mozilla.com>
 
-       * rust-lang.c (rust_subscript): Allow subscripting pointers
+       * rust-lang.c (rust_subscript): Allow subscripting pointers.
 
 2016-07-05  Jan Kratochvil  <jan.kratochvil@redhat.com>
 
This page took 0.024169 seconds and 4 git commands to generate.