Register a callback invoked on each __cxa_begin_catch.
Synopsis
Declared in <folly/debugging/exception_tracer/ExceptionTracerLib.h>
void
registerCxaBeginCatchCallback(CxaBeginCatchSig& callback);
Parameters
Name |
Description |
callback |
The callback to register. |
Created with MrDocs