PStack  2.0
Stack trace printer for MSVC and GCC binaries
addr2ln::addr2ln_options::options_data Struct Referencefinal

The full set of options information available to addr2ln::addr2ln_options. More...

Public Member Functions

 options_data (char const *prog_name) noexcept
 Construct the options data with default values. More...
 

Public Attributes

psystem::tstring program_name
 The name of the executable that is running.
 
std::unique_ptr< psystem::address_tmodule_base_address
 The address to use as the module-base address for look-ups. More...
 
std::string module_name
 The file name of the module to examine for symbols.
 
addr2ln_options::address_list address_list
 The list of addresses to examine in the module.
 

Detailed Description

The full set of options information available to addr2ln::addr2ln_options.

Author
Matt Bisson
Date
14 August, 2016
Since
Addr2ln 0.1
Version
Addr2ln 0.1

Constructor & Destructor Documentation

addr2ln::addr2ln_options::options_data::options_data ( char const *  prog_name)
inlineexplicitnoexcept

Construct the options data with default values.

Parameters
[in]prog_nameThe name by which the applications was invoked.

Member Data Documentation

std::unique_ptr<psystem::address_t> addr2ln::addr2ln_options::options_data::module_base_address

The address to use as the module-base address for look-ups.

This may be nullptr if unspecified.


The documentation for this struct was generated from the following file: