File: stub-loader.c

package info (click to toggle)
dejagnu 1.4.4.git20080407-1.1
  • links: PTS
  • area: main
  • in suites: squeeze
  • size: 3,840 kB
  • ctags: 137
  • sloc: exp: 10,626; xml: 7,106; sh: 4,400; ansic: 546; makefile: 402; cpp: 92; tcl: 72
file content (7 lines) | stat: -rw-r--r-- 85 bytes parent folder | download | duplicates (13)
1
2
3
4
5
6
7
/* Bleah!! */
int remote_debug = 0;

main() {
  set_debug_traps();
  breakpoint();
}