log_command_handlers is only used within OpenOCD.
 
Symbols
loading...
Files
loading...

log_command_handlers variable

Syntax

static const struct command_registration log_command_handlers[] = { { .name = "log_output", .handler = handle_log_output_command, .mode = COMMAND_ANY, .help = "redirect logging to a file (default: stderr)", .usage = "[file_name | 'default']", }, { .name = "debug_level", .handler = handle_debug_level_command, .mode = COMMAND_ANY, .help = "Sets the verbosity level of debugging output. " "0 shows errors only; 1 adds warnings; " "2 (default) adds other info; 3 adds debugging; " "4 adds extra verbose debugging.", .usage = "number", }, COMMAND_REGISTRATION_DONE };

References

LocationReferrerText
log.c:241
static const struct command_registration log_command_handlers[] = {
log.c:264log_register_commands()
return register_commands(cmd_ctx, NULL, log_command_handlers);

Data Use

Functions reading log_command_handlers
log_command_handlers
all items filtered out
Type of log_command_handlers
log_command_handlers
all items filtered out