mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-25 14:30:06 +00:00
(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…
Reference in New Issue
Block a user