Searched refs:next_comma (Results 1 - 1 of 1) sorted by relevance

/freebsd-9.3-release/contrib/gdb/gdb/
H A Dtracepoint.c2484 char *action_exp, *next_comma; local
2560 next_comma = strchr (action_exp, ',');
2570 if (next_comma)
2572 make_cleanup (replace_comma, next_comma);
2573 *next_comma = '\0';
2579 if (next_comma)
2580 *next_comma = ',';
2581 action_exp = next_comma;

Completed in 59 milliseconds