1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 19:28:12 +00:00
serenity/Libraries/LibDebug
Itamar af338a34c0 LibDebug: Add ContinueBreakAtSyscall decision
When the user of the DebugSession uses this decision, the debugged
program will be continued until it is either stopped by a singal (e.g
as a reuslt of a breakpoint), or enters a syscall.
2020-04-16 11:17:33 +02:00
..
DebugSession.cpp LibDebug: Add ContinueBreakAtSyscall decision 2020-04-16 11:17:33 +02:00
DebugSession.h LibDebug: Add ContinueBreakAtSyscall decision 2020-04-16 11:17:33 +02:00
Makefile Userland: Add "functrace" utility 2020-04-16 11:17:33 +02:00