1
0
Fork 0

Add memory breakpoints (BPM) for the HEAVY debugger. Add automated log if INT CD occurs, also HEAVY debug and has to be enabled with the HEAVYLOG command.

Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@499
This commit is contained in:
Ulf Wohlers 2002-11-14 17:30:50 +00:00
parent 6a3fa5949f
commit 97793a5925
2 changed files with 89 additions and 20 deletions

View file

@ -27,5 +27,6 @@ bool DEBUG_ExitLoop(void);
extern Bitu cycle_count;
#ifdef C_HEAVY_DEBUG
bool DEBUG_HeavyIsBreakpoint();
bool DEBUG_HeavyIsBreakpoint(void);
void DEBUG_HeavyWriteLogInstruction(void);
#endif