diff options
Diffstat (limited to 'development/pstack-expect-gdb/README')
-rw-r--r-- | development/pstack-expect-gdb/README | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/development/pstack-expect-gdb/README b/development/pstack-expect-gdb/README new file mode 100644 index 0000000000000..a7754a533f215 --- /dev/null +++ b/development/pstack-expect-gdb/README @@ -0,0 +1,9 @@ +pstack (print stack traces of running processes) + +Outputs a backtrace for every thread in each requested PID. +Frame order within threads can be reversed. + +This version of pstack is a bin/sh expect script which runs gdb. As +such, it should run on any platform which has expect and gdb installed. +To have expect on a Slackware system, you need to have installed the +tcl group (even if you are a Perl fanatic ;) |