#include "ace/ACE_export.h"
#include "ace/Basic_Types.h"
Classes |
class | ACE_Stack_Trace |
| Encapsulate a string representation of a stack trace on supported platforms. Stack traces for code built with optimize=1 (or "Release" configs on Visual Studio) may be misleading (missng frames) due to inlining performed by the compiler, which is indepenent of the inline=0 / inline=1 build option and the __ACE_INLINE__ / ACE_NO_INLINE macros. More...
|
Defines |
#define | ACE_STACK_TRACE_SYMBUFSIZ 4096 |
Detailed Description
- Id:
- Stack_Trace.h 91743 2010-09-13 18:24:51Z johnnyw
- Author:
- Chris Cleeland (cleeland.ociweb.com)
Define Documentation
#define ACE_STACK_TRACE_SYMBUFSIZ 4096 |