diff options
author | olivier <olivier@FreeBSD.org> | 2016-06-20 16:18:29 +0800 |
---|---|---|
committer | olivier <olivier@FreeBSD.org> | 2016-06-20 16:18:29 +0800 |
commit | 1b8b842c5222aca01cb7008736d53e16b983a757 (patch) | |
tree | 04f87275289b68fc32e5238720d03e0822d59f5d /sysutils/Makefile | |
parent | eefbb988901abe388892b998fbac622371976ffe (diff) | |
download | freebsd-ports-gnome-1b8b842c5222aca01cb7008736d53e16b983a757.tar.gz freebsd-ports-gnome-1b8b842c5222aca01cb7008736d53e16b983a757.tar.zst freebsd-ports-gnome-1b8b842c5222aca01cb7008736d53e16b983a757.zip |
New port: sysutils/bstack
bstack - gstack for FreeBSD
This is a port of gstack, a script build around gdb on RedHat and other
Linux distros, to FreeBSD.
bstack take a PID as only parameter and print out the back trace of that
running process. If the process is multithread, the backtrace of all
threads is printed.
It works with the last version of GDB
WWW: https://github.com/pizzamig/bstack
PR: 209398
Submitted by: luca.pizzamiglio@gmail.com
Approved by: jadawin (mentor)
Differential Revision: https://reviews.freebsd.org/D6899
Diffstat (limited to 'sysutils/Makefile')
-rw-r--r-- | sysutils/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sysutils/Makefile b/sysutils/Makefile index cedfa7ac4a04..c5245d26093c 100644 --- a/sysutils/Makefile +++ b/sysutils/Makefile @@ -103,6 +103,7 @@ SUBDIR += bsdmoted SUBDIR += bsdploy SUBDIR += bsdstats + SUBDIR += bstack SUBDIR += btsixad SUBDIR += bulk_extractor SUBDIR += burp |