Home
last modified time | relevance | path

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

/dragonfly/contrib/gdb-7/gdb/
HDprintcmd.c1654 int within_current_scope; in do_one_display() local
1696 within_current_scope = contained_in (get_selected_block (0), d->block); in do_one_display()
1698 within_current_scope = 0; in do_one_display()
1701 within_current_scope = 1; in do_one_display()
1702 if (!within_current_scope) in do_one_display()
HDbreakpoint.c1713 int within_current_scope; in update_watchpoint() local
1730 within_current_scope = 1; in update_watchpoint()
1752 within_current_scope = (fi != NULL); in update_watchpoint()
1753 if (within_current_scope) in update_watchpoint()
1762 if (within_current_scope && reparse) in update_watchpoint()
1808 else if (within_current_scope && b->exp) in update_watchpoint()
1978 else if (!within_current_scope) in update_watchpoint()
4718 int within_current_scope; in watchpoint_check() local
4731 within_current_scope = 1; in watchpoint_check()
4751 within_current_scope = (fr != NULL); in watchpoint_check()
[all …]