summaryrefslogtreecommitdiff
path: root/Userland/strace.cpp
AgeCommit message (Expand)Author
2020-12-24Userland: Add strace parameter for output log fileSahan Fernando
2020-12-06Userland: Write some '--help' descriptions where appropriateBen Wiederhake
2020-11-30Kernel: Move block condition evaluation out of the SchedulerTom
2020-07-04Kernel: Move headers intended for userspace use into Kernel/API/Andreas Kling
2020-07-04strace: Use ArgsParser for argument processingAnotherTest
2020-05-20Revert "Build: Include headers from LibC, LibM, and LibPthread with -isystem"Andreas Kling
2020-05-20Build: Include headers from LibC, LibM, and LibPthread with -isystemAndrew Kaster
2020-04-13strace: Update ptrace() usageItamar
2020-03-28strace: Change implementation to use ptrace()Itamar
2020-01-18Meta: Add license header to source filesAndreas Kling
2019-07-03AK: Rename the common integer typedefs to make it obvious what they are.Andreas Kling
2019-06-07Userland: Run clang-format on everything.Andreas Kling
2019-05-02strace: Allow "strace command" to trace a process from start to finish.Andreas Kling
2019-04-22Kernel: Add a systrace() syscall and implement /bin/strace using it.Andreas Kling