示例#1
0
文件: remote-sim.c 项目: DonCN/haiku
static void
gdbsim_cntrl_c (int signo)
{
  gdbsim_stop ();
}
示例#2
0
static void
gdbsim_cntrl_c (int signo)
{
  gdbsim_stop (remote_sim_ptid);
}