Namespaces | Functions
stacktrace.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 absl
 
 absl::debugging_internal
 

Functions

int absl::DefaultStackUnwinder (void **pcs, int *sizes, int depth, int skip, const void *uc, int *min_dropped_frames)
 
ABSL_ATTRIBUTE_NOINLINE ABSL_ATTRIBUTE_NO_TAIL_CALL int absl::GetStackFrames (void **result, int *sizes, int max_depth, int skip_count)
 
ABSL_ATTRIBUTE_NOINLINE ABSL_ATTRIBUTE_NO_TAIL_CALL int absl::GetStackFramesWithContext (void **result, int *sizes, int max_depth, int skip_count, const void *uc, int *min_dropped_frames)
 
ABSL_ATTRIBUTE_NOINLINE ABSL_ATTRIBUTE_NO_TAIL_CALL int absl::GetStackTrace (void **result, int max_depth, int skip_count)
 
ABSL_ATTRIBUTE_NOINLINE ABSL_ATTRIBUTE_NO_TAIL_CALL int absl::GetStackTraceWithContext (void **result, int max_depth, int skip_count, const void *uc, int *min_dropped_frames)
 
void absl::SetStackUnwinder (int(*unwinder)(void **pcs, int *sizes, int max_depth, int skip_count, const void *uc, int *min_dropped_frames))
 
bool absl::debugging_internal::StackTraceWorksForTest ()
 


abseil_cpp
Author(s):
autogenerated on Wed Jun 19 2019 19:19:59