Télécharger la liste

Description du projet

Backtrace is a C library that replicates the bt
functionality from gdb. This can be used on code
as it is developed and on live code, to allow
function stack tracing without having to run under
gdb. This library will display the file name, function name, and line number in the backtrace, and will work even with a stripped binary.

Système requise

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2009-02-23 21:48 Retour à la liste release
1.2.1

Cette version inclut MySQL journalisation des supports en utilisant la bibliothèque logdb. Par défaut, le log n'est fait dans un fichier via la bibliothèque de journal, mais en y ajoutant - enable-logdb aux options de configuration, vous pouvez utiliser MySQL à la place. La fonction backtrace_logfile a été renommé en init_backtrace, où l'on passe soit un nom de fichier journal ou vos informations de connexion à la base.
Tags: Major feature enhancements
This version includes MySQL logging support by using the logdb library. By default, the logging is done to a file via the logfile library, but by adding --enable-logdb to the configure options you can use MySQL instead. The backtrace_logfile function has been renamed to init_backtrace, where you pass either a logfile name or your database connection details.

Project Resources