Rename "target GNU" -> "target native"
authorPedro Alves <palves@redhat.com>
Wed, 21 May 2014 17:30:44 +0000 (18:30 +0100)
committerPedro Alves <palves@redhat.com>
Wed, 21 May 2014 17:30:44 +0000 (18:30 +0100)
commita635d0f3d5a1e9a53cb9a7a61fc21b819f0db0d5
treed903fc11c1887a58766e0a1f4307ba65c02ade5f
parent4f9b5133a07078ee9e1b4e9348036fa3913aa4b7
Rename "target GNU" -> "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>

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