Differences between revisions 6 and 7
Revision 6 as of 2021-01-05 23:42:41
Size: 860
Editor: DmitryLevin
Comment: + GoogleSummerOfCode2020
Revision 7 as of 2022-02-18 18:45:06
Size: 894
Editor: eSyr
Comment:
Deletions are marked like this. Additions are marked like this.
Line 9: Line 9:
[[GoogleSummerOfCode2020|2021]],

strace is a diagnostic, debugging and instructional userspace tracer for Linux. It is used to monitor and tamper interactions between userspace processes and the Linux kernel, which include system calls, signal deliveries, and changes of process state. The operation of strace is made possible by the kernel feature known as ptrace.

Want to get involved? Check out the Guide for new contributors.

The current maintainer is Dmitry Levin.


strace participated in the Google Summer Of Code in the years 2021, 2020, 2019, 2018, 2017, 2016, 2015, and 2014.

Home (last edited 2023-02-13 15:52:00 by DmitryLevin)