PStack
2.0
Stack trace printer for MSVC and GCC binaries
|
Declare a type to map addresses to modules in a useful sort-order. More...
Go to the source code of this file.
Namespaces | |
psystem | |
Contains the process examination "system" and basic frameworks. | |
Typedefs | |
using | psystem::module_address_map = std::map< psystem::address_t, psystem::module_info, std::greater< psystem::address_t > > |
A mapping of module base-addresses to the psystem::module_info. More... | |
Declare a type to map addresses to modules in a useful sort-order.