Searched refs:TARGET_SIGNAL_0 (Results 1 - 25 of 26) sorted by relevance

12

/openbsd-current/gnu/usr.bin/binutils/include/gdb/
H A Dsignals.h58 TARGET_SIGNAL_0 = 0, enumerator in enum:target_signal
/openbsd-current/gnu/usr.bin/binutils/gdb/
H A Dinfrun.c776 stop_signal = TARGET_SIGNAL_0;
864 stop_signal = TARGET_SIGNAL_0;
1350 resume (0, TARGET_SIGNAL_0);
1355 resume (0, TARGET_SIGNAL_0);
1411 stop_signal = TARGET_SIGNAL_0;
1433 target_resume (ecs->ptid, 0, TARGET_SIGNAL_0);
1461 stop_signal = TARGET_SIGNAL_0;
1490 resume (0, TARGET_SIGNAL_0);
1509 target_resume (ecs->ptid, 1, TARGET_SIGNAL_0);
1547 target_resume (RESUME_ALL, 0, TARGET_SIGNAL_0);
[all...]
H A Dfork-child.c460 resume (0, TARGET_SIGNAL_0); /* Just make it go on. */
H A Dinfcmd.c902 proceed (addr, TARGET_SIGNAL_0, 0);
946 oursig = TARGET_SIGNAL_0;
953 if (oursig == TARGET_SIGNAL_0)
965 proceed (oursig == TARGET_SIGNAL_0 ? (CORE_ADDR) -1 : stop_pc, oursig, 0);
1349 else if (stop_signal != TARGET_SIGNAL_0)
H A Dremote.c2476 if (step && siggnal != TARGET_SIGNAL_0)
2480 else if (siggnal != TARGET_SIGNAL_0)
2488 if (step && siggnal != TARGET_SIGNAL_0)
2493 else if (siggnal != TARGET_SIGNAL_0)
2502 if (step && siggnal != TARGET_SIGNAL_0)
2506 else if (siggnal != TARGET_SIGNAL_0)
2524 static enum target_signal last_sent_signal = TARGET_SIGNAL_0;
2554 if (siggnal != TARGET_SIGNAL_0)
2951 if (last_sent_signal != TARGET_SIGNAL_0)
2959 last_sent_signal = TARGET_SIGNAL_0;
[all...]
H A Dwin32-nat.c93 static enum target_signal last_sig = TARGET_SIGNAL_0;
1235 last_sig = TARGET_SIGNAL_0;
1433 last_sig = TARGET_SIGNAL_0;
1896 proceed ((CORE_ADDR) - 1, TARGET_SIGNAL_0, 0);
1976 if (sig != TARGET_SIGNAL_0)
2010 last_sig = TARGET_SIGNAL_0;
H A Dhppah-nat.c691 child_resume (pid_to_ptid (pid), 0, TARGET_SIGNAL_0); local
727 target_resume (pid_to_ptid (pid), 1, TARGET_SIGNAL_0); local
H A Dremote-sds.c330 static enum target_signal last_sent_signal = TARGET_SIGNAL_0;
999 proceed (bfd_get_start_address (exec_bfd), TARGET_SIGNAL_0, 0);
991 proceed (bfd_get_start_address (exec_bfd), TARGET_SIGNAL_0, 0); local
H A Dinftarg.c341 proceed ((CORE_ADDR) -1, TARGET_SIGNAL_0, 0);
H A Dsolib-irix.c434 stop_signal = TARGET_SIGNAL_0;
H A Dsolib-osf.c325 stop_signal = TARGET_SIGNAL_0;
H A Dsolib-sunos.c768 stop_signal = TARGET_SIGNAL_0;
H A Dgo32-nat.c280 {TARGET_SIGNAL_0, -1},
330 if (siggnal != TARGET_SIGNAL_0 && siggnal != TARGET_SIGNAL_TRAP)
659 proceed ((CORE_ADDR) -1, TARGET_SIGNAL_0, 0);
H A Dinf-ptrace.c148 proceed (read_pc (), TARGET_SIGNAL_0, 0);
146 proceed (read_pc (), TARGET_SIGNAL_0, 0); local
H A Dinfcall.c720 proceed (real_pc, TARGET_SIGNAL_0, 0);
H A Dlinux-nat.c983 child_resume (pid_to_ptid (GET_LWP (lp->ptid)), 0, TARGET_SIGNAL_0);
1045 gdb_assert (signo == TARGET_SIGNAL_0);
1848 TARGET_SIGNAL_0);
2050 TARGET_SIGNAL_0);
1840 TARGET_SIGNAL_0); local
2042 TARGET_SIGNAL_0); local
H A Dlynx-nat.c451 ourstatus->value.sig = TARGET_SIGNAL_0;
H A Docd.c1033 proceed (bfd_get_start_address (exec_bfd), TARGET_SIGNAL_0, 0);
1023 proceed (bfd_get_start_address (exec_bfd), TARGET_SIGNAL_0, 0); local
H A Dgnu-nat.c1244 inf_signal (inf, TARGET_SIGNAL_0);
1901 inf->wait.status.value.sig = TARGET_SIGNAL_0;
1968 if (sig != TARGET_SIGNAL_0 || inf->stopped)
1970 if (sig == TARGET_SIGNAL_0 && inf->nomsg)
H A Dsolib-svr4.c1322 stop_signal = TARGET_SIGNAL_0;
H A Dnto-procfs.c621 ourstatus->value.sig = TARGET_SIGNAL_0;
H A Dmonitor.c2022 proceed (bfd_get_start_address (exec_bfd), TARGET_SIGNAL_0, 0); local
H A Dprocfs.c4070 target_resume (ptid, 0, TARGET_SIGNAL_0);
4096 target_resume (ptid, 0, TARGET_SIGNAL_0);
5129 proceed ((CORE_ADDR) -1, TARGET_SIGNAL_0, 0);
H A Dwince.c1779 proceed ((CORE_ADDR) -1, TARGET_SIGNAL_0, 0);
/openbsd-current/gnu/usr.bin/binutils/gdb/signals/
H A Dsignals.c275 return TARGET_SIGNAL_0;
527 case TARGET_SIGNAL_0:

Completed in 334 milliseconds

12