Changed the step over routine to a single stepping version that steps until a blr is encountered.

Cleared out all temporary breakpoints on each step to prevent phantom breakpoints from stopping the debugger.
This commit is contained in:
skidau
2014-10-18 11:02:26 +11:00
parent b331ec96a3
commit df37649b9f
4 changed files with 53 additions and 2 deletions

View File

@ -67,6 +67,7 @@ public:
// Remove Breakpoint
void Remove(u32 _iAddress);
void Clear();
void ClearAllTemporary();
void DeleteByAddress(u32 _Address);