blob: e53a39392da1d6b13fbe10c55b599d3b768ad046 [file] [log] [blame]
Wichert Akkerman76baf7c1999-02-19 00:21:36 +00001Even though SVR4 has truss, you may prefer using strace for a number
2of reasons. Not the least of which are portability and source code.
3
4The main event loop is awkward on systems for which procfs isn't
5pollable. I think a pollable procfs is a Solaris invention so most SVR4
6systems have this weakness. On Solaris, strace runs as a single
7controlling process. This is a big improvement if you are debugging a
8lot of processes at once.
9
10There is no thread support but it wouldn't be very difficult to add it.
11
12Rick Sladkey <jrs@world.std.com>