Change breakpoint event locations to event_location_up
[deliverable/binutils-gdb.git] / gdb / remote.c
index 7c5fe87da8ab167ea5b4111ec42cbe71a6ad5ea9..694897df1d6c39e3fb061d14cf0555bd71554dad 100644 (file)
@@ -12416,7 +12416,7 @@ remote_download_tracepoint (struct target_ops *self, struct bp_location *loc)
        {
          strcpy (buf, "QTDPsrc:");
          encode_source_string (b->number, loc->address, "at",
-                               event_location_to_string (b->location),
+                               event_location_to_string (b->location.get ()),
                                buf + strlen (buf), 2048 - strlen (buf));
          putpkt (buf);
          remote_get_noisy_reply (&target_buf, &target_buf_size);
This page took 0.027055 seconds and 4 git commands to generate.