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/slack-desc | |
parent | 2b812a123c7290d9df54252d0f967ed79d7852f0 (diff) | |
download | slackbuilds-bd3e6b342b6bb97c22824ea6743746af486125d7.tar.gz |
development/pstack-expect-gdb: Added (print stack traces).
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'development/pstack-expect-gdb/slack-desc')
-rw-r--r-- | development/pstack-expect-gdb/slack-desc | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/development/pstack-expect-gdb/slack-desc b/development/pstack-expect-gdb/slack-desc new file mode 100644 index 0000000000..30f7d5248c --- /dev/null +++ b/development/pstack-expect-gdb/slack-desc @@ -0,0 +1,19 @@ +# HOW TO EDIT THIS FILE: +# The "handy ruler" below makes it easier to edit a package description. +# Line up the first '|' above the ':' following the base package name, and +# the '|' on the right side marks the last column you can put a character in. +# You must make exactly 11 lines for the formatting to be correct. It's also +# customary to leave one space after the ':' except on otherwise blank lines. + + |-----handy-ruler------------------------------------------------------| +pstack-expect-gdb: pstack (print stack traces of running processes) +pstack-expect-gdb: +pstack-expect-gdb: pstack uses expect to run gdb to attach to each process named on +pstack-expect-gdb: the command line, and output a backtrace for every thread in that +pstack-expect-gdb: process. One may print threads with thread 1 either first or last. +pstack-expect-gdb: There are verbose modes for debugging, or just to see how it works. +pstack-expect-gdb: +pstack-expect-gdb: Homepage https://github.com/duncan-roe/pstack-expect-gdb +pstack-expect-gdb: +pstack-expect-gdb: +pstack-expect-gdb: |