[symbolize] Add better backtrace formatting

This change adds a new backtrace formatter that intercepts lone
backtrace lines and prints them out on multiple lines with all
information we've thusfar determined would be nice. inlines are
printed out on seperate lines in the same format with a special
inline number.

TC-174

Change-Id: Ia0afe2deefad5615dc82afd473f9ecf1830f3447
4 files changed
tree: 1a3abd648a8ee21e816f2f16491b9c294dbbc75c
  1. bloaty/
  2. cache/
  3. cmd/
  4. color/
  5. elflib/
  6. gndoc/
  7. isatty/
  8. logger/
  9. ninjalog/
  10. symbolize/
  11. .gitignore
  12. Gopkg.lock
  13. Gopkg.toml
  14. LICENSE
  15. manifest
  16. PATENTS
  17. README.md
README.md

tools

This repo contains tools used in Fuchsia build and development.

Go packages from here are automatically built and uploaded to CIPD and Google Storage by bots using the tools recipe. To add a tool to the build:

  • Edit the bot config.
  • Find the builder_mixins section with name: "tools".
  • Edit the JSON in properties_j to add a string to the packages list:
"fuchsia.googlesource.com/tools/cmd/your-new-tool"