mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-02 15:46:33 +00:00
Debugger: Add DebugSession
The DebugSession class wraps the usage of Ptrace. It is intended to be used by cli & gui debugger programs. Also, call objdump for disassemly
This commit is contained in:
parent
50fd2cabff
commit
3e9a7175d1
Notes:
sideshowbarker
2024-07-19 07:38:53 +09:00
Author: https://github.com/itamar8910
Commit: 3e9a7175d1
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 473 additions and 166 deletions
|
@ -39,6 +39,7 @@
|
|||
#include <Kernel/Thread.h>
|
||||
#include <Kernel/UnixTypes.h>
|
||||
#include <Kernel/VM/RangeAllocator.h>
|
||||
#include <LibBareMetal/StdLib.h>
|
||||
#include <LibC/signal_numbers.h>
|
||||
|
||||
namespace ELF {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue