This is the mail archive of the
gdb-patches@sourceware.org
mailing list for the GDB project.
Re: Rename Solaris's target to "target child" like most other ports.
- From: Pedro Alves <palves at redhat dot com>
- To: Joel Brobecker <brobecker at adacore dot com>
- Cc: gdb-patches at sourceware dot org
- Date: Thu, 13 Mar 2014 12:32:41 +0000
- Subject: Re: Rename Solaris's target to "target child" like most other ports.
- Authentication-results: sourceware.org; auth=none
- References: <1394627872-18619-1-git-send-email-palves at redhat dot com> <53205797 dot 3050309 at redhat dot com> <20140313073918 dot GG4882 at adacore dot com>
On 03/13/2014 07:39 AM, Joel Brobecker wrote:
>> Like this. (Untested.)
>>
>> -------
>> [PATCH] Rename Solaris's target to "target child" like most other
>> ports.
>>
>> Note that "target procfs" is used by QNX, but the test must be failing
>> there, as nto-procfs.c overrides to_open with a method that doesn't
>> throw the error being tested. So I'm just removing the test
>> completely.
>>
>> gdb/
>> 2014-03-12 Pedro Alves <palves@redhat.com>
>>
>> * procfs.c (procfs_target): Don't override to_shortname,
>> to_longname or to_doc.
>>
>> gdb/testsuite/
>> 2014-03-12 Pedro Alves <palves@redhat.com>
>>
>> * gdb.base/default.exp: Don't test "target procfs".
>
> FWIW, this looks good to commit to me, even if untested. In the very
> unlikely even that it does break somethhing, I will take care of it
> then.
Thanks Joel. Pushed.
--
Pedro Alves