aboutsummaryrefslogtreecommitdiff
path: root/gdb/testsuite/gdb.threads/sigthread.c
AgeCommit message (Collapse)AuthorFilesLines
2008-01-29* gdb.threads/sigthread.c: Use barriers to ensure thatJim Blandy1-0/+10
child_thread and child_thread_two are always initialized before we start to use them.
2007-01-28 * gdb.threads/sigthread.c (NSIGS): Make bigger.Mark Kettenis1-1/+1
2007-01-08 * linux-nat.c (struct simple_pid_list): Add status.Daniel Jacobowitz1-0/+67
(add_to_pid_list): Record the PID's status. (linux_record_stopped_pid): Likewise. Make static. (pull_pid_from_list): Return the saved status. (linux_nat_handle_extended): Deleted. (linux_handle_extended_wait): Combine with linux_nat_handle_extended. Make static. Handle non-SIGSTOP for a new thread's first signal. (flush_callback): Handle unexpected pending signals. (linux_nat_wait): Update calls to changed functions. * linux-nat.h (linux_record_stopped_pid, linux_handle_extended_wait): Remove prototypes for newly static functions. * gdb.threads/sigthread.c, gdb.threads/sigthread.exp: New.