Signals as a Linux Debugging Tool

20
Anonymous Reader writes “By focusing on the analysis of data captured using signal handlers, you can speed up the most time-consuming part of debugging: finding the bug. This article gives a background on Linux signals with examples specifically tested on PPC Linux, then goes on to show how to design your handlers to output information that lets you quickly home in on failed portions of code.”

Link: ibm.com/developerworks

Category:

  • Linux