Home
last modified time | relevance | path

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

/openbsd/src/gnu/usr.bin/binutils/gdb/
Dinfrun.c1056 if (step_multi && stop_step) in fetch_inferior_event()
1777 stop_step = 0; in handle_inferior_event()
2305 stop_step = 1; in handle_inferior_event()
2386 stop_step = 1; in handle_inferior_event()
2445 stop_step = 1; in handle_inferior_event()
2464 stop_step = 1; in handle_inferior_event()
2478 stop_step = 1; in handle_inferior_event()
2492 stop_step = 1; in handle_inferior_event()
2512 stop_step = 1; in handle_inferior_event()
2614 stop_step = 1; in step_into_function()
[all …]
Dinferior.h334 extern int stop_step;
Dinfcmd.c165 int stop_step; variable
690 if (!stop_step) in step_1()
725 if (stop_step) in step_1_continuation()
1321 if (stop_step) in program_info()
DChangeLog-19911089 that stop_step is 1 at bottom of main loop. I don't know why this