target: target_get_name() --> target_type_name()
commitb715a81f5b95144118d8f946d4191f1dc844783a
authorDavid Brownell <dbrownell@users.sourceforge.net>
Thu, 26 Nov 2009 00:38:08 +0000 (25 16:38 -0800)
committerDavid Brownell <dbrownell@users.sourceforge.net>
Thu, 26 Nov 2009 00:38:08 +0000 (25 16:38 -0800)
treeb3c553cd43e489f00105d4ba52bccafa1705375f
parentac06d41fc723c264e989673be16f9f21a1896518
target: target_get_name() --> target_type_name()

There are two names that may matter on a per-target basis.
One is a per-instance name (for example, "at91sam7s.cpu").
The other is the name of its type (for example, "arm7tdmi"),
which is shared among multiple targets.

Currently target_get_name() returns the type name, which is
misleading and is rarely appropriate for target diagnostics.
Rename that as target_type_name().

Signed-off-by: David Brownell <dbrownell@users.sourceforge.net>
src/server/gdb_server.c
src/target/breakpoints.c
src/target/embeddedice.c
src/target/etm.c
src/target/target.c
src/target/target.h
src/target/target_type.h