(ptrace) [PTRACE_TRACEME]: Notify the proc server that we are now traced.

This commit is contained in:
Thomas Bushnell, BSG 1995-11-08 20:12:30 +00:00
parent 094bacdbd8
commit f535a036af

View File

@ -94,6 +94,7 @@ ptrace (enum __ptrace_request request, ... )
case PTRACE_TRACEME:
/* Make this process be traced. */
_hurd_exec_flags |= EXEC_TRACED;
__USEPORT (PROC, __proc_mark_traced (port));
break;
case PTRACE_CONT: