/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gdb/gdb/gdbserver/ |
H A D | server.c | 61 return mywait (statusptr, 0); in start_inferior() 80 *sigptr = mywait (statusptr, 0); in attach_inferior() 244 *signal = mywait (status, 1); in handle_v_cont() 485 signal = mywait (&status, 1); in main() 496 signal = mywait (&status, 1); in main() 502 signal = mywait (&status, 1); in main() 508 signal = mywait (&status, 1); in main()
|
H A D | target.h | 163 unsigned char mywait (char *statusp, int connected_wait);
|
H A D | target.c | 92 mywait (char *statusp, int connected_wait) in mywait() function
|
H A D | ChangeLog | 371 (start_inferior): Don't use signal_pid. Update call to mywait. 372 (attach_inferior): Update call to mywait. 376 calls to mywait. 381 (mywait): New function. 384 (mywait): Removed macro, added prototype. 600 (linux_wait): Renamed from mywait. Call clear_inferiors () if the
|
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gdb/gdb/gdbserver/ |
H A D | server.c | 61 return mywait (statusptr, 0); in start_inferior() 80 *sigptr = mywait (statusptr, 0); in attach_inferior() 244 *signal = mywait (status, 1); in handle_v_cont() 485 signal = mywait (&status, 1); in main() 496 signal = mywait (&status, 1); in main() 502 signal = mywait (&status, 1); in main() 508 signal = mywait (&status, 1); in main()
|
H A D | target.h | 163 unsigned char mywait (char *statusp, int connected_wait);
|
H A D | target.c | 92 mywait (char *statusp, int connected_wait) in mywait() function
|
H A D | ChangeLog | 371 (start_inferior): Don't use signal_pid. Update call to mywait. 372 (attach_inferior): Update call to mywait. 376 calls to mywait. 381 (mywait): New function. 384 (mywait): Removed macro, added prototype. 600 (linux_wait): Renamed from mywait. Call clear_inferiors () if the
|
/dports/editors/libreoffice/libreoffice-7.2.6.2/io/test/stm/ |
H A D | pumptest.cxx | 51 static void mywait() in mywait() function 323 mywait(); in testClose() 335 mywait(); in testClose() 352 mywait(); in testTerminate() 361 mywait(); in testTerminate() 383 mywait(); in testFunction() 407 mywait(); in testWrongUsage()
|
/dports/editors/libreoffice6/libreoffice-6.4.7.2/io/test/stm/ |
H A D | pumptest.cxx | 51 static void mywait() in mywait() function 323 mywait(); in testClose() 335 mywait(); in testClose() 352 mywait(); in testTerminate() 361 mywait(); in testTerminate() 383 mywait(); in testFunction() 407 mywait(); in testWrongUsage()
|
/dports/sysutils/xe/xe-0.11/ |
H A D | xe.c | 84 mywait() in mywait() function 212 mywait(); in run() 700 mywait(); in main() 738 mywait(); in main() 795 while (mywait()) in main()
|
/dports/devel/gdb/gdb-11.1/gdbserver/ |
H A D | target.cc | 163 mywait (ptid_t ptid, struct target_waitstatus *ourstatus, in mywait() function 216 mywait (ptid, &status, 0, 0); in target_stop_and_wait()
|
H A D | target.h | 683 ptid_t mywait (ptid_t ptid, struct target_waitstatus *ourstatus,
|
/dports/devel/gdb761/gdb-7.6.1/gdb/gdbserver/ |
H A D | target.c | 74 mywait (ptid_t ptid, struct target_waitstatus *ourstatus, int options, in mywait() function
|
H A D | server.c | 262 last_ptid = mywait (pid_to_ptid (signal_pid), &last_status, 0, 0); in start_inferior() 271 last_ptid = mywait (pid_to_ptid (signal_pid), &last_status, 0, 0); in start_inferior() 285 last_ptid = mywait (pid_to_ptid (signal_pid), &last_status, 0, 0); in start_inferior() 320 last_ptid = mywait (pid_to_ptid (pid), &last_status, 0, 0); in attach_inferior() 2123 last_ptid = mywait (minus_one_ptid, &last_status, 0, 1); in handle_v_cont() 2410 last_ptid = mywait (minus_one_ptid, &last_status, 0, 1); in myresume() 3556 last_ptid = mywait (minus_one_ptid, &last_status, in handle_target_event()
|
H A D | target.h | 556 ptid_t mywait (ptid_t ptid, struct target_waitstatus *ourstatus, int options,
|
/dports/devel/avr-gdb/gdb-7.3.1/gdb/gdbserver/ |
H A D | target.c | 89 mywait (ptid_t ptid, struct target_waitstatus *ourstatus, int options, in mywait() function
|
H A D | server.c | 282 mywait (pid_to_ptid (signal_pid), &last_status, 0, 0); in start_inferior() 291 mywait (pid_to_ptid (signal_pid), &last_status, 0, 0); in start_inferior() 307 last_ptid = mywait (pid_to_ptid (signal_pid), &last_status, 0, 0); in start_inferior() 338 last_ptid = mywait (pid_to_ptid (pid), &last_status, 0, 0); in attach_inferior() 1841 last_ptid = mywait (minus_one_ptid, &last_status, 0, 1); in handle_v_cont() 2155 last_ptid = mywait (minus_one_ptid, &last_status, 0, 1); in myresume() 3196 last_ptid = mywait (minus_one_ptid, &last_status, in handle_target_event()
|
H A D | target.h | 486 ptid_t mywait (ptid_t ptid, struct target_waitstatus *ourstatus, int options,
|
H A D | ChangeLog | 333 * target.c (mywait) <TARGET_WAITKIND_EXITED>: Fix to use INTEGER. 2694 (mywait): Add `ptid' argument. Change return type to ptid_t. 2697 (mywait): Add new `ptid' argument. Adjust. 2725 (attach_inferior): Adjust to mywait interface changes. 2864 (mywait): Add `options' argument. 2865 * target.c (mywait): Add `options' argument. Print child exit 2978 (mywait): Likewise. 5505 (attach_inferior): Update call to mywait. 5509 calls to mywait. 5514 (mywait): New function. [all …]
|
/dports/devel/gdb761/gdb-7.6.1/gdb/common/ |
H A D | agent.c | 291 mywait (ptid, &status, 0, 0); in agent_run_command()
|
/dports/mail/maildrop/maildrop-3.0.3/libs/maildrop/ |
H A D | Makefile.am | 41 messageinfo.h mytime.h mywait.h pipefds.C pipefds.h \
|
/dports/mail/courier/courier-0.65.3/maildrop/ |
H A D | Makefile.am | 45 messageinfo.h mytime.h mywait.h pipefds.C pipefds.h re.C re.h \
|
/dports/lang/yabasic/yabasic-2.90.1/unix/lang/ |
H A D | yabasic.h | 629 void mywait ();
|
/dports/sysutils/syslog-ng/syslog-ng-3.35.1/contrib/ |
H A D | syslog-ng-debun | 99 mywait () { jobs -p >${tmpdir}/sdn.jobs ; for i in $( grep -v "^$tailpid\$" ${tmpdir}/sdn.jobs ) ; … 290 mywait
|