Download List

项目描述

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 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.

2008-12-06 04:20
1.0.2

该代码已被清理,随着一些新的宏介绍和短包装函数。
标签: Code cleanup
The code has been cleaned up, with the introduction of some new macros and a short wrapper function.

2008-12-03 02:52
1.0.1

标签: Initial freshmeat announcement

Project Resources