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