Windows: Rename "target child" -> "target native"
authorPedro Alves <palves@redhat.com>
Wed, 21 May 2014 17:30:45 +0000 (18:30 +0100)
committerPedro Alves <palves@redhat.com>
Wed, 21 May 2014 17:30:45 +0000 (18:30 +0100)
commit03c136c31c777605cb4f13cfc1286d21b4ffa3b0
tree3a8ddf86945d982708146c9564d3c15d5da3285b
parenta635d0f3d5a1e9a53cb9a7a61fc21b819f0db0d5
Windows: Rename "target child" -> "target native"

To be like other native targets.

Leave to_shortname, to_longname, to_doc as inf-child.c sets them:

  t->to_shortname = "native";
  t->to_longname = "Native process";
  t->to_doc = "Native process (started by the \"run\" command).";

gdb/
2014-05-21  Pedro Alves  <palves@redhat.com>

* windows-nat.c (windows_target): Don't override to_shortname,
to_longname or to_doc.
gdb/ChangeLog
gdb/windows-nat.c