gdb.base/skip.exp: Clean up multiple references to same test name.
[deliverable/binutils-gdb.git] / gdb / fbsd-nat.c
index e7ca0e66578bef69dc94615ba06a3fb1a8d42429..bdf078e6cc2e915dde1bedc950a02d370a42d7e4 100644 (file)
@@ -303,7 +303,7 @@ fbsd_pid_to_str (struct target_ops *ops, ptid_t ptid)
       static char buf[64];
       int pid = ptid_get_pid (ptid);
 
-      xsnprintf (buf, sizeof buf, "process %d, LWP %d", pid, lwp);
+      xsnprintf (buf, sizeof buf, "LWP %d of process %d", lwp, pid);
       return buf;
     }
 
This page took 0.023925 seconds and 4 git commands to generate.