aboutsummaryrefslogtreecommitdiff
path: root/devel/valgrind-snapshot/pkg-plist
Commit message (Collapse)AuthorAgeFilesLines
* - Fix on FreeBSD 6 and above: [1] [2]Simon Barner2005-09-201-2/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Valgrind did not handle the following sysarch calls, and thus crashed immediately o get_fsbase o set_fsbase o get_gsbase o set_fsbase - Valgrind no longer dumps core when its client application does. [2] Valgrind-snapshot does contain for safing the client's core dump, but it does not work (it resulted in a crash) and has therefore been disabled. - Fix crash with valgrind-snapshot when the application to debug does not exists or cannot be accessed. - Fix symlink farms for threading libraries. FreeBSD 4-7 are handled. [2] - Bump PORTREVISION Reported by: Ulrich Spoerlein <q@galgenberg.net> [1], Chris Gilbert <Chris@lainos.org> [2] PR: ports/86007 [1] Notes: svn path=/head/; revision=143183
* - Add some suppression files & fix packaging[1]Volker Stolz2004-12-271-4/+6
| | | | | | | | | | | (bump PORTREV) - Warn if USER_LDT is not present in 4.x-kernel [2] PR: ports/71832 [1]; ports/75436 [2] Submitted by: Frerich Raabe; maintainer Notes: svn path=/head/; revision=125267
* Rename devel/calltree to callgrind.Sergey Matveychuk2004-09-011-0/+1
| | | | | | | | | | | Update it to 0.9.8. Update related ports. PR: ports/70936 Submitted by: maintainer Notes: svn path=/head/; revision=117847
* - Update to 352Pav Lucistnik2004-07-251-0/+1
| | | | | | | | PR: ports/69554 Submitted by: Simon Barner <barner@in.tum.de> (maintainer) Notes: svn path=/head/; revision=114693
* Valgrind is a system for debugging and profiling un*xKirill Ponomarev2004-05-231-0/+56
programs. With the tools that come with Valgrind, you can automatically detect many memory management and threading bugs, avoiding hours of frustrating bug-hunting, making your programs more stable. You can also perform detailed profiling, to speed up and reduce memory use of your programs. This version is based on a more recent snapshot of devel/valgrind and supports some older AMD processors. Submitted by: Doug Rabson <dfr@FreeBSD.org> and Simon Barner <barner@in.tum.de> Notes: svn path=/head/; revision=109799