Using the -finstrument-functions option in GNU GCC to trace and profile code.
Read more »Trace and profile function calls with GCC
- Login to post comments
Using qDebug
GUI debuggers are the norm these days, however, I still feel the urge to do a little printf-debugging now and then. It might be wrong, it might be silly but it works.
Read more »Category: High End Tags:
- Login to post comments
Opera launches first open source project
The browser maker moves the Dragonfly debugging toolkit to publicly hosted servers, setting up the BSD-licensed software as an open project.
Read more »Category: High End Tags:
- Login to post comments
A Unix Utility You Should Know About: lsof
In this post I will take you through the useful lsof tool. If netcat was called the Swiss Army Knife of Network Connections, then I’d call lsof the Swiss Army Knife of Unix debugging.
Read more »Category: High End Tags:
- Login to post comments
LinuxCertified Announces its Linux Kernel Debugging and Performance Training course.
LinuxCertified, Inc. announced a two day, hands-on course that acquaints atendees with Linux kernel documentation, kernel configuration, kernel debugging, kernel measurement and other tools. This course trains developers in effective debugging and performance measurement and improvement techniques for Linux kernel. This class is scheduled for October 29th - October 30th, 2009.
Read more »Category: High End Tags:
- Login to post comments
Debian Squeeze: KFreeBSD, Dash and Automatic Debug Packages
The Debian project is planning a whole series of enhancements for Debian 5.0 "Squeeze." A few results of the currently running Google Summer of Code are beginning to creep into it.
Read more »- Login to post comments
Solutions for tracing UNIX applications
If you are developing a UNIX® application, then you can trace and debug the running application and extract the information you need from it.
Read more »