Searched refs:trap_expected (Results 1 – 4 of 4) sorted by relevance
| /openbsd-src/gnu/usr.bin/binutils/gdb/ |
| H A D | gdbthread.h | 53 int trap_expected; member 113 int trap_expected, 129 int *trap_expected,
|
| H A D | thread.c | 295 int *trap_expected, in load_infrun_state() argument 316 *trap_expected = tp->trap_expected; in load_infrun_state() 336 int trap_expected, in save_infrun_state() argument 357 tp->trap_expected = trap_expected; in save_infrun_state()
|
| H A D | infrun.c | 249 static int trap_expected; variable 624 trap_expected = 0; in clear_proceed_status() 759 trap_expected = 1; in proceed() 828 trap_expected = 0; in start_remote() 1111 trap_expected, step_resume_breakpoint, in context_switch() 1121 &trap_expected, &step_resume_breakpoint, in context_switch() 1839 if (stop_signal == TARGET_SIGNAL_TRAP && trap_expected) in handle_inferior_event() 1875 || trap_expected in handle_inferior_event() 2081 if (trap_expected) in handle_inferior_event() 2558 || trap_expected)) in currently_stepping() [all …]
|
| H A D | ChangeLog-1990 | 694 trap. trap_expected now never takes a value > 1. 1857 about breakpoints" if stop_signal == SIGTRAP && trap_expected, 1861 If trap_expected and we enter sigtramp, then set up a 1863 If trap_expected is set when we hit the step_resume_break, 1865 When calling resume and trap_expected says tell resume to step 1876 * infrun.c (wait_for_inferior, after check for trap_expected > 1): 1877 Restore old code which distinguishes between trap_expected and 2011 * infrun.c ("if (trap_expected && stop_signal != SIGTRAP)", near end
|