Home
last modified time | relevance | path

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

/openbsd/gnu/usr.bin/binutils/gdb/
H A Dprintcmd.c1502 int within_current_scope; in do_one_display() local
1508 within_current_scope = contained_in (get_selected_block (0), d->block); in do_one_display()
1510 within_current_scope = 1; in do_one_display()
1511 if (!within_current_scope) in do_one_display()
H A Dbreakpoint.c915 int within_current_scope; in insert_bp_location() local
929 within_current_scope = 1; in insert_bp_location()
934 within_current_scope = (fi != NULL); in insert_bp_location()
935 if (within_current_scope) in insert_bp_location()
939 if (within_current_scope) in insert_bp_location()
2474 int within_current_scope; in watchpoint_check() local
2479 within_current_scope = 1; in watchpoint_check()
2487 within_current_scope = (fr != NULL); in watchpoint_check()
2498 if ((!within_current_scope || fr == get_current_frame ()) in watchpoint_check()
2501 if (fr && within_current_scope) in watchpoint_check()
[all …]
/openbsd/gnu/gcc/gcc/cp/
H A DChangeLog-20033377 within_current_scope parameters. Remove other dead code.
/openbsd/gnu/usr.bin/gcc/gcc/cp/
H A DChangeLog768 within_current_scope parameters. Remove other dead code.