Home
last modified time | relevance | path

Searched refs:TARGET_WNOHANG (Results 1 – 25 of 38) sorted by relevance

12

/dports/devel/gdb/gdb-11.1/gdb/target/
H A Dwait.h32 TARGET_WNOHANG = 1, enumerator
/dports/devel/avr-gdb/gdb-7.3.1/gdb/gdbserver/
H A Dtarget.h110 #define TARGET_WNOHANG 1 macro
H A Dlinux-low.c1995 if (target_options & TARGET_WNOHANG) in linux_wait_1()
2481 && (target_options & TARGET_WNOHANG) != 0 in linux_wait()
H A Dserver.c3197 TARGET_WNOHANG, 1); in handle_target_event()
/dports/devel/gdb761/gdb-7.6.1/gdb/gdbserver/
H A Dtarget.h111 #define TARGET_WNOHANG 1 macro
H A Dlinux-low.c2327 if (target_options & TARGET_WNOHANG) in linux_wait_1()
2827 && (target_options & TARGET_WNOHANG) != 0 in linux_wait()
H A Dserver.c3557 TARGET_WNOHANG, 1); in handle_target_event()
/dports/devel/gdb/gdb-11.1/gdbserver/
H A Dnetbsd-low.cc232 int options = (target_options & TARGET_WNOHANG) ? WNOHANG : 0; in netbsd_waitpid()
260 gdb_assert (target_options & TARGET_WNOHANG); in netbsd_wait()
H A Dlinux-low.cc2966 if (target_options & TARGET_WNOHANG) in wait_1()
3004 gdb_assert (target_options & TARGET_WNOHANG); in wait_1()
3717 while ((target_options & TARGET_WNOHANG) == 0 in wait()
3724 && (target_options & TARGET_WNOHANG) != 0 in wait()
H A Dserver.cc4596 TARGET_WNOHANG, 1); in handle_target_event()
/dports/devel/avr-gdb/gdb-7.3.1/gdb/
H A Dtarget.h178 #define TARGET_WNOHANG 1 macro
H A Dlinux-nat.c3434 if (target_options & TARGET_WNOHANG) in linux_nat_wait_1()
3562 if (target_options & TARGET_WNOHANG) in linux_nat_wait_1()
3577 else if (target_options & TARGET_WNOHANG) in linux_nat_wait_1()
H A Dinfrun.c2673 deprecated_target_wait_hook (waiton_ptid, &ecs->ws, TARGET_WNOHANG); in fetch_inferior_event()
2675 ecs->ptid = target_wait (waiton_ptid, &ecs->ws, TARGET_WNOHANG); in fetch_inferior_event()
H A Dremote.c5417 if (options & TARGET_WNOHANG) in remote_wait_ns()
5553 if (options & TARGET_WNOHANG) in remote_wait_as()
/dports/devel/gdb761/gdb-7.6.1/gdb/
H A Dtarget.h181 #define TARGET_WNOHANG 1 macro
H A Drecord-full.c1205 gdb_assert ((options & TARGET_WNOHANG) != 0); in record_full_wait_1()
H A Dinfrun.c2800 deprecated_target_wait_hook (waiton_ptid, &ecs->ws, TARGET_WNOHANG); in fetch_inferior_event()
2802 ecs->ptid = target_wait (waiton_ptid, &ecs->ws, TARGET_WNOHANG); in fetch_inferior_event()
H A Dlinux-nat.c3700 if (target_options & TARGET_WNOHANG) in linux_nat_wait_1()
/dports/devel/avr-gdb/gdb-7.3.1/sim/cris/
H A Dtraps.c244 #define TARGET_WNOHANG 1 macro
1955 && options == (TARGET___WCLONE | TARGET_WNOHANG) in cris_break_13_handler()
/dports/devel/gdb761/gdb-7.6.1/sim/cris/
H A Dtraps.c243 #define TARGET_WNOHANG 1 macro
1954 && options == (TARGET___WCLONE | TARGET_WNOHANG) in cris_break_13_handler()
/dports/devel/gdb/gdb-11.1/gdb/
H A Dinfrun.c3658 options &= ~TARGET_WNOHANG; in do_target_wait_1()
4081 if (!do_target_wait (ecs, TARGET_WNOHANG)) in fetch_inferior_event()
4614 event_ptid = deprecated_target_wait_hook (minus_one_ptid, ws, TARGET_WNOHANG); in poll_one_curr_target()
4616 event_ptid = target_wait (minus_one_ptid, ws, TARGET_WNOHANG); in poll_one_curr_target()
H A Dtarget.c2606 gdb_assert ((options & TARGET_WNOHANG) == 0); in target_wait()
3898 DO_TARG_OPTION (TARGET_WNOHANG); in target_options_to_string()
H A Drecord-full.c1155 gdb_assert ((options & TARGET_WNOHANG) != 0); in record_full_wait_1()
H A Dremote.c4525 event_ptid = target_wait (waiton_ptid, &ws, TARGET_WNOHANG);
8127 if (options & TARGET_WNOHANG)
8177 int forever = ((options & TARGET_WNOHANG) == 0
8197 if (ret == -1 && (options & TARGET_WNOHANG) != 0)
8275 if (options & TARGET_WNOHANG)
H A Dlinux-nat.c3240 if (target_options & TARGET_WNOHANG) in linux_nat_wait_1()

12