thermosphere: add structural changes needed for range step

This commit is contained in:
TuxSH
2020-01-28 01:13:21 +00:00
parent cba5c08bbc
commit 52c3397b19
4 changed files with 29 additions and 4 deletions

View File

@@ -57,6 +57,8 @@ bool debugManagerHandlePause(void);
void debugManagerPauseCores(u32 coreList);
void debugManagerUnpauseCores(u32 coreList, u32 singleStepList);
void debugManagerSetSteppingRange(u32 coreId, uintptr_t startAddr, uintptr_t endAddr);
u32 debugManagerGetPausedCoreList(void);
const DebugEventInfo *debugManagerMarkAndGetCoreDebugEvent(u32 coreId);