ulink_cmd::needs_postprocessing is only used within OpenOCD.
 
Symbols
loading...
Files
loading...
CodeScopeDevelopment ToolsOpenOCDulink_cmd::needs_postprocessing

ulink_cmd::needs_postprocessing field

Indicates if this command needs post-processing

Syntax

bool needs_postprocessing;

References

LocationReferrerText
ulink.c:122
bool needs_postprocessing;
ulink.c:936ulink_append_scan_cmd()
cmd->needs_postprocessing = postprocess;
ulink.c:1035ulink_append_get_signals_cmd()
cmd->needs_postprocessing = true;
ulink.c:1864ulink_post_process_queue()
if ((current->needs_postprocessing == true) && (openocd_cmd)) {

Data Use

Functions writing ulink_cmd::needs_postprocessing
Functions reading ulink_cmd::needs_postprocessing
ulink_cmd::needs_postprocessing
all items filtered out