mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-22 14:55:26 +00:00
476ea45c68
It is possible to link libunwind and use the normal backtrace code, but it fails to symbolize stack traces. I investigated and could get the list of instruction pointers and symbol names, but I'm not sure how to use the dwarf info to map from instruction pointer to source location. In any case, fixing this is probably not a high priority. See https://github.com/rust-lang/rust/issues/131738 |
||
---|---|---|
.. | ||
auxiliary | ||
apple-no-dsymutil.rs | ||
backtrace.rs | ||
dylib-dep.rs | ||
line-tables-only.rs | ||
std-backtrace.rs | ||
synchronized-panic-handler.rs | ||
synchronized-panic-handler.run.stderr |