|
|
1.1 root 1: /*
2: Hatari - debugInfo.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: Public atari components debugging infos header.
8: */
9:
10: #ifndef HATARI_DEBUGINFO_H
11: #define HATARI_DEBUGINFO_H
12:
1.1.1.3 root 13: /* for breakcond.c & profile.c */
1.1.1.2 root 14: extern Uint32 DebugInfo_GetTEXT(void);
1.1.1.3 root 15: extern Uint32 DebugInfo_GetTEXTEnd(void);
1.1.1.2 root 16: extern Uint32 DebugInfo_GetDATA(void);
17: extern Uint32 DebugInfo_GetBSS(void);
1.1.1.4 ! root 18: extern Uint32 DebugInfo_GetBASEPAGE(void);
1.1.1.2 root 19:
20: /* for debugui.c */
1.1 root 21: extern void DebugInfo_ShowSessionInfo(void);
22: extern char *DebugInfo_MatchInfo(const char *text, int state);
23: extern char *DebugInfo_MatchLock(const char *text, int state);
24: extern int DebugInfo_Command(int nArgc, char *psArgs[]);
25:
26: #endif /* HATARI_DEBUGINFO_H */
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.