mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-01-01 22:29:13 +00:00
The DebugSession class wraps the usage of Ptrace. It is intended to be used by cli & gui debugger programs. Also, call objdump for disassemly
10 lines
113 B
Makefile
Executable File
10 lines
113 B
Makefile
Executable File
OBJS = \
|
|
DebugSession.o \
|
|
main.o
|
|
|
|
PROGRAM = Debugger
|
|
|
|
LIB_DEPS = Core X86
|
|
|
|
include ../../Makefile.common
|