Use scoped_restore in more places
[deliverable/binutils-gdb.git] / gdb / ChangeLog
index feee3e738fc62a987b0ceb9bca25c93f6513b86b..36514272a7445fd6b00d3653a1a3bdff3247de3c 100644 (file)
@@ -1,3 +1,16 @@
+2017-04-12  Tom Tromey  <tom@tromey.com>
+
+       * mi/mi-main.c (exec_direction_forward): Remove.
+       (exec_reverse_continue, mi_execute_command): Use scoped_restore.
+       * guile/scm-ports.c (ioscm_with_output_to_port_worker): Use
+       scoped_restore.
+       * guile/guile.c (guile_repl_command, guile_command)
+       (gdbscm_execute_gdb_command): Use scoped_restore.
+       * go-exp.y (go_parse): Use scoped_restore.
+       * d-exp.y (d_parse): Use scoped_restore.
+       * cli/cli-decode.c (cmd_func): Use scoped_restore.
+       * c-exp.y (c_parse): Use scoped_restore.
+
 2017-04-12  Tom Tromey  <tom@tromey.com>
 
        * mi/mi-parse.h (struct mi_parse): Add constructor, destructor.
This page took 0.024679 seconds and 4 git commands to generate.