thermosphere: add actual breakpoint code
This commit is contained in:
@@ -40,8 +40,10 @@ static void loadKernelViaSemihosting(void)
|
||||
void main(ExceptionStackFrame *frame)
|
||||
{
|
||||
enableTraps();
|
||||
enableAndResetBreakpoints();
|
||||
enableAndResetWatchpoints();
|
||||
enableBreakpointsAndWatchpoints();
|
||||
|
||||
initBreakpoints();
|
||||
initWatchpoints();
|
||||
|
||||
if (currentCoreCtx->isBootCore) {
|
||||
uartInit(115200);
|
||||
|
||||
Reference in New Issue
Block a user