Home
last modified time | relevance | path

Searched refs:get_child_debug_event (Results 1 – 7 of 7) sorted by relevance

/openbsd/src/gnu/usr.bin/binutils/gdb/
Dwince.c1361 get_child_debug_event (int pid, struct target_waitstatus *ourstatus, in get_child_debug_event() function
1503 if (get_child_debug_event (pid, ourstatus, EXCEPTION_DEBUG_EVENT, &retval)) in child_wait()
1775 while (!get_child_debug_event (PIDGET (inferior_ptid), &dummy, in child_create_inferior()
Dwin32-nat.c1227 get_child_debug_event (int pid, struct target_waitstatus *ourstatus) in get_child_debug_event() function
1411 int retval = get_child_debug_event (pid, ourstatus); in child_wait()
DChangeLog-20002460 (get_child_debug_event): Always reset last_sig. Always reset inferior
3956 (get_child_debug_event): Eliminate two arguments. Return "pid" when
3958 (child_wait): Accomodate get_child_debug_event changes.
3974 (get_child_debug_event): Pass argument to handle_exception to control
3977 last_sig. Pass FIRST_EXCEPTION to get_child_debug_event for detection
5261 (get_child_debug_event): Return success only if event code matches
5263 (child_create_inferior): Reflect change to get_child_debug_event
5282 (get_child_debug_event): Ditto. Recognize when an a breakpoint
5286 get_child_debug_event has found something interesting.
DChangeLog-20011192 (get_child_debug_event): Call handle_unload_dll function.
2534 (get_child_debug_event): Continue from exceptions if !handle_exception.
2543 * win32-nat.c (get_child_debug_event): Close file handles created after
DChangeLog-20021638 (get_child_debug_event): Call re_enable_breakpoints_in_shlibs when a
12752 (get_child_debug_event): Avoid registering debug events until possibly
13390 (get_child_debug_event,do_initial_child_stuff): Set last_sig to
DChangeLog-200389 (get_child_debug_event): Call fake_create_process when the first event
97 * win32-nat.c (get_child_debug_event): Keep main thread id around even
DChangeLog-1999710 (get_child_debug_event): New function.