|
|
1.1 root 1: /*
2: Hatari - debugui.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: Public debugger UI header file.
8: */
9:
10: #ifndef HATARI_DEBUGUI_H
11: #define HATARI_DEBUGUI_H
12:
13: /* DebugUI_ParseCommand() return values */
14: enum {
15: DEBUGGER_END, // Leave debugger
16: DEBUGGER_CMDCONT, // Command can continue
17: DEBUGGER_CMDDONE // Command done
18: };
19:
20: /* Whether CPU exceptions invoke DebugUI */
21: extern int bExceptionDebugging;
22:
23: extern void DebugUI(void);
24: extern void DebugUI_Init(void);
25: extern bool DebugUI_RemoteParse(char *input);
1.1.1.2 ! root 26: extern bool DebugUI_ParseFile(const char *path);
1.1 root 27: extern bool DebugUI_SetParseFile(const char *input);
28: extern void DebugUI_MemorySnapShot_Capture(const char *path, bool bSave);
29:
30: #endif /* HATARI_DEBUGUI_H */
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.