Searched refs:step_prev (Results 1 - 1 of 1) sorted by relevance

/openbsd-current/gnu/usr.bin/binutils/gdb/
H A Dwince.c147 unsigned long step_prev; member in struct:thread_info_struct
804 memory_remove_breakpoint (th->step_pc, (void *) &th->step_prev);
826 th->step_prev = 0;
827 memory_insert_breakpoint (th->step_pc, (void *) &th->step_prev);
940 memory_remove_breakpoint (th->step_pc, (void *) &th->step_prev);
964 th->step_prev = 0;
965 memory_insert_breakpoint (th->step_pc, (void *) &th->step_prev);
992 memory_remove_breakpoint (th->step_pc, (void *) &th->step_prev);
1014 th->step_prev = 0;
1015 memory_insert_breakpoint (th->step_pc, (void *) &th->step_prev);
[all...]

Completed in 62 milliseconds