README 409 B

12345678910
  1. pstack (print stack traces of running processes)
  2. Outputs a backtrace for every thread in each requested PID.
  3. Frame order within threads can be reversed.
  4. This version of pstack is a bin/sh expect script which runs gdb. As
  5. such, it should run on any platform which has expect and gdb installed.
  6. To have expect on a Slackware system, you need to have installed the
  7. tcl group (even if you are a Perl fanatic ;)