target_req_exec_command_handlers is only used within OpenOCD.
 
Symbols
loading...
Files
loading...
CodeScopeDevelopment ToolsOpenOCDtarget_req_exec_command_handlers

target_req_exec_command_handlers variable

Syntax

static const struct command_registration target_req_exec_command_handlers[] = { { .name = "debugmsgs", .handler = handle_target_request_debugmsgs_command, .mode = COMMAND_EXEC, .help = "display and/or modify reception of debug messages from target", .usage = "['enable'|'charmsg'|'disable']", }, COMMAND_REGISTRATION_DONE };

References

LocationText
target_request.c:280
static const struct command_registration target_req_exec_command_handlers[] = {
target_request.c:296
.chain = target_req_exec_command_handlers,

Type Use

Type of target_req_exec_command_handlers
target_req_exec_command_handlers
all items filtered out