Downloadliste

Projektbeschreibung

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.

Systemanforderungen

Die Systemvoraussetzungen sind nicht definiert
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 Zurück zur Release-Liste
1.2.1

Diese Version enthält MySQL Logging unterstützen, indem Sie die logdb hinzugefügt. Standardmäßig Protokollierung, die in einer Datei über das Logfile-Bibliothek, sondern durch Zugabe - enable-logdb das configure-Optionen können Sie MySQL verwenden. Die backtrace_logfile Funktion wurde umbenannt in init_backtrace, wo Sie gehen entweder eine Logdatei Name oder Datenbank-Verbindung Details.
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