diff options
Diffstat (limited to 'gdb/testattach.c')
-rw-r--r-- | gdb/testattach.c | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/gdb/testattach.c b/gdb/testattach.c deleted file mode 100644 index c56a0fe..0000000 --- a/gdb/testattach.c +++ /dev/null @@ -1,10 +0,0 @@ -main () -{ - int x = 0; - - while (1) - { - sleep (1); - x++; - } -} |