Home
last modified time | relevance | path

Searched refs:syscall_id (Results 1 – 6 of 6) sorted by relevance

/openbsd-src/gnu/usr.bin/binutils/gdb/
H A Dhppah-nat.c587 int syscall_id; in child_wait() local
765 if (hpux_has_syscall_event (pid, &kind, &syscall_id)) in child_wait()
768 ourstatus->value.syscall_id = syscall_id; in child_wait()
1322 hpux_has_syscall_event (int pid, enum target_waitkind *kind, int *syscall_id) in hpux_has_syscall_event() argument
1328 *syscall_id = -1; in hpux_has_syscall_event()
H A Dinfttrace.h33 int *syscall_id);
H A Dinftarg.c106 int syscall_id; in child_wait() local
H A Dtarget.h145 int syscall_id; member
H A Dinfttrace.c3497 hpux_has_syscall_event (int pid, enum target_waitkind *kind, int *syscall_id) in hpux_has_syscall_event() argument
3525 *syscall_id = -1; in hpux_has_syscall_event()
3534 *syscall_id = ttrace_state.tts_scno; in hpux_has_syscall_event()
H A DChangeLog-19983223 (target_waitstatus): Add a syscall_id field to structure.