--- nono/debugger/debugger.h 2026/04/29 17:04:33 1.1.1.3 +++ nono/debugger/debugger.h 2026/04/29 17:05:09 1.1.1.7 @@ -4,7 +4,18 @@ // Licensed under nono-license.txt // +// +// デバッガ (外部用) +// + #pragma once -extern void debugger_init(); +#include "monitor.h" + extern bool debugger_check(); + +// メモリダンプモニタ +extern Monitor& debugger_memdump_monitor(int); + +// 例外通知用 (MPU から) +extern void debugger_notify_exception(int vector);