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

1.1     ! root        1: /*
        !             2:   Hatari - breakcond.h
        !             3: 
        !             4:   This file is distributed under the GNU Public License, version 2 or at
        !             5:   your option any later version. Read the file gpl.txt for details.
        !             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: 
        !            16: /* for debugcpu.c & debugdsp.c */
        !            17: extern const char BreakCond_Description[];
        !            18: extern const char BreakAddr_Description[];
        !            19: 
        !            20: extern int BreakCond_MatchCpu(void);
        !            21: extern int BreakCond_MatchDsp(void);
        !            22: extern int BreakCond_BreakPointCount(bool bForDsp);
        !            23: extern bool BreakCond_Command(const char *expression, bool bForDsp);
        !            24: extern bool BreakAddr_Command(char *expression, bool bforDsp);
        !            25: 
        !            26: /* extra functions exported for the test code */
        !            27: extern int BreakCond_MatchCpuExpression(int position, const char *expression);
        !            28: 
        !            29: #endif

unix.superglobalmegacorp.com

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