diff options
author | Pedro Alves <palves@redhat.com> | 2015-11-24 18:11:20 +0000 |
---|---|---|
committer | Pedro Alves <palves@redhat.com> | 2015-11-24 18:36:09 +0000 |
commit | 050c224b67b0cb62a5620d294997254d5b6675f9 (patch) | |
tree | bda88fb03a8200420e8378fd23de716396eae23a /gdb/thread.c | |
parent | 2cc57ad8d14499775e4b9de4a3ffaf73ac728781 (diff) | |
download | gdb-050c224b67b0cb62a5620d294997254d5b6675f9.zip gdb-050c224b67b0cb62a5620d294997254d5b6675f9.tar.gz gdb-050c224b67b0cb62a5620d294997254d5b6675f9.tar.bz2 |
Linux: dump the signalled thread first
... like the kernel does.
gcore-thread.exp has a check to make sure the signalled thread is the
current thread after loading the core back, but that just works by
accident, because the signalled thread happened to be the last thread
on the thread list, and gdb currently iterates over threads in reverse
order.
So this fixes gcore-thread.exp once we start walking threads in
ascending number.
gdb/ChangeLog:
2015-11-24 Pedro Alves <palves@redhat.com>
* linux-tdep.c (find_stop_signal): Delete.
(struct linux_corefile_thread_data) <pid>: Remove field.
(linux_corefile_thread_callback): Rename to ...
(linux_corefile_thread): ... this. Now takes a struct
linux_corefile_thread_data pointer rather than a void pointer.
Remove thread state and thread pid checks.
(linux_make_corefile_notes): Prefer dumping the signalled thread
first. Use ALL_NON_EXITED_THREADS instead of
iterate_over_threads.
Diffstat (limited to 'gdb/thread.c')
0 files changed, 0 insertions, 0 deletions