PStack  2.0
Stack trace printer for MSVC and GCC binaries
pstack_ns.hpp
Go to the documentation of this file.
1 // ===-- include/pstack/pstack_ns.hpp --------------------- -*- C++ -*- --=== //
2 // Copyright (c) 2014 Matt Bisson. All rights reserved.
3 
163 #pragma once
164 #ifndef PSTACK_PSTACK_NS_HPP
165 #define PSTACK_PSTACK_NS_HPP
166 
167 #include <psystem/psystem_ns.hpp>
168 
172 
174 #define PSTACK_APP_NAME "PStack (Process Stack Printer)"
175 
177 #ifndef PSTACK_MAJOR_VERSION
178 # define PSTACK_MAJOR_VERSION 2
179 #endif
180 
183 #ifndef PSTACK_MINOR_VERSION
184 # define PSTACK_MINOR_VERSION 0
185 #endif
186 
188 #ifndef PSTACK_PATCH_LEVEL
189 # define PSTACK_PATCH_LEVEL 0
190 #endif
191 
195 #ifndef PSTACK_BUILD_NUMBER
196 # define PSTACK_BUILD_NUMBER 0
197 #endif
198 
200 #if (PSTACK_BUILD_NUMBER == 0)
201 # define _PRIVATE_BUILD 1
202 #endif
203 
205 
214 namespace pstack {
215 
216 } // namespace pstack
217 
218 #endif // PSTACK_PSTACK_NS_HPP
Contains modules that make up the PStack stack-printing application.
Definition: debug_event_dumper.hpp:25
The basic header file for the PSystem namespce.