Home
last modified time | relevance | path

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

/openbsd/gnu/usr.bin/binutils/gdb/
H A Dprocfs.c247 typedef pr_siginfo64_t gdb_siginfo_t; typedef
249 typedef struct siginfo gdb_siginfo_t; typedef
2485 char sinfo[sizeof (gdb_siginfo_t)]; in proc_set_current_signal()
2487 gdb_siginfo_t *mysinfo; in proc_set_current_signal()
2510 mysinfo = (gdb_siginfo_t *) &arg.sinfo; in proc_set_current_signal()
2554 char sinfo[sizeof (gdb_siginfo_t)]; in proc_clear_current_signal()
2556 gdb_siginfo_t *mysinfo; in proc_clear_current_signal()
2560 mysinfo = (gdb_siginfo_t *) &arg.sinfo; in proc_clear_current_signal()
4727 gdb_siginfo_t newsiginfo; in unconditionally_kill_inferior()
H A DChangeLog-20017215 (gdb_sigset_t, gdb_sigaction_t, gdb_siginfo_t, gdb_premptysysset)