mirror of
https://github.com/opnsense/src.git
synced 2026-03-16 23:55:19 -04:00
This ptrace operation returns a structure containing the error and return values from the current system call. It is only valid when a thread is stopped during a system call exit (PL_FLAG_SCX is set). The sr_error member holds the error value from the system call. Note that this error value is the native FreeBSD error value that has _not_ been translated to an ABI-specific error value similar to the values logged to ktrace. If sr_error is zero, then the return values of the system call will be set in sr_retval[0] and sr_retval[1]. Reviewed by: kib MFC after: 1 month Sponsored by: DARPA Differential Revision: https://reviews.freebsd.org/D20901 |
||
|---|---|---|
| .. | ||
| acct | ||
| execve | ||
| pipe | ||
| coredump_phnum_helper.c | ||
| coredump_phnum_test.sh | ||
| kcov.c | ||
| kern_copyin.c | ||
| kern_descrip_test.c | ||
| libkern_crc32.c | ||
| Makefile | ||
| Makefile.depend | ||
| Makefile.inc | ||
| pdeathsig.c | ||
| pdeathsig_helper.c | ||
| ptrace_test.c | ||
| reaper.c | ||
| sigaltstack.c | ||
| sys_getrandom.c | ||
| unix_passfd_test.c | ||
| unix_seqpacket_test.c | ||
| unix_socketpair_test.c | ||
| waitpid_nohang.c | ||