Home
last modified time | relevance | path

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

/NextBSD/contrib/gdb/gdb/
HDgdbthread.h52 CORE_ADDR step_sp; member
132 CORE_ADDR step_sp);
151 CORE_ADDR *step_sp);
HDthread.c307 struct symtab **current_symtab, CORE_ADDR *step_sp) in load_infrun_state() argument
333 *step_sp = tp->step_sp; in load_infrun_state()
353 struct symtab *current_symtab, CORE_ADDR step_sp) in save_infrun_state() argument
377 tp->step_sp = step_sp; in save_infrun_state()
HDinferior.h369 extern CORE_ADDR step_sp;
HDinfcmd.c191 CORE_ADDR step_sp; variable
627 step_sp = read_sp (); in step_1()
727 step_sp = read_sp (); in step_once()
980 step_sp = read_sp (); in until_next_command()
HDinfrun.c1190 ecs->current_line, ecs->current_symtab, step_sp); in context_switch()
1201 &ecs->current_line, &ecs->current_symtab, &step_sp); in context_switch()
1401 && !(step_range_end && INNER_THAN (read_sp (), (step_sp - 16)))))) in adjust_pc_after_break()
2578 && INNER_THAN (read_sp (), step_sp)) in handle_inferior_event()
2814 && INNER_THAN (read_sp (), step_sp)) in check_sigtramp2()
3010 step_sp = read_sp (); in keep_going()