Annotation of previous_trunk/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 evaluate.c */
        !            17: extern bool BreakCond_GetHatariVariable(const char *name, Uint32 *value);
        !            18: 
        !            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);
        !            25: extern int BreakCond_BreakPointCount(bool bForDsp);
        !            26: extern bool BreakCond_Command(const char *expression, bool bForDsp);
        !            27: extern bool BreakAddr_Command(char *expression, bool bforDsp);
        !            28: 
        !            29: /* extra functions exported for the test code */
        !            30: extern int BreakCond_MatchCpuExpression(int position, const char *expression);
        !            31: 
        !            32: #endif

unix.superglobalmegacorp.com

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