Annotation of hatari/src/debug/breakcond.h, revision 1.1.1.4

1.1       root        1: /*
                      2:   Hatari - breakcond.h
                      3: 
1.1.1.3   root        4:   This file is distributed under the GNU General Public License, version 2
                      5:   or at your option any later version. Read the file gpl.txt for details.
1.1       root        6: */
                      7: 
                      8: #ifndef HATARI_BREAKCOND_H
                      9: #define HATARI_BREAKCOND_H
                     10: 
                     11: /* for debugui.c */
                     12: extern bool BreakCond_Save(const char *filename);
                     13: extern char *BreakCond_MatchCpuVariable(const char *text, int state);
                     14: extern char *BreakCond_MatchDspVariable(const char *text, int state);
                     15: 
1.1.1.2   root       16: /* for evaluate.c */
                     17: extern bool BreakCond_GetHatariVariable(const char *name, Uint32 *value);
                     18: 
1.1       root       19: /* for debugcpu.c & debugdsp.c */
                     20: extern const char BreakCond_Description[];
                     21: extern const char BreakAddr_Description[];
                     22: 
                     23: extern int BreakCond_MatchCpu(void);
                     24: extern int BreakCond_MatchDsp(void);
1.1.1.4 ! root       25: extern int BreakCond_CpuBreakPointCount(void);
        !            26: extern int BreakCond_DspBreakPointCount(void);
1.1       root       27: extern bool BreakCond_Command(const char *expression, bool bForDsp);
                     28: extern bool BreakAddr_Command(char *expression, bool bforDsp);
                     29: 
                     30: /* extra functions exported for the test code */
                     31: extern int BreakCond_MatchCpuExpression(int position, const char *expression);
                     32: 
                     33: #endif

unix.superglobalmegacorp.com

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