mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-31 13:19:05 +00:00
CPU: Handle breakpoint trap
Also, start working on the debugger app.
This commit is contained in:
parent
c112f53357
commit
77f671b462
Notes:
sideshowbarker
2024-07-19 07:39:27 +09:00
Author: https://github.com/itamar8910
Commit: 77f671b462
Pull-request: https://github.com/SerenityOS/serenity/pull/1745
Reviewed-by: https://github.com/ADKaster
Reviewed-by: https://github.com/awesomekling
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