File:  [HATARI the Atari ST Emulator] / hatari / src / includes / debugui.h
Revision 1.1.1.4 (vendor branch): download - view: text, annotated - select for diffs
Tue Apr 9 08:47:20 2019 UTC (7 years, 1 month ago) by root
Branches: hatari, MAIN
CVS tags: hatari01310, hatari01300, HEAD
hatari 1.3.0

/*
  Hatari - debugui.h

  This file is distributed under the GNU Public License, version 2 or at
  your option any later version. Read the file gpl.txt for details.
*/

#ifndef HATARI_DEBUGUI_H
#define HATARI_DEBUGUI_H

/* DebugUI_ParseCommand() return values */
enum {
	DEBUGGER_END,      // Leave debugger
	DEBUGGER_CMDCONT,  // Command can continue
	DEBUGGER_CMDDONE   // Command done
};

/* Whether CPU exceptions invoke DebugUI */
extern int bExceptionDebugging;

extern void DebugUI(void);
extern int DebugUI_ParseCommand(char *input);
extern int DebugUI_GetCpuRegisterAddress(const char *reg, Uint32 **addr);
extern void DebugUI_CpuCheck(void);
extern void DebugUI_DspCheck(void);
extern void DebugUI_MemorySnapShot_Capture(bool bSave);

#endif /* HATARI_DEBUGUI_H */

unix.superglobalmegacorp.com

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