Searched refs:traced_syscall_exits (Results 1 – 1 of 1) sorted by relevance
3403 sysset_t *traced_syscall_exits; in procfs_debug_inferior() local3473 traced_syscall_exits = sysset_t_alloc (pi); in procfs_debug_inferior()3474 gdb_premptysysset (traced_syscall_exits); in procfs_debug_inferior()3476 gdb_praddsysset (traced_syscall_exits, SYS_exec); in procfs_debug_inferior()3479 gdb_praddsysset (traced_syscall_exits, SYS_execve); in procfs_debug_inferior()3482 gdb_praddsysset (traced_syscall_exits, SYS_execv); in procfs_debug_inferior()3486 gdb_praddsysset (traced_syscall_exits, SYS_lwpcreate); in procfs_debug_inferior()3487 gdb_praddsysset (traced_syscall_exits, SYS_lwpexit); in procfs_debug_inferior()3491 gdb_praddsysset (traced_syscall_exits, SYS_lwp_create); in procfs_debug_inferior()3492 gdb_praddsysset (traced_syscall_exits, SYS_lwp_exit); in procfs_debug_inferior()[all …]