Home
last modified time | relevance | path

Searched refs:exp_string (Results 1 – 2 of 2) sorted by relevance

/freebsd-12.1/contrib/gdb/gdb/
H A Dbreakpoint.h334 char *exp_string; member
H A Dbreakpoint.c5844 b->exp_string = savestring (exp_start, exp_end - exp_start); in watch_command_1()
6995 if (bpt->exp_string != NULL) in delete_breakpoint()
6996 xfree (bpt->exp_string); in delete_breakpoint()
7242 b->exp = parse_expression (b->exp_string); in breakpoint_re_set_one()