mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 14:47:44 +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
|
@ -25,6 +25,7 @@
|
|||
*/
|
||||
|
||||
#include <AK/Memory.h>
|
||||
#include <AK/kmalloc.h>
|
||||
#include <Kernel/ThreadTracer.h>
|
||||
|
||||
namespace Kernel {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue