MCPcopy Create free account
hub / github.com/awslabs/aws-lambda-cpp / backtrace_trampoline

Method backtrace_trampoline

src/backward.h:860–863  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

858 size_t _depth;
859
860 static _Unwind_Reason_Code backtrace_trampoline(_Unwind_Context* ctx, void* self)
861 {
862 return (static_cast<Unwinder*>(self))->backtrace(ctx);
863 }
864
865 _Unwind_Reason_Code backtrace(_Unwind_Context* ctx)
866 {

Callers

nothing calls this directly

Calls 1

backtraceMethod · 0.80

Tested by

no test coverage detected