예제 #1
0
파일: remote-sim.c 프로젝트: DonCN/haiku
static void
gdbsim_cntrl_c (int signo)
{
  gdbsim_stop ();
}
예제 #2
0
파일: remote-sim.c 프로젝트: davearrama/gdb
static void
gdbsim_cntrl_c (int signo)
{
  gdbsim_stop (remote_sim_ptid);
}