thermosphere: add actual breakpoint code

This commit is contained in:
TuxSH
2019-08-06 06:09:51 +02:00
parent 88218f606c
commit bd93b01e57
11 changed files with 388 additions and 64 deletions

View File

@@ -40,8 +40,10 @@ static void loadKernelViaSemihosting(void)
void main(ExceptionStackFrame *frame)
{
enableTraps();
enableAndResetBreakpoints();
enableAndResetWatchpoints();
enableBreakpointsAndWatchpoints();
initBreakpoints();
initWatchpoints();
if (currentCoreCtx->isBootCore) {
uartInit(115200);