Home
last modified time | relevance | path

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

/NextBSD/contrib/gdb/gdb/
HDproc-events.c68 #define SYS_lwp_create SYS_lwpcreate macro
589 #if defined (SYS_lwp_create) in init_syscall_table()
590 syscall_table[SYS_lwp_create] = "lwp_create"; in init_syscall_table()
HDprocfs.c3039 #if defined (SYS_lwpcreate) || defined (SYS_lwp_create) /* FIXME: multiple */
3082 #if defined (SYS_lwpcreate) || defined (SYS_lwp_create) /* FIXME: multiple */
3490 #ifdef SYS_lwp_create /* FIXME: once only, please */ in procfs_debug_inferior()
3491 gdb_praddsysset (traced_syscall_exits, SYS_lwp_create); in procfs_debug_inferior()
3858 #ifdef SYS_lwp_create in syscall_is_lwp_create()
3859 if (scall == SYS_lwp_create) in syscall_is_lwp_create()