testee_command_handlers is only used within OpenOCD.
 
Symbols
loading...
Files
loading...
CodeScopeDevelopment ToolsOpenOCDtestee_command_handlers

testee_command_handlers variable

Syntax

static const struct command_registration testee_command_handlers[] = { { .name = "testee", .mode = COMMAND_ANY, .help = "testee target commands", .chain = hello_command_handlers, .usage = "", }, COMMAND_REGISTRATION_DONE };

References

LocationText
testee.c:17
static const struct command_registration testee_command_handlers[] = {
testee.c:55
.commands = testee_command_handlers,

Type Use

Type of testee_command_handlers
testee_command_handlers
all items filtered out