Home
last modified time | relevance | path

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

/dragonfly/contrib/gdb-7/gdb/
HDinfrun.c3158 struct symtab_and_line stop_pc_sal; in handle_inferior_event() local
5078 stop_pc_sal = find_pc_line (stop_pc, 0); in handle_inferior_event()
5085 && stop_pc_sal.line == 0) in handle_inferior_event()
5132 if (stop_pc_sal.line == 0) in handle_inferior_event()
5222 if ((stop_pc == stop_pc_sal.pc) in handle_inferior_event()
5223 && (ecs->event_thread->current_line != stop_pc_sal.line in handle_inferior_event()
5224 || ecs->event_thread->current_symtab != stop_pc_sal.symtab)) in handle_inferior_event()
5246 ecs->event_thread->control.step_range_start = stop_pc_sal.pc; in handle_inferior_event()
5247 ecs->event_thread->control.step_range_end = stop_pc_sal.end; in handle_inferior_event()
5248 set_step_info (frame, stop_pc_sal); in handle_inferior_event()