Home
last modified time | relevance | path

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

/openbsd/src/gnu/usr.bin/binutils/gdb/
Dbreakpoint.h335 char *exp_string; member
Dbreakpoint.c5947 b->exp_string = savestring (exp_start, exp_end - exp_start); in watch_command_1()
7097 if (bpt->exp_string != NULL) in delete_breakpoint()
7098 xfree (bpt->exp_string); in delete_breakpoint()
7356 b->exp = parse_expression (b->exp_string); in breakpoint_re_set_one()
DChangeLog-19936239 * breakpoint.{c,h}: Add exp_string to struct breakpoint and use