Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/external/gpl3/gdb/dist/gdb Back to stepping everyone.



details:   https://anonhg.NetBSD.org/src/rev/e83d3a3fa240
branches:  trunk
changeset: 828193:e83d3a3fa240
user:      christos <christos%NetBSD.org@localhost>
date:      Fri Dec 01 22:19:59 2017 +0000

description:
Back to stepping everyone.

diffstat:

 external/gpl3/gdb/dist/gdb/inf-ptrace.c |  2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diffs (12 lines):

diff -r 56413d7374bc -r e83d3a3fa240 external/gpl3/gdb/dist/gdb/inf-ptrace.c
--- a/external/gpl3/gdb/dist/gdb/inf-ptrace.c   Fri Dec 01 22:15:17 2017 +0000
+++ b/external/gpl3/gdb/dist/gdb/inf-ptrace.c   Fri Dec 01 22:19:59 2017 +0000
@@ -353,7 +353,7 @@
          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



Home | Main Index | Thread Index | Old Index