Module Name: src
Committed By: christos
Date: Fri Dec 1 22:19:59 UTC 2017
Modified Files:
src/external/gpl3/gdb/dist/gdb: inf-ptrace.c
Log Message:
Back to stepping everyone.
To generate a diff of this commit:
cvs rdiff -u -r1.16 -r1.17 src/external/gpl3/gdb/dist/gdb/inf-ptrace.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/inf-ptrace.c
diff -u src/external/gpl3/gdb/dist/gdb/inf-ptrace.c:1.16 src/external/gpl3/gdb/dist/gdb/inf-ptrace.c:1.17
--- src/external/gpl3/gdb/dist/gdb/inf-ptrace.c:1.16 Tue Nov 28 17:04:52 2017
+++ src/external/gpl3/gdb/dist/gdb/inf-ptrace.c Fri Dec 1 17:19:59 2017
@@ -353,7 +353,7 @@ inf_ptrace_resume (struct target_ops *op
all possible successor instructions), so we don't have to
worry about that here. */
request = PT_STEP;
-#ifdef __NetBSD__
+#if 0
/*
* On NetBSD the data field of PT_STEP contains the thread
* to be stepped; all other threads are continued if this value is > 0