Searched refs:exp_string (Results 1 – 4 of 4) sorted by relevance
/dflybsd-src/contrib/gdb-7/gdb/ |
H A D | printcmd.c | 134 char *exp_string; member 1520 new->exp_string = xstrdup (exp); in display_command() 1540 xfree (d->exp_string); in free_display() 1680 d->exp = parse_expression (d->exp_string); in do_one_display() 1688 d->exp_string, ex.message); in do_one_display() 1728 puts_filtered (d->exp_string); in do_one_display() 1764 puts_filtered (d->exp_string); in do_one_display() 1854 puts_filtered (d->exp_string); in display_info()
|
H A D | breakpoint.h | 782 char *exp_string; member
|
H A D | breakpoint.c | 1771 s = b->exp_string_reparse ? b->exp_string_reparse : b->exp_string; in update_watchpoint() 5963 ui_out_field_string (uiout, "what", w->exp_string); in print_one_breakpoint_location() 6215 ui_out_field_string (uiout, "original-location", w->exp_string); in print_one_breakpoint_location() 10373 xfree (w->exp_string); in dtor_watchpoint() 10619 ui_out_field_string (uiout, "exp", w->exp_string); in print_mention_watchpoint() 10648 fprintf_unfiltered (fp, " %s", w->exp_string); in print_recreate_watchpoint() 10812 ui_out_field_string (uiout, "exp", w->exp_string); in print_mention_masked_watchpoint() 10842 fprintf_unfiltered (fp, " %s mask 0x%s", w->exp_string, tmp); in print_recreate_masked_watchpoint() 11119 w->exp_string = xstrprintf ("-location %.*s", in watch_command_1() 11126 w->exp_string = savestring (exp_start, exp_end - exp_start); in watch_command_1()
|
/dflybsd-src/contrib/gdb-7/gdb/python/ |
H A D | py-breakpoint.c | 402 str = wp->exp_string; in bppy_get_expression()
|