aboutsummaryrefslogtreecommitdiff
path: root/gdb/testattach.c
blob: c56a0fe1b423cc7019c1260b92828cac0a44c45d (plain)
1
2
3
4
5
6
7
8
9
10
main ()
{
  int x = 0;

  while (1)
    {
      sleep (1);
      x++;
    }
}