rust-lang / backtrace-rs

Backtraces in Rust
https://docs.rs/backtrace
Other
526 stars 245 forks source link

Add symbolize support for qnx-nto #506

Closed Veykril closed 1 year ago

Veykril commented 1 year ago

This enables symbol resolution on the QNX neutrino operating system.

These cfgs require the following symbols/definitions from libc which exist for the target:

We are currently doing a port of this target for ferrocene and since backtrace-rs is a submodule in rust-lang/rust, having this addition upstreamed would save us from manually maintaining a fork for these two changes.

gh-tr commented 1 year ago

There is a more complete pull request here: #507

Veykril commented 1 year ago

Since https://github.com/rust-lang/backtrace-rs/pull/507 adds the full support for QNX Neutrino I'll close this in favor of that PR