Srywards / strace

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

strace traces a program in real time and displays all of the system calls it executes in their order of appearance.

Options:

• -p: force a specific PID instead of executing a command

• -s: display the detailled arguments.

• --help: display help

About


Languages

Language:C 98.3%Language:Makefile 1.7%