thermosphere: add breakpoint/watchpoint enable/reset code

This commit is contained in:
TuxSH
2019-08-05 23:49:25 +02:00
parent 5081174d27
commit 88218f606c
10 changed files with 157 additions and 5 deletions

View File

@@ -13,3 +13,6 @@ void invalidate_icache_all(void);
void set_memory_registers_enable_mmu(uintptr_t ttbr0, u64 tcr, u64 mair);
void set_memory_registers_enable_stage2(uintptr_t vttbr, u64 vtcr);
void initBreakpointRegs(size_t num);
void initWatchpointRegs(size_t num);