From a69900ae4ef5a53f7709c15a4aead39417196dce Mon Sep 17 00:00:00 2001 From: Pedro Alves Date: Wed, 12 Mar 2014 12:40:40 +0000 Subject: 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-13 Pedro Alves * procfs.c (procfs_target): Don't override to_shortname, to_longname or to_doc. gdb/testsuite/ 2014-03-13 Pedro Alves * gdb.base/default.exp: Don't test "target procfs". --- gdb/ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'gdb/ChangeLog') diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 8ce0f98..b3e1296 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,5 +1,10 @@ 2014-03-13 Pedro Alves + * procfs.c (procfs_target): Don't override to_shortname, + to_longname or to_doc. + +2014-03-13 Pedro Alves + * inf-child.c (inf_child_open, inf_child_target): Don't mention Unix in user visible strings. -- cgit v1.1