ptrace_single_step() and ptrace_set_pc() should return errors if

necessary.  (Mainly because the SPARC can't easily single step, so
it should return EINVAL, and then ptrace() should return that to the
user.)
This commit is contained in:
sef 1993-09-04 08:46:36 +00:00
parent 3aa99f85dc
commit fddf2c7605
1 changed files with 1 additions and 1 deletions

View File

@ -1 +1 @@
revision 1.9 intentionally removed
revision 1.10 intentionally removed