This is the mail archive of the
gdb-patches@sourceware.org
mailing list for the GDB project.
Re: [PATCH 05/18] poison "private"
- From: Tom Tromey <tromey at redhat dot com>
- To: Pedro Alves <palves at redhat dot com>
- Cc: Ondrej Oprala <ooprala at redhat dot com>, gdb-patches at sourceware dot org
- Date: Mon, 14 Oct 2013 09:36:27 -0600
- Subject: Re: [PATCH 05/18] poison "private"
- Authentication-results: sourceware.org; auth=none
- References: <1381339053-14519-1-git-send-email-ooprala at redhat dot com> <1381339053-14519-6-git-send-email-ooprala at redhat dot com> <525BB010 dot 3050105 at redhat dot com>
>>>>> "Pedro" == Pedro Alves <palves@redhat.com> writes:
Pedro> BTW, I think it'd be much clearer if we renamed away all this
Pedro> 'private' wording, like, say:
Pedro> struct private_thread_info -> struct target_thread_info
For the specific case of struct private_inferior, I think it would be
better to change the code to use the existing registry API.
Tom