Home
last modified time | relevance | path

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

/freebsd-10-stable/contrib/gdb/gdb/
Dprintcmd.c1504 int within_current_scope; in do_one_display() local
1510 within_current_scope = contained_in (get_selected_block (0), d->block); in do_one_display()
1512 within_current_scope = 1; in do_one_display()
1513 if (!within_current_scope) in do_one_display()
Dbreakpoint.c896 int saved_level, within_current_scope; in insert_bp_location() local
910 within_current_scope = 1; in insert_bp_location()
915 within_current_scope = (fi != NULL); in insert_bp_location()
916 if (within_current_scope) in insert_bp_location()
920 if (within_current_scope) in insert_bp_location()
2495 int within_current_scope; in watchpoint_check() local
2500 within_current_scope = 1; in watchpoint_check()
2508 within_current_scope = (fr != NULL); in watchpoint_check()
2519 if ((!within_current_scope || fr == get_current_frame ()) in watchpoint_check()
2522 if (fr && within_current_scope) in watchpoint_check()
[all …]
/freebsd-10-stable/contrib/gcc/cp/
DChangeLog-20033377 within_current_scope parameters. Remove other dead code.