[symbolize] Add ids.txt relative filepaths

Zircon uses paths reletive to the zircon working directory. Fuchsia uses
absolute paths. We also need to support relocatable out directories. To
do this I've added a flag -ids-rel. That does this.

Bug: TC-290 #comment Makes symbolizer understand ids.txt rel paths
Change-Id: I9df7315db3fb4e892cba0f92214b594d1274a4e1
2 files changed
tree: 65f4be2e191f3ab47078e29f9f92f99411ee90c1
  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"