File: stub-loader.c

package info (click to toggle)
dejagnu 1.6-1.1
  • links: PTS
  • area: main
  • in suites: stretch
  • size: 2,316 kB
  • sloc: exp: 9,311; sh: 4,641; ansic: 399; makefile: 161; cpp: 92; tcl: 72; sql: 38
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();
}