mirror of
https://github.com/RGBCube/serenity
synced 2025-07-28 08:27:46 +00:00
Kernel: Reorganize ptrace implementation a bit
The generic parts of ptrace now live in Kernel/Syscalls/ptrace.cpp and the i386 specific parts are moved to Arch/i386/CPU.cpp
This commit is contained in:
parent
45231051e6
commit
f39c2b653e
8 changed files with 169 additions and 246 deletions
|
@ -104,7 +104,6 @@ set(KERNEL_SOURCES
|
|||
PerformanceEventBuffer.cpp
|
||||
Process.cpp
|
||||
ProcessGroup.cpp
|
||||
Ptrace.cpp
|
||||
RTC.cpp
|
||||
Random.cpp
|
||||
Scheduler.cpp
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue