* linux-low.c (PTRACE_GETSIGINFO, PTRACE_SETSIGINFO): Define.
authorDaniel Jacobowitz <drow@false.org>
Thu, 28 Sep 2006 22:46:29 +0000 (22:46 +0000)
committerDaniel Jacobowitz <drow@false.org>
Thu, 28 Sep 2006 22:46:29 +0000 (22:46 +0000)
commit32ca6d6157b3c1d65205631f7598f7dc3853935c
treead67a118a22712ee80699ea09154b56188e6975c
parentef05d49568cbf26e5a16185901444e1db929c817
* linux-low.c (PTRACE_GETSIGINFO, PTRACE_SETSIGINFO): Define.
(linux_resume_one_process): Take a siginfo_t *.  Update all
callers.  Queue it if necessary.  Use PTRACE_SETSIGINFO.
(struct pending_signals): Add a siginfo_t.
(linux_wait_for_process): Always set last_status.
(linux_wait_for_event): Use PTRACE_GETSIGINFO.
(linux_queue_one_thread): Use PTRACE_GETSIGINFO.
* linux-low.h (struct process_info): Add last_status.
gdb/gdbserver/ChangeLog
gdb/gdbserver/linux-low.c
gdb/gdbserver/linux-low.h
This page took 0.025887 seconds and 4 git commands to generate.