Loading [MathJax]/extensions/tex2jax.js
WPILibC++ 2025.3.2
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages Concepts
StackTrace.h File Reference
#include <string>

Go to the source code of this file.

Namespaces

namespace  wpi
 Foonathan namespace.
 

Functions

std::string wpi::GetStackTrace (int offset)
 Get a stack trace, ignoring the first "offset" symbols.
 
std::string wpi::GetStackTraceDefault (int offset)
 The default implementation used for GetStackTrace().
 
void wpi::SetGetStackTraceImpl (std::string(*func)(int offset))
 Set the implementation used by GetStackTrace().