PStack
2.0
Stack trace printer for MSVC and GCC binaries
|
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_t > | module_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. | |
The full set of options information available to addr2ln::addr2ln_options.
|
inlineexplicitnoexcept |
Construct the options data with default values.
[in] | prog_name | The name by which the applications was invoked. |
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.