Searched refs:traced_syscall_exits (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/contrib/gdb/gdb/
H A Dprocfs.c3403 sysset_t *traced_syscall_exits; local
3473 traced_syscall_exits = sysset_t_alloc (pi);
3474 gdb_premptysysset (traced_syscall_exits);
3476 gdb_praddsysset (traced_syscall_exits, SYS_exec);
3479 gdb_praddsysset (traced_syscall_exits, SYS_execve);
3482 gdb_praddsysset (traced_syscall_exits, SYS_execv);
3486 gdb_praddsysset (traced_syscall_exits, SYS_lwpcreate);
3487 gdb_praddsysset (traced_syscall_exits, SYS_lwpexit);
3491 gdb_praddsysset (traced_syscall_exits, SYS_lwp_create);
3492 gdb_praddsysset (traced_syscall_exits, SYS_lwp_exi
[all...]

Completed in 155 milliseconds