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-03-02 09:50
3.0.0

Esta versión se caracteriza por la limpieza general y la adición de páginas de manual, un sistema de cambios, etc Este programa también ha cambiado la titularidad, y ha sido relanzado en una nueva versión con el fin de ponerla en consonancia con todas las otras ofertas de Wolf Software.
This release features general cleanup and the addition of man pages, a changelog system, etc. This software has also changed ownership, and has been re-released under a new version in order to bring it in line with all other offerings from Wolf Software.

2009-02-25 03:29
2.0.0

Ha habido mucho trabajo de limpieza en esta biblioteca, incluyendo las páginas del manual, la fuente y el código de prueba, los archivos de automake, y documentación en general. Todo esto ha sido empaquetado en una versión final. Actualmente no hay planes para agregar cualquier funcionalidad adicional a esta biblioteca a menos que solicite.
There has been a lot of cleanup work on this library, including the man pages, source and test code, the automake files, and general documentation. This has all been packaged up into a final release. There are currently no plans to add any further functionality to this library unless requested.

2009-02-23 21:48
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.

2009-01-12 14:46
1.2.0

Esta versión trae adelante un nuevo sitio, nueva documentación, incluidas las páginas de hombre completo, y algunos generales de limpieza y la limpieza del código.
Tags: Minor feature enhancements
This release brings forward a new site, new documentation including complete man pages, and some general tidying up and cleaning of the code.

2008-12-08 01:28
1.0.3

Código de limpieza y los cambios comprado por los cambios en la biblioteca de archivo de registro.
Tags: Code cleanup
Code cleanup and changes bought on by changes to the logfile library.

Project Resources