Esempio n. 1
0
static void
gdbsim_cntrl_c (int signo)
{
  gdbsim_stop ();
}
Esempio n. 2
0
static void
gdbsim_cntrl_c (int signo)
{
  gdbsim_stop (remote_sim_ptid);
}