Main Page   Reference Manual   Namespace List   Compound List   Namespace Members   Compound Members   File Members  

Classes | Functions
Source-file:Line-number Information
Collaboration diagram for Source-file:Line-number Information:

Classes

class  libcwd::object_file_ct
 An object representing the main executable or a shared library. More...
 

Functions

char const * libcwd::pc_mangled_function_name (void const *addr)
 Find the mangled function name of the address addr. More...
 

Detailed Description


Detailed Description

When libcwd was configured with --enable-location, then libcwd allows one to easily obtain source-file / line-number information of a given address using the class location_ct.

Function Documentation

◆ pc_mangled_function_name()

char const * libcwd::pc_mangled_function_name ( void const *  addr)

Find the mangled function name of the address addr.

Returns
the same pointer that is returned by location_ct::mangled_function_name() on success, otherwise unknown_function_c is returned.
Copyright © 2001 - 2004 Carlo Wood.  All rights reserved.