* tm-rs6000.h (AIX_BUGGY_PTRACE_CALL): Zap, we think we fixed it.
authorJohn Gilmore <gnu@cygnus>
Fri, 18 Sep 1992 08:09:25 +0000 (08:09 +0000)
committerJohn Gilmore <gnu@cygnus>
Fri, 18 Sep 1992 08:09:25 +0000 (08:09 +0000)
commit6bb40269a062289f548b9ea1ac522ef62ad9f49b
tree1ba968801b4952050283fc2204e29e9b45c14b8c
parent997cc2c0a3ca76b3da1489ce530df5d0c3a46a2c
* tm-rs6000.h (AIX_BUGGY_PTRACE_CALL): Zap, we think we fixed it.
Rich and I believe the "real problem" was that both single_step
and target_resume were issuing PT_CONTINUE calls.  This would
cause the second PT_CONTINUE to sometimes fail because the process
was already running.
* infptrace.c (child_resume):  Remove AIX_BUGGY_PTRACE_CALL kludge.
gdb/ChangeLog
gdb/infptrace.c
gdb/tm-rs6000.h