Home
last modified time | relevance | path

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

/mirbsd/src/gnu/usr.bin/binutils/gdb/
Dinfrun.c321 pending_follow; variable
569 switch (pending_follow.kind) in resume()
573 pending_follow.kind = TARGET_WAITKIND_SPURIOUS; in resume()
580 pending_follow.kind = TARGET_WAITKIND_SPURIOUS; in resume()
874 pending_follow.kind = TARGET_WAITKIND_SPURIOUS; /* I.e., none. */ in init_wait_for_inferior()
1397 pending_follow.kind = ecs->ws.kind; in handle_inferior_event()
1399 pending_follow.fork_event.parent_pid = PIDGET (ecs->ptid); in handle_inferior_event()
1400 pending_follow.fork_event.child_pid = ecs->ws.value.related_pid; in handle_inferior_event()
1432 if (pending_follow.kind == TARGET_WAITKIND_VFORKED) in handle_inferior_event()
1433 ENSURE_VFORKING_PARENT_REMAINS_STOPPED (pending_follow.fork_event. in handle_inferior_event()
[all …]