(ptrace) [PTRACE_TRACEME]: Notify the proc server that we are now traced.
This commit is contained in:
parent
094bacdbd8
commit
f535a036af
@ -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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user