scripts/backtrace.sh
allows the user to copy a Rust backtrace from Redox and retrieve the symbols.
RUST_BACKTRACE=full
and capture the resulting backtrace (usually copy/paste from the console)scripts/backtrace.sh
with appropriate options to get a backtrace with function names and line numbersAlso, there are some comments and empty section headers added to the platform-specific config files, to help developers who want to copy and add to them.