WPILibC++ 2024.1.1-beta-4
StackTrace.h File Reference
#include <string>

Go to the source code of this file.

Namespaces

namespace  wpi
 

Functions

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