Home
last modified time | relevance | path

Searched refs:siginfo_fixup (Results 1 – 14 of 14) sorted by relevance

/netbsd/external/gpl3/gdb/dist/gdbserver/
H A Dlinux-low.h537 void siginfo_fixup (siginfo_t *siginfo, gdb_byte *inf_siginfo,
H A Dlinux-low.cc5949 linux_process_target::siginfo_fixup (siginfo_t *siginfo, in siginfo_fixup() function in linux_process_target
6008 siginfo_fixup (&siginfo, inf_siginfo, 0); in qxfer_siginfo()
6020 siginfo_fixup (&siginfo, inf_siginfo, 1); in qxfer_siginfo()
H A DChangeLog990 Turn the 'siginfo_fixup' linux target op into a method of
994 (class linux_process_target) <siginfo_fixup>
996 * linux-low.cc (siginfo_fixup): Turn into...
997 (linux_process_target::siginfo_fixup): ...this.
8914 * linux-low.c (siginfo_fixup): Likewise.
8916 * linux-low.h (struct linux_target_ops) <siginfo_fixup>:
15506 * linux-low.c (siginfo_fixup, linux_xfer_siginfo): Likewise.
15510 (struct linux_target_ops) <siginfo_fixup>: Use siginfo_t instead of
19128 (siginfo_fixup): New function.
19129 (linux_xfer_siginfo): New local inf_siginfo. Call siginfo_fixup to
[all …]
/netbsd/external/gpl3/gdb.old/dist/gdbserver/
H A Dlinux-low.h537 void siginfo_fixup (siginfo_t *siginfo, gdb_byte *inf_siginfo,
H A Dlinux-low.cc5949 linux_process_target::siginfo_fixup (siginfo_t *siginfo, in siginfo_fixup() function in linux_process_target
6008 siginfo_fixup (&siginfo, inf_siginfo, 0); in qxfer_siginfo()
6020 siginfo_fixup (&siginfo, inf_siginfo, 1); in qxfer_siginfo()
H A DChangeLog990 Turn the 'siginfo_fixup' linux target op into a method of
994 (class linux_process_target) <siginfo_fixup>
996 * linux-low.cc (siginfo_fixup): Turn into...
997 (linux_process_target::siginfo_fixup): ...this.
8914 * linux-low.c (siginfo_fixup): Likewise.
8916 * linux-low.h (struct linux_target_ops) <siginfo_fixup>:
15506 * linux-low.c (siginfo_fixup, linux_xfer_siginfo): Likewise.
15510 (struct linux_target_ops) <siginfo_fixup>: Use siginfo_t instead of
19128 (siginfo_fixup): New function.
19129 (linux_xfer_siginfo): New local inf_siginfo. Call siginfo_fixup to
[all …]
/netbsd/external/gpl3/gdb/dist/gdb/
H A Dlinux-nat.c3617 siginfo_fixup (siginfo_t *siginfo, gdb_byte *inf_siginfo, int direction) in siginfo_fixup() function
3661 siginfo_fixup (&siginfo, inf_siginfo, 0); in linux_xfer_siginfo()
3673 siginfo_fixup (&siginfo, inf_siginfo, 1); in linux_xfer_siginfo()
H A DChangeLog-200912435 (siginfo_fixup): New.
12436 (linux_xfer_siginfo): Use siginfo_fixup to convert between the
H A DChangeLog-20129890 * linux-nat.c (linux_nat_siginfo_fixup, siginfo_fixup)
H A DChangeLog-201811150 (linux_nat_target::mourn_inferior, siginfo_fixup): Adjust to call
/netbsd/external/gpl3/gdb.old/dist/gdb/
H A Dlinux-nat.c3617 siginfo_fixup (siginfo_t *siginfo, gdb_byte *inf_siginfo, int direction) in siginfo_fixup() function
3661 siginfo_fixup (&siginfo, inf_siginfo, 0); in linux_xfer_siginfo()
3673 siginfo_fixup (&siginfo, inf_siginfo, 1); in linux_xfer_siginfo()
H A DChangeLog-200912435 (siginfo_fixup): New.
12436 (linux_xfer_siginfo): Use siginfo_fixup to convert between the
H A DChangeLog-20129890 * linux-nat.c (linux_nat_siginfo_fixup, siginfo_fixup)
H A DChangeLog-201811150 (linux_nat_target::mourn_inferior, siginfo_fixup): Adjust to call