Valgrind debugger

Under development: PCMCIA, wireless, etc.
Post Reply
Message
Author
User avatar
Lobster
Official Crustacean
Posts: 15522
Joined: Wed 04 May 2005, 06:06
Location: Paradox Realm
Contact:

Valgrind debugger

#1 Post by Lobster »

Thought this might be of interest
Valgrind is an award-winning suite of tools for debugging and profiling x86-Linux 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.

The Valgrind distribution currently includes five tools: two memory error detectors, a thread error detector, a cache profiler and a heap profiler.

http://valgrind.org/
Puppy Raspup 8.2Final 8)
Puppy Links Page http://www.smokey01.com/bruceb/puppy.html :D

ymer
Posts: 16
Joined: Fri 18 May 2007, 22:20

#2 Post by ymer »

Valgrind is a set of advanced tools for debugging and profiling programs written in different languages. For more information refer to http://valgrind.org. Here is pet package of it:

http://puppy.ymer.org/files/pets2/devel ... 3-i686.pet

Post Reply