Rename "target darwin-child" -> "target native"
authorPedro Alves <palves@redhat.com>
Wed, 21 May 2014 17:30:43 +0000 (18:30 +0100)
committerPedro Alves <palves@redhat.com>
Wed, 21 May 2014 17:30:43 +0000 (18:30 +0100)
commit4f9b5133a07078ee9e1b4e9348036fa3913aa4b7
tree9d8ab469476b6acd8204eae3a0d028a09d967019
parentbc85afdef59fc5f12765c829bbec7b6dedec62e6
Rename "target darwin-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>

* darwin-nat.c (_initialize_darwin_inferior): Don't override
to_shortname, to_longname or to_doc.
gdb/ChangeLog
gdb/darwin-nat.c
This page took 0.025706 seconds and 4 git commands to generate.