target: create and use target_name()
commit2653b8030722c85393974cd6c0ebcdbd1ae27c72
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)
tree4cec04ac8f4f71678be236752b860724708144d8
parentb715a81f5b95144118d8f946d4191f1dc844783a
target: create and use target_name()

Several of the sites now using target_type_name() really
ought to be using an instance-specific name.  Create a
function called target_name(), accessing the instance's
own (command) name.

Use it in several places that really should be displaying
instance-specific names.  Also in several places which
were already doing so, but which had no wrapper to call.

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