PStack  2.0
Stack trace printer for MSVC and GCC binaries
pstack::pstack_options::options_data Struct Referencefinal

The full set of options information available to pstack::pstack_options. More...

Public Member Functions

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

Public Attributes

bool get_image_symbols = true
 Should PStack get symbols directly or with Windows API?
 
bool search_all_threads = true
 Should PStack traverse all threads for stack traces?
 
bool show_frames = false
 Should PStack show frame pointers for all stack frames?
 
bool show_debug = false
 Should PStack output extra debugging information? More...
 
bool show_error = true
 Should PStack show error messages?
 
bool show_info = false
 Should PStack show informational messages?
 
psystem::tstring program_name
 The name of the executable that is running.
 
pstack_options::pid_list process_id_list
 The list of process IDs requested by the user.
 

Detailed Description

The full set of options information available to pstack::pstack_options.

Author
Matt Bisson
Date
5 August, 2014
Since
PStack 2.0
Version
PStack 2.0

Constructor & Destructor Documentation

pstack::pstack_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

bool pstack::pstack_options::options_data::show_debug = false

Should PStack output extra debugging information?

Todo:
UNUSED

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