You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would be great if cpptrace can provide a standardized function to find the start of the function of a stack frame, just like _Unwind_FindEnclosingFunction.
This is very useful for checking if a certain function is in a cpptrace::raw_trace::frames programmatically.