mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-06 08:26:50 +01:00
bd3e6b342b
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
9 lines
409 B
Text
9 lines
409 B
Text
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 ;)
|