CPU: Handle breakpoint trap

Also, start working on the debugger app.
This commit is contained in:
Itamar 2020-04-03 14:50:17 +03:00 committed by Andreas Kling
commit 77f671b462
Notes: sideshowbarker 2024-07-19 07:39:27 +09:00
10 changed files with 184 additions and 23 deletions

View file

@ -25,6 +25,7 @@
*/
#include <AK/Memory.h>
#include <AK/kmalloc.h>
#include <Kernel/ThreadTracer.h>
namespace Kernel {