diff --git a/external/gpl3/gdb/dist/gdb/nbsd-nat.c b/external/gpl3/gdb/dist/gdb/nbsd-nat.c index 34fa21fb047e..ef4bc41697c1 100644 --- a/external/gpl3/gdb/dist/gdb/nbsd-nat.c +++ b/external/gpl3/gdb/dist/gdb/nbsd-nat.c @@ -544,7 +544,9 @@ nbsd_resume (struct target_ops *ops, ptid_get_tid (ptid)); if (ptid_get_pid(ptid) == -1) ptid = inferior_ptid; + fprintf_unfiltered (gdb_stdlog, "nbsd_resume(pid=%d, step=%d, signo=%d)\n", tid, step, (int)signo); super_resume (ops, ptid, step, signo); + fprintf_unfiltered (gdb_stdlog, "nbsd_resume(pid=%d, step=%d, signo=%d) - done\n", tid, step, (int)signo); } /* Wait for the child specified by PTID to do something. Return the