Home
last modified time | relevance | path

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

/openbsd/gnu/usr.bin/binutils/gdb/
H A Dremote.c84 enum target_signal siggnal);
2469 if (step && siggnal != TARGET_SIGNAL_0) in remote_vcont_resume()
2473 else if (siggnal != TARGET_SIGNAL_0) in remote_vcont_resume()
2481 if (step && siggnal != TARGET_SIGNAL_0) in remote_vcont_resume()
2486 else if (siggnal != TARGET_SIGNAL_0) in remote_vcont_resume()
2495 if (step && siggnal != TARGET_SIGNAL_0) in remote_vcont_resume()
2499 else if (siggnal != TARGET_SIGNAL_0) in remote_vcont_resume()
2529 last_sent_signal = siggnal; in remote_resume()
2547 if (siggnal != TARGET_SIGNAL_0) in remote_resume()
2551 buf[2] = tohex (((int) siggnal) & 0xf); in remote_resume()
[all …]
H A Dremote-sim.c90 static void gdbsim_resume (ptid_t ptid, int step, enum target_signal siggnal);
599 gdbsim_resume (ptid_t ptid, int step, enum target_signal siggnal) in gdbsim_resume() argument
605 printf_filtered ("gdbsim_resume: step %d, signal %d\n", step, siggnal); in gdbsim_resume()
607 resume_siggnal = siggnal; in gdbsim_resume()
H A Dinftarg.c236 int siggnal = 0; in child_detach() local
249 siggnal = atoi (args); in child_detach()
251 detach (siggnal); in child_detach()
H A Dgo32-nat.c172 enum target_signal siggnal);
324 go32_resume (ptid_t ptid, int step, enum target_signal siggnal) in go32_resume() argument
330 if (siggnal != TARGET_SIGNAL_0 && siggnal != TARGET_SIGNAL_TRAP) in go32_resume()
334 if (excepn_map[i].gdb_sig == siggnal) in go32_resume()
341 target_signal_to_name (siggnal)); in go32_resume()
H A Docd.h99 void ocd_resume (ptid_t ptid, int step, enum target_signal siggnal);
H A Dnto-procfs.c766 int siggnal = 0; in procfs_detach() local
778 siggnal = atoi (args); in procfs_detach()
780 if (siggnal) in procfs_detach()
781 SignalKill (nto_node(), PIDGET (inferior_ptid), 0, siggnal, 0, 0); in procfs_detach()
H A Dtarget.h495 #define target_resume(ptid, step, siggnal) \ argument
498 (*current_target.to_resume) (ptid, step, siggnal); \
H A Dremote-vx.c576 vx_resume (ptid_t ptid, int step, enum target_signal siggnal) in vx_resume() argument
586 if (siggnal != 0 && siggnal != stop_signal) in vx_resume()
H A Dv850ice.c69 enum target_signal siggnal);
405 v850ice_resume (ptid_t ptid, int step, enum target_signal siggnal) in v850ice_resume() argument
H A Dremote-sds.c332 sds_resume (ptid_t ptid, int step, enum target_signal siggnal) in sds_resume() argument
336 last_sent_signal = siggnal; in sds_resume()
H A Dremote-rdi.c63 enum target_signal siggnal);
427 arm_rdi_resume (ptid_t ptid, int step, enum target_signal siggnal) in arm_rdi_resume() argument
H A Dtarget.c1858 debug_to_resume (ptid_t ptid, int step, enum target_signal siggnal) in debug_to_resume() argument
1860 debug_target.to_resume (ptid, step, siggnal); in debug_to_resume()
1864 target_signal_to_name (siggnal)); in debug_to_resume()
H A Dremote-mips.c92 enum target_signal siggnal);
1675 mips_resume (ptid_t ptid, int step, enum target_signal siggnal) in mips_resume() argument
1681 mips_request (step ? 's' : 'c', 1, siggnal, in mips_resume()
H A Dinfrun.c706 proceed (CORE_ADDR addr, enum target_signal siggnal, int step) in proceed() argument
768 if (siggnal != TARGET_SIGNAL_DEFAULT) in proceed()
769 stop_signal = siggnal; in proceed()
H A Docd.c329 ocd_resume (ptid_t ptid, int step, enum target_signal siggnal) in ocd_resume() argument
H A Dremote-rdp.c1206 remote_rdp_resume (ptid_t ptid, int step, enum target_signal siggnal) in remote_rdp_resume() argument
H A DChangeLog-19931250 * inftarg.c (child_detach): siggnal.
5538 (remote_resume): If siggnal != 0, give warning not error().
/openbsd/gnu/usr.bin/binutils/include/gdb/
H A Dremote-sim.h235 void sim_resume PARAMS ((SIM_DESC sd, int step, int siggnal));