diff options
author | Pedro Alves <palves@redhat.com> | 2014-03-12 12:40:40 +0000 |
---|---|---|
committer | Pedro Alves <palves@redhat.com> | 2014-03-13 12:30:38 +0000 |
commit | a69900ae4ef5a53f7709c15a4aead39417196dce (patch) | |
tree | 2bfd7272a66653e379f1ec657daf37df8872302c /gdb/ChangeLog | |
parent | 5db9f0bdb5e676187a13300b26383a01aa0f89dd (diff) | |
download | gdb-a69900ae4ef5a53f7709c15a4aead39417196dce.zip gdb-a69900ae4ef5a53f7709c15a4aead39417196dce.tar.gz gdb-a69900ae4ef5a53f7709c15a4aead39417196dce.tar.bz2 |
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 <palves@redhat.com>
* procfs.c (procfs_target): Don't override to_shortname,
to_longname or to_doc.
gdb/testsuite/
2014-03-13 Pedro Alves <palves@redhat.com>
* gdb.base/default.exp: Don't test "target procfs".
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
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 <palves@redhat.com> + * procfs.c (procfs_target): Don't override to_shortname, + to_longname or to_doc. + +2014-03-13 Pedro Alves <palves@redhat.com> + * inf-child.c (inf_child_open, inf_child_target): Don't mention Unix in user visible strings. |