Changes for new debugger functionalities:
starting/stepping into INTs. processor status log, step over rep instr., debug.com, heavy debugging switch Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@411
This commit is contained in:
parent
174ed12a92
commit
ac29b40919
7 changed files with 487 additions and 198 deletions
|
@ -17,9 +17,15 @@
|
|||
*/
|
||||
|
||||
void DEBUG_DrawScreen(void);
|
||||
bool DEBUG_BreakPoint(void);
|
||||
bool DEBUG_Breakpoint(void);
|
||||
bool DEBUG_IntBreakpoint(Bit8u intNum);
|
||||
void DEBUG_Enable(void);
|
||||
void DEBUG_CheckExecuteBreakpoint(Bit16u seg, Bit32u off);
|
||||
bool DEBUG_ExitLoop(void);
|
||||
void DEBUG_ShutDown(void);
|
||||
|
||||
extern Bitu cycle_count;
|
||||
|
||||
#ifdef C_HEAVY_DEBUG
|
||||
bool DEBUG_HeavyIsBreakpoint();
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue