Module Name:    src
Committed By:   rin
Date:           Thu Aug 17 05:50:00 UTC 2023

Modified Files:
        src/external/gpl3/gdb/dist/gdb: netbsd-nat.c

Log Message:
gdb: Adjust location of comment for clarity, no binary changes


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/external/gpl3/gdb/dist/gdb/netbsd-nat.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/external/gpl3/gdb/dist/gdb/netbsd-nat.c
diff -u src/external/gpl3/gdb/dist/gdb/netbsd-nat.c:1.2 src/external/gpl3/gdb/dist/gdb/netbsd-nat.c:1.3
--- src/external/gpl3/gdb/dist/gdb/netbsd-nat.c:1.2	Fri Aug 11 19:44:40 2023
+++ src/external/gpl3/gdb/dist/gdb/netbsd-nat.c	Thu Aug 17 05:50:00 2023
@@ -458,12 +458,12 @@ nbsd_nat_target::info_proc (const char *
   return true;
 }
 
+#ifdef PT_STEP
 /* Resume execution of a specified PTID, that points to a process or a thread
    within a process.  If one thread is specified, all other threads are
    suspended.  If STEP is nonzero, single-step it.  If SIGNAL is nonzero,
    give it that signal.  */
 
-#ifdef PT_STEP
 static void
 nbsd_resume(nbsd_nat_target *target, ptid_t ptid, int step,
 	    enum gdb_signal signal)

Reply via email to