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:
parent
6a3fa5949f
commit
97793a5925
2 changed files with 89 additions and 20 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue