[symbolize] Fix bug in backtrace presenter

There was a bug in the backtrace presenter where header was assumed to be
non-nil. This caused a null reference exception when I tried to test kernel
crash symbolization.

Bug: ZX-2060 #comment Fix symbolize to handle no headers
Change-Id: Ief6f1d09280f5478b56d0fe0f80e71016aa47cdb
2 files changed
tree: 6b96079719d257bb7d747d9cd0663a6a3e5f492f
  1. bloaty/
  2. cache/
  3. cmd/
  4. color/
  5. elflib/
  6. gndoc/
  7. isatty/
  8. logger/
  9. ninjalog/
  10. symbolize/
  11. .gitignore
  12. go.mod
  13. LICENSE
  14. manifest
  15. PATENTS
  16. 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"