diff options
author | Duncan Roe <duncan_roe@optusnet.com.au> | 2016-11-22 10:37:31 +0000 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2016-11-26 11:47:24 +0700 |
commit | bd3e6b342b6bb97c22824ea6743746af486125d7 (patch) | |
tree | 7405a28b6afc82ecaea4d1a27e0e88f7059757ed /development/pstack-expect-gdb/README | |
parent | 2b812a123c7290d9df54252d0f967ed79d7852f0 (diff) |
development/pstack-expect-gdb: Added (print stack traces).
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
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 000000000000..a7754a533f21 --- /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 ;) |