mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 08:17:35 +00:00
CPU: Handle breakpoint trap
Also, start working on the debugger app.
This commit is contained in:
parent
c112f53357
commit
77f671b462
10 changed files with 184 additions and 23 deletions
|
@ -26,11 +26,8 @@
|
|||
|
||||
#pragma once
|
||||
|
||||
#include <AK/CircularDeque.h>
|
||||
#include <AK/NonnullOwnPtr.h>
|
||||
#include <AK/Optional.h>
|
||||
#include <AK/RefCounted.h>
|
||||
#include <Kernel/Arch/i386/CPU.h>
|
||||
#include <Kernel/UnixTypes.h>
|
||||
#include <LibC/sys/arch/i386/regs.h>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue