diff options
Diffstat (limited to 'gdb/gnu-nat.c')
-rw-r--r-- | gdb/gnu-nat.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gdb/gnu-nat.c b/gdb/gnu-nat.c index b99f557..4a25759 100644 --- a/gdb/gnu-nat.c +++ b/gdb/gnu-nat.c @@ -2015,7 +2015,8 @@ gnu_resume (struct target_ops *ops, if (resume_all) /* Allow all threads to run, except perhaps single-stepping one. */ { - inf_debug (inf, "running all threads; tid = %d", PIDGET (inferior_ptid)); + inf_debug (inf, "running all threads; tid = %d", + ptid_get_pid (inferior_ptid)); ptid = inferior_ptid; /* What to step. */ inf_set_threads_resume_sc (inf, 0, 1); } |