Searched refs:scope_breakpoint (Results 1 – 1 of 1) sorted by relevance
5870 struct breakpoint *scope_breakpoint; in watch_command_1() local5871 scope_breakpoint = create_internal_breakpoint (get_frame_pc (prev_frame), in watch_command_1()5874 scope_breakpoint->enable_state = bp_enabled; in watch_command_1()5877 scope_breakpoint->disposition = disp_del; in watch_command_1()5880 scope_breakpoint->frame_id = get_frame_id (prev_frame); in watch_command_1()5883 scope_breakpoint->loc->requested_address in watch_command_1()5885 scope_breakpoint->loc->address in watch_command_1()5886 = adjust_breakpoint_address (scope_breakpoint->loc->requested_address); in watch_command_1()5890 b->related_breakpoint = scope_breakpoint; in watch_command_1()