Home
last modified time | relevance | path

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

/netbsd/src/external/gpl3/gdb/dist/gdb/
Dprintcmd.c2045 int within_current_scope; in do_one_display() local
2085 within_current_scope = d->block->contains (get_selected_block (0), in do_one_display()
2088 within_current_scope = 0; in do_one_display()
2091 within_current_scope = 1; in do_one_display()
2092 if (!within_current_scope) in do_one_display()
Dbreakpoint.c2059 bool within_current_scope; in update_watchpoint() local
2074 within_current_scope = true; in update_watchpoint()
2096 within_current_scope = (fi != NULL); in update_watchpoint()
2097 if (within_current_scope) in update_watchpoint()
2106 if (within_current_scope && reparse) in update_watchpoint()
2153 else if (within_current_scope && b->exp) in update_watchpoint()
2366 else if (!within_current_scope) in update_watchpoint()
5238 bool within_current_scope; in watchpoint_check() local
5251 within_current_scope = true; in watchpoint_check()
5271 within_current_scope = (fr != NULL); in watchpoint_check()
[all …]
/netbsd/src/external/gpl3/gcc/dist/gcc/cp/
DChangeLog-20033377 within_current_scope parameters. Remove other dead code.