Searched refs:tag (Results 1 – 3 of 3) sorted by relevance
/debugger/src/ |
A D | checkpoint.c | 32 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 D | checkpoint.h | 60 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 D | cli_commands_checkpoint.c | 55 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