Fix Solaris build
authorPedro Alves <palves@redhat.com>
Mon, 26 Nov 2018 13:13:35 +0000 (13:13 +0000)
committerPedro Alves <palves@redhat.com>
Mon, 26 Nov 2018 13:16:26 +0000 (13:16 +0000)
commit24bce9bbe510c9efa36c0f85fb2f8a93ec8b623e
tree747f4be2b9b431af262f31be57a2324ca5e3c2ed
parent9b4e3a5e23b37b3e9ff188043630d190e9c2e55f
Fix Solaris build

The recent commit 080363310650 ("Per-inferior thread list, thread
ranges/iterators, down with ALL_THREADS, etc.") removed the
definitions of is_running/is_stopped/is_exited but missed updating a
couple uses of is_exited in Solaris-specific code.

Tested by Rainer Orth on amd64-pc-solaris2.11.

gdb/ChangeLog:
2018-11-26  Pedro Alves  <palves@redhat.com>

* procfs.c (procfs_notice_thread): Replace uses of
in_thread_list/is_exited with find_thread_ptid/THREAD_EXITED.
* sol-thread.c (sol_thread_target::wait)
(sol_update_thread_list_callback): Likewise.
gdb/ChangeLog
gdb/procfs.c
gdb/sol-thread.c
This page took 0.025687 seconds and 4 git commands to generate.