Backtrace Library 1.2.0 (Default branch)


 
Thread Tools Search this Thread
Special Forums News, Links, Events and Announcements Software Releases - RSS News Backtrace Library 1.2.0 (Default branch)
# 1  
Old 01-12-2009
Backtrace Library 1.2.0 (Default branch)

Backtrace is a C library that replicates the btfunctionality from gdb. This can be used on codeas it is developed and on live code, to allowfunction stack tracing without having to run undergdb. This library will display the file name, function name, and line number in the backtrace, and will work even with a stripped binary.License: GNU General Public License (GPL)Changes:
This release brings forward a new site, new documentation including complete man pages, and some general tidying up and cleaning of the code.Image

Image

More...
Login or Register to Ask a Question

Previous Thread | Next Thread

1 More Discussions You Might Find Interesting

1. Linux

how to backtrace a shared library file (.so)

I have a shared library file (.so) and I need to know some information 1. By which GCC version was this .so built? 2. Was this .so built in 32 bits mode or 64 bits mode Any command / tools to backtrace such kind of information? Thanks in advance! (2 Replies)
Discussion started by: princelinux
2 Replies
Login or Register to Ask a Question
libdtrace(3LIB) 						Interface Libraries						   libdtrace(3LIB)

NAME
libdtrace - DTrace dynamic tracing software library DESCRIPTION
Functions in this library define the interface for interacting with the DTrace dynamic tracing software, including the D language compiler and facilities for enabling probes and consuming trace data. INTERFACES
The interfaces provided by libdtrace.so.1 are currently private to the implementation of the Solaris system and DTrace subsystem and are subject to change at any time without notice. Applications using these interfaces might fail to run on future releases. Refer to the Solaris Dynamic Tracing Guide for a description of the public documented interfaces available for the DTrace facility. FILES
/usr/lib/libdtrace.so.1 shared object /usr/lib/64/libdtrace.so.1 64-bit shared object ATTRIBUTES
See attributes(5) for descriptions of the following attributes: +-----------------------------+-----------------------------+ | ATTRIBUTE TYPE | ATTRIBUTE VALUE | +-----------------------------+-----------------------------+ |Availability |SUNWdtrc | |Interface Stability |Private | +-----------------------------+-----------------------------+ |MT-Level |Unsafe | +-----------------------------+-----------------------------+ SEE ALSO
dtrace(1M), attributes(5), dtrace(7D) Solaris Dynamic Tracing Guide SunOS 5.11 17 Sep 2003 libdtrace(3LIB)