Home
last modified time | relevance | path

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

/dragonfly/contrib/gdb-7/gdb/
HDbreakpoint.c10866 struct breakpoint *b, *scope_breakpoint = NULL; in watch_command_1() local
11064 scope_breakpoint in watch_command_1()
11070 scope_breakpoint->enable_state = bp_enabled; in watch_command_1()
11073 scope_breakpoint->disposition = disp_del; in watch_command_1()
11076 scope_breakpoint->frame_id = frame_unwind_caller_id (frame); in watch_command_1()
11079 scope_breakpoint->loc->gdbarch in watch_command_1()
11081 scope_breakpoint->loc->requested_address in watch_command_1()
11083 scope_breakpoint->loc->address in watch_command_1()
11084 = adjust_breakpoint_address (scope_breakpoint->loc->gdbarch, in watch_command_1()
11085 scope_breakpoint->loc->requested_address, in watch_command_1()
[all …]