commit | 699fade2611740d319b552ae0813b4e63816e87c | [log] [tgz] |
---|---|---|
author | Jake Ehrlich <jakehehrlich@google.com> | Wed May 22 21:06:42 2019 +0000 |
committer | CQ bot account: commit-bot@chromium.org <commit-bot@chromium.org> | Wed May 22 21:06:42 2019 +0000 |
tree | 89729e278a287d6323574c8fad6d87760178664d | |
parent | 652b0acfd634aea432eb2432dcc8ea5a37dccc3b [diff] |
[elflib] Support reading build ID from sections To handle split debug binaries we should first read the build ID from the section and then only if the section is missing fallback to the program header. I've added tests here for the only section case and the only program header case but the symbolizer has more tricky tests using both. Change-Id: I593e2f4f9d8e3f9ab40e431ebc198ba4e8860a84
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:
builder_mixins
section with name: "tools"
.properties_j
to add a string to the packages
list:"fuchsia.googlesource.com/tools/cmd/your-new-tool"