Change linespec_result::location to be an event_location_up
[deliverable/binutils-gdb.git] / gdb / ChangeLog
index 7ddac5bd50b0416a55caa5356da5e61bad333a1f..cf3e1442368a126a2e3d10bb03795b5dc8aaa860 100644 (file)
@@ -1,3 +1,19 @@
+2017-04-12  Tom Tromey  <tom@tromey.com>
+
+       * probe.c (parse_probes): Update.
+       * location.h (delete_event_location): Don't declare.
+       (event_location_deleter::operator()): Update.
+       * location.c (event_location_deleter::operator()): Rename from
+       delete_event_location.
+       * linespec.h (linespec_result) <location>: Change type to
+       event_location_up.
+       * linespec.c (canonicalize_linespec, event_location_to_sals)
+       (decode_objc): Update.
+       (linespec_result): Don't call delete_event_location.
+       * breakpoint.c (create_breakpoints_sal)
+       (bkpt_probe_create_sals_from_location)
+       (strace_marker_create_sals_from_location): Update.
+
 2017-04-12  Tom Tromey  <tom@tromey.com>
 
        * linespec.h (struct linespec_result): Add constructor and
This page took 0.025284 seconds and 4 git commands to generate.