Lines Matching refs:within_current_scope
915 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()
2508 if (within_current_scope) in watchpoint_check()