Download List

Projeto Descrição

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 versão inclui a limpeza geral ea adição de páginas homem, um sistema de mudanças, etc Este programa também mudou de propriedade, e foi re-lançado sob uma nova versão, a fim de harmonizá-la com todas as outras 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

Houve muito trabalho de limpeza nesta biblioteca, incluindo as páginas do manual, fonte e código de teste, os arquivos automake, e documentação em geral. Isso tudo foi empacotado em uma versão final. De momento não existem planos para adicionar nenhuma funcionalidade adicional a esta biblioteca a menos que solicitado.
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 versão inclui suporte de log do MySQL, usando a biblioteca logdb. Por padrão, o registro é feito para um arquivo de log através da biblioteca, mas, acrescentando - enable-logdb a configurar as opções que você pode usar MySQL em seu lugar. A função backtrace_logfile foi renomeado para init_backtrace, se você passar um nome de arquivo de log, ou os seus dados de conexão de dados.
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 versão traz para a frente um novo site, nova documentação, incluindo páginas homem completo, e alguns gerais arrumação e limpeza do 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 limpeza e muda comprada por mudanças para a biblioteca logfile.
Tags: Code cleanup
Code cleanup and changes bought on by changes to the logfile library.

Project Resources