[dump_breakpad_symbols] overwrite symbol file module section

This repleaces the module section to list "Fuchsia" as the OS
and sets the input file basename to "<_>" if it is missing.

IN-1101 #comment

Change-Id: Ie9f8998a08eb295d9f61a496f0994c81ec908b65
4 files changed
tree: 3f6711851d0163dcf8d6ceebafbe7d94e7e4d456
  1. artifacts/
  2. bloaty/
  3. botanist/
  4. breakpad/
  5. build/
  6. buildbucket/
  7. cache/
  8. cmd/
  9. color/
  10. command/
  11. digest/
  12. elflib/
  13. fastboot/
  14. gcs/
  15. gndoc/
  16. isatty/
  17. logger/
  18. mdns/
  19. netboot/
  20. netutil/
  21. ninjalog/
  22. qemu/
  23. resultstore/
  24. retry/
  25. runner/
  26. runtests/
  27. secrets/
  28. serial/
  29. sshutil/
  30. symbolize/
  31. tap/
  32. telnet/
  33. testrunner/
  34. testsharder/
  35. tftp/
  36. .gitignore
  37. go.mod
  38. go.sum
  39. LICENSE
  40. manifest
  41. PATENTS
  42. 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"