Add a constructor and destructor to linespec_result
[deliverable/binutils-gdb.git] / gdb / ChangeLog
index d2de99fe46a4a36fbe19d3298bec440523616aa3..7ddac5bd50b0416a55caa5356da5e61bad333a1f 100644 (file)
@@ -1,3 +1,18 @@
+2017-04-12  Tom Tromey  <tom@tromey.com>
+
+       * linespec.h (struct linespec_result): Add constructor and
+       destructor.
+       (init_linespec_result, destroy_linespec_result)
+       (make_cleanup_destroy_linespec_result): Don't declare.
+       * linespec.c (init_linespec_result): Remove.
+       (linespec_result::~linespec_result): Rename from
+       destroy_linespec_result.  Update.
+       (cleanup_linespec_result, make_cleanup_destroy_linespec_result):
+       Remove.
+       * breakpoint.c (create_breakpoint, break_range_command)
+       (decode_location_default): Update.
+       * ax-gdb.c (agent_command_1): Update.
+
 2017-04-12  Tom Tromey  <tom@tromey.com>
 
        * remote.c (remote_download_tracepoint): Update.
This page took 0.040524 seconds and 4 git commands to generate.