[PATCH] D118633: [Symbolizer] Add Build ID flag to llvm-symbolizer.
Daniel Thornburgh via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Jan 31 10:54:25 PST 2022
mysterymath created this revision.
Herald added subscribers: rupprecht, hiraditya, krytarowski.
Herald added a reviewer: jhenderson.
mysterymath updated this revision to Diff 404610.
mysterymath added a comment.
mysterymath updated this revision to Diff 404612.
mysterymath updated this revision to Diff 404614.
mysterymath added reviewers: phosek, mcgrathr.
mysterymath published this revision for review.
Herald added subscribers: llvm-commits, MaskRay.
Herald added a project: LLVM.
Update docs.
mysterymath added a comment.
Consistent caps for "build ID."
mysterymath added a comment.
More caps.
This adds a --build-id=<hex build ID> flag to llvm-symbolizer. If --obj
is unspecified, this will attempt to look up the provided build ID using
whatever mechanisms are available to the Symbolizer (typically,
debuginfod). The semantics are then as if the found binary were given
using the --obj flag.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D118633
Files:
llvm/docs/CommandGuide/llvm-symbolizer.rst
llvm/include/llvm/DebugInfo/Symbolize/Symbolize.h
llvm/lib/DebugInfo/Symbolize/Symbolize.cpp
llvm/test/tools/llvm-symbolizer/debuginfod.test
llvm/tools/llvm-symbolizer/Opts.td
llvm/tools/llvm-symbolizer/llvm-symbolizer.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D118633.404614.patch
Type: text/x-patch
Size: 12683 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220131/b177c4c9/attachment.bin>
More information about the llvm-commits
mailing list