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

LOG_OUTPUT macro

Syntax

#define LOG_OUTPUT(expr ...) \     log_printf(LOG_LVL_OUTPUT, __FILE__, __LINE__, __func__, expr)

Arguments

expr

References

LocationText
log.h:141
#define LOG_OUTPUT(expr ...) \
FreeRTOS.c:450
LOG_OUTPUT("Error reading stack frame from FreeRTOS thread");
embKernel.c:167
LOG_OUTPUT("Getting task details: iterable=0x%08X, task=0x%08X, name=%s\n", (unsigned int)iterable,
embKernel.c:288
LOG_OUTPUT("Found %u tasks\n", (unsigned int)thread_idx);
esp_algorithm.c:40
LOG_OUTPUT("%*.*s", len, len, log_buff);
openocd.c:270
LOG_OUTPUT(OPENOCD_VERSION "\n"
openocd.c:272
LOG_OUTPUT("libusb1 " LIBUSB1_COMMIT "\n");
openocd.c:343
LOG_OUTPUT("For bug reports, read\n\t"
options.c:330
LOG_OUTPUT("Unexpected command line argument: %s\n", argv[optind]);
options.c:335
LOG_OUTPUT("Open On-Chip Debugger\nLicensed under GNU GPL v2\n");
options.c:336
LOG_OUTPUT("--help | -h\tdisplay this help\n");
options.c:337
LOG_OUTPUT("--version | -v\tdisplay OpenOCD version\n");
options.c:338
LOG_OUTPUT("--file | -f\tuse configuration file <name>\n");
options.c:339
LOG_OUTPUT("--search | -s\tdir to search for config files and scripts\n");
options.c:340
LOG_OUTPUT("--debug | -d\tset debug level to 3\n");
options.c:341
LOG_OUTPUT(" | -d<n>\tset debug level to <level>\n");
options.c:342
LOG_OUTPUT("--log_output | -l\tredirect log output to file <name>\n");
options.c:343
LOG_OUTPUT("--command | -c\trun <command>\n");
rtkernel.c:329
LOG_OUTPUT("Error reading stack frame from rtkernel thread\r\n");