This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Rename Solaris's target to "target child" like most other ports.


> 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.

-- 
Joel


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]