Home
last modified time | relevance | path

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

/trueos/contrib/gdb/gdb/
HDwince.c138 static int last_sig = 0; /* Set if a signal was received from the variable
1308 last_sig = SIGINT; /* FIXME - should check pass state */ in handle_exception()
1839 DWORD continue_status = last_sig > 0 && last_sig < NSIG ? in child_resume()
1857 if (sig && sig != last_sig) in child_resume()
1860 last_sig = 0; in child_resume()
HDwin32-nat.c99 static enum target_signal last_sig = TARGET_SIGNAL_0; variable
1166 last_sig = ourstatus->value.sig; in handle_exception()
1240 last_sig = TARGET_SIGNAL_0; in get_child_debug_event()
1438 last_sig = TARGET_SIGNAL_0; in do_initial_child_stuff()
1956 else if (sig == last_sig) in child_resume()
1981 last_sig)); in child_resume()
1984 last_sig = TARGET_SIGNAL_0; in child_resume()