#if !defined(GDBH) # define GDBH /* * gdb_breakpoint - can be called if you want a function to stop * and communicate with the debugger. */ extern void gdb_breakpoint (void); #endif