index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Userland
/
strace.cpp
Age
Commit message (
Expand
)
Author
2020-12-24
Userland: Add strace parameter for output log file
Sahan Fernando
2020-12-06
Userland: Write some '--help' descriptions where appropriate
Ben Wiederhake
2020-11-30
Kernel: Move block condition evaluation out of the Scheduler
Tom
2020-07-04
Kernel: Move headers intended for userspace use into Kernel/API/
Andreas Kling
2020-07-04
strace: Use ArgsParser for argument processing
AnotherTest
2020-05-20
Revert "Build: Include headers from LibC, LibM, and LibPthread with -isystem"
Andreas Kling
2020-05-20
Build: Include headers from LibC, LibM, and LibPthread with -isystem
Andrew Kaster
2020-04-13
strace: Update ptrace() usage
Itamar
2020-03-28
strace: Change implementation to use ptrace()
Itamar
2020-01-18
Meta: Add license header to source files
Andreas Kling
2019-07-03
AK: Rename the common integer typedefs to make it obvious what they are.
Andreas Kling
2019-06-07
Userland: Run clang-format on everything.
Andreas Kling
2019-05-02
strace: Allow "strace command" to trace a process from start to finish.
Andreas Kling
2019-04-22
Kernel: Add a systrace() syscall and implement /bin/strace using it.
Andreas Kling