This is the mail archive of the
gdb-patches@sourceware.org
mailing list for the GDB project.
Re: [PATCH 4/4] DEC threads: Simplify updating the thread list
- From: Pedro Alves <palves at redhat dot com>
- To: Mark Kettenis <mark dot kettenis at xs4all dot nl>
- Cc: gdb-patches at sourceware dot org
- Date: Fri, 03 Oct 2014 10:12:04 +0100
- Subject: Re: [PATCH 4/4] DEC threads: Simplify updating the thread list
- Authentication-results: sourceware.org; auth=none
- References: <1412266896-28210-1-git-send-email-palves at redhat dot com> <1412266896-28210-5-git-send-email-palves at redhat dot com> <201410021846 dot s92IkOVn018154 at glazunov dot sibelius dot xs4all dot nl>
On 10/02/2014 07:46 PM, Mark Kettenis wrote:
>> From: Pedro Alves <palves@redhat.com>
>> Date: Thu, 2 Oct 2014 17:21:36 +0100
>>
>> Seems to me that we can simplify DEC thread's
>> target_update_thread_list implementation, avoiding the need to build
>> the array of GDB threads.
>>
>> I have no way to test this.
>
> Given that Alpha True64 support is about to be removed, I don't think
> anyone will care.
Eh, I saw that dec-thread.o was pulled in by config/alpha/alpha-osf3.mh,
and then that is used when configuring for "alpha-osf" host, but somehow
failed to make the OSF->True64 connection. :-P
Thanks,
Pedro Alves