Annotation of uae/src/include/debug.h, revision 1.1.1.2

1.1.1.2 ! root        1:  /*
1.1       root        2:   * UAE - The Un*x Amiga Emulator
1.1.1.2 ! root        3:   *
1.1       root        4:   * Debugger
1.1.1.2 ! root        5:   *
1.1       root        6:   * (c) 1995 Bernd Schmidt
1.1.1.2 ! root        7:   *
1.1       root        8:   */
                      9: 
                     10: #define        MAX_HIST        10000
                     11: 
                     12: extern int firsthist;
                     13: extern int lasthist;
                     14: extern int debugging;
                     15: #ifdef NEED_TO_DEBUG_BADLY
                     16: extern struct regstruct history[MAX_HIST];
                     17: extern union flagu historyf[MAX_HIST];
                     18: #else
1.1.1.2 ! root       19: extern uaecptr history[MAX_HIST];
1.1       root       20: #endif
                     21: 
                     22: extern void debug(void);
                     23: extern void activate_debugger(void);

unix.superglobalmegacorp.com

This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.