serenity/Applications/Debugger
Itamar 0431712660 ptrace: Stop a traced thread when it exists from execve
This was a missing feature in the PT_TRACEME command.

This feature allows the tracer to interact with the tracee before the
tracee has started executing its program.

It will be useful for automatically inserting a breakpoint at a
debugged program's entry point.
2020-04-13 00:53:22 +02:00
..
main.cpp ptrace: Stop a traced thread when it exists from execve 2020-04-13 00:53:22 +02:00
Makefile CPU: Handle breakpoint trap 2020-04-13 00:53:22 +02:00