|
|
1.1 root 1: //
2: // nono
1.1.1.3 root 3: // Copyright (C) 2020 nono project
4: // Licensed under nono-license.txt
1.1 root 5: //
6:
7: #pragma once
8:
1.1.1.4 root 9: #include "object.h"
1.1.1.6 ! root 10: #include "monitor.h"
1.1.1.4 root 11:
1.1.1.6 ! root 12: extern void debugger_create();
1.1 root 13: extern void debugger_init();
14: extern bool debugger_check();
1.1.1.4 root 15:
1.1.1.6 ! root 16: // メモリダンプモニタ
! 17: extern Monitor& debugger_memdump_monitor(int);
! 18:
1.1.1.4 root 19: // 例外通知用 (MPU から)
1.1.1.5 root 20: extern void debugger_notify_exception(int vector);
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.