|
|
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);
1.1.1.2 root 13:
1.1 root 14: /* for debugcpu.c & debugdsp.c */
15: extern const char BreakCond_Description[];
16: extern const char BreakAddr_Description[];
17:
1.1.1.5 ! root 18: extern bool BreakCond_MatchCpu(void);
! 19: extern bool BreakCond_MatchDsp(void);
1.1.1.4 root 20: extern int BreakCond_CpuBreakPointCount(void);
21: extern int BreakCond_DspBreakPointCount(void);
1.1 root 22: extern bool BreakCond_Command(const char *expression, bool bForDsp);
23: extern bool BreakAddr_Command(char *expression, bool bforDsp);
24:
25: /* extra functions exported for the test code */
26: extern int BreakCond_MatchCpuExpression(int position, const char *expression);
27:
28: #endif
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.