https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64595

--- Comment #10 from Ian Lance Taylor <ian at airs dot com> ---
The point of libbacktrace, at least if you call the backtrace_full function, is
to get file/line information.  If you don't need file/line information, you can
just use _Unwind_Backtrace.

Reply via email to