Download List

Descripción del Proyecto

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.

System Requirements

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 Back to release list
1.2.1

Esta versión incluye la compatibilidad de registro de MySQL utilizando la biblioteca de logdb. De forma predeterminada, el registro se realiza a un archivo a través de la biblioteca de archivo de registro, pero añadiendo - enable-logdb a las opciones de configuración, se le puede usar MySQL en su lugar. La función de backtrace_logfile ha sido renombrado a init_backtrace, donde se pasa un nombre de archivo de registros o los datos de su conexión de base de datos.
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