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

log_capture_state struct

Syntax

struct log_capture_state {     Jim_Interp *interp;     Jim_Obj *output; };

Fields

interp

No summary provided. Read more...

output

No summary provided. Read more...

References

LocationReferrerScopeText
command.c:33
struct log_capture_state {
command.c:64tcl_output()
struct log_capture_state *state = privData;
command.c:68command_log_capture_start()
static struct log_capture_state *command_log_capture_start(Jim_Interp *interp)
command.c:78command_log_capture_start()
struct log_capture_state *state = malloc(sizeof(*state));
command.c:104command_log_capture_finish()
static void command_log_capture_finish(struct log_capture_state *state)
command.c:125command_log_capture_finish()
free(state);
command.c:690jim_capture()
struct log_capture_state *state = command_log_capture_start(interp);

Type Use

Variables of log_capture_state type
tcl_output()::state
command_log_capture_start()::state
jim_capture()::state
all items filtered out
log_capture_state
Allocators of log_capture_state
Deletors of log_capture_state
all items filtered out
log_capture_state
all items filtered out