Home
last modified time | relevance | path

Searched refs:SYS_lwp_exit (Results 1 – 2 of 2) sorted by relevance

/NextBSD/contrib/gdb/gdb/
HDproc-events.c72 #define SYS_lwp_exit SYS_lwpexit macro
592 #if defined (SYS_lwp_exit) in init_syscall_table()
593 syscall_table[SYS_lwp_exit] = "lwp_exit"; in init_syscall_table()
HDprocfs.c3434 #ifdef SYS_lwp_exit in procfs_debug_inferior()
3435 gdb_praddsysset (traced_syscall_entries, SYS_lwp_exit); in procfs_debug_inferior()
3492 gdb_praddsysset (traced_syscall_exits, SYS_lwp_exit); in procfs_debug_inferior()
3806 #ifdef SYS_lwp_exit in syscall_is_lwp_exit()
3807 if (scall == SYS_lwp_exit) in syscall_is_lwp_exit()