openocd/src
David Brownell 2653b80307 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>
2009-11-25 16:38:08 -08:00
..
flash use ARRAY_SIZE macro 2009-11-25 10:32:00 -08:00
helper support OPENOCD_DEBUG_LEVEL environment setting 2009-11-25 10:29:06 -08:00
jtag use ARRAY_SIZE macro 2009-11-25 10:32:00 -08:00
pld pld: use static registration instead of callback 2009-11-24 21:37:33 -08:00
server target: create and use target_name() 2009-11-25 16:38:08 -08:00
svf {,x}svf: use register_commands() 2009-11-24 21:37:33 -08:00
target target: create and use target_name() 2009-11-25 16:38:08 -08:00
xsvf {,x}svf: use register_commands() 2009-11-24 21:37:33 -08:00
ecosboard.c use COMMAND_REGISTER macro 2009-11-24 21:37:29 -08:00
hello.c improve command handling examples 2009-11-25 10:29:05 -08:00
hello.h improve command handling examples 2009-11-25 10:29:05 -08:00
main.c add openocd.h for top-level declarations 2009-11-14 07:29:16 -08:00
Makefile.am build: fix breakage in building bin2char 2009-11-22 13:35:13 +01:00
openocd.c log: improve initialization 2009-11-25 10:29:06 -08:00
openocd.h fix segfault at startup 2009-11-18 11:56:24 -08:00