Home
last modified time | relevance | path

Searched refs:tag (Results 1 – 3 of 3) sorted by relevance

/debugger/src/
A Dcheckpoint.c32 checkpoint_table[i].tag[0] = 0; in checkpoint_enable_all()
49 checkpoint_table[i].tag[0] = 0; in checkpoint_disable_all()
72 void checkpoint(checkpoint_st *c, char *file, int32_t line, char *tag) in checkpoint() argument
76 ((tag != NULL) && (strncmp(tag, c->tag, CHECKPOINT_TAG_LEN) == 0))) { in checkpoint()
80 tag, in checkpoint()
84 c->tag[0] = 0; in checkpoint()
92 tag, in checkpoint()
/debugger/include/
A Dcheckpoint.h60 char tag[CHECKPOINT_TAG_LEN]; member
110 void checkpoint(checkpoint_st *c, char *file, int32_t line, char *tag);
154 # define checkpoint(c, file, line, tag) \ argument
159 (void)tag; \
/debugger/src/cli/
A Dcli_commands_checkpoint.c55 checkpoint_table[id].tag[0] = 0; in checkpoint_f()
66 strncpy(checkpoint_table[id].tag, argv[3], CHECKPOINT_TAG_LEN); in checkpoint_f()

Completed in 6 milliseconds