Change pid_to_str to return std::string
[deliverable/binutils-gdb.git] / gdb / dummy-frame.c
index a36cdff459e879c61af12491b298ecfea17aaa1f..aebdd233d74074fb1f723c7bd0bd9e03147e24db 100644 (file)
@@ -409,7 +409,7 @@ fprint_dummy_frames (struct ui_file *file)
       fprintf_unfiltered (file, " id=");
       fprint_frame_id (file, s->id.id);
       fprintf_unfiltered (file, ", ptid=%s",
-                         target_pid_to_str (s->id.thread->ptid));
+                         target_pid_to_str (s->id.thread->ptid).c_str ());
       fprintf_unfiltered (file, "\n");
     }
 }
This page took 0.025152 seconds and 4 git commands to generate.