Move cmd/dump_breakpad_symbols from //infra/infra

Rename dump_fucshia_symbols -> dump_breakpad_symbols

"breakpad" is important in the name because breakpad symbols
are not the only kind of symbols that can be generated from
unstripped binaries, and we may want another kind in the
future.

IN-455
INTK-388

Change-Id: Id3d2575c466d5c906c02ab67e529b55fec391c72
3 files changed
tree: bc127ef1fa483227bd00112fb637c0fc9fb40237
  1. cmd/
  2. elflib/
  3. gndoc/
  4. symbolize/
  5. .gitignore
  6. Gopkg.lock
  7. Gopkg.toml
  8. LICENSE
  9. manifest
  10. PATENTS
  11. 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"