Example #1
0
static void
gdbsim_cntrl_c (int signo)
{
  gdbsim_stop ();
}
Example #2
0
static void
gdbsim_cntrl_c (int signo)
{
  gdbsim_stop (remote_sim_ptid);
}