WIP(ptrace): Better support for signals
Signals now cause an event, and there's a way to continue until the next signal. I can see this being used for detection of `int3` although I'm not entirely sure as it may prove being too late to stop abortion of process.
Showing
- src/arch/x86_64/interrupt/syscall.rs 2 additions, 1 deletionsrc/arch/x86_64/interrupt/syscall.rs
- src/context/signal.rs 10 additions, 2 deletionssrc/context/signal.rs
- src/ptrace.rs 6 additions, 6 deletionssrc/ptrace.rs
- src/scheme/proc.rs 1 addition, 1 deletionsrc/scheme/proc.rs
- src/syscall/process.rs 5 additions, 5 deletionssrc/syscall/process.rs
- syscall 1 addition, 1 deletionsyscall
Loading
Please register or sign in to comment