[PATCH] D102224: Add option to llvm-gsymutil to read addresses from stdin.
Simon Giesecke via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue May 11 01:51:37 PDT 2021
simon.giesecke created this revision.
simon.giesecke added reviewers: clayborg, echristo.
simon.giesecke added a project: debug-info.
simon.giesecke requested review of this revision.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.
llvm-symbolizer and llvm-addr2line allow to read addresses
from stdin, which makes them convenient to use in a context
where a large number of addresses should be resolved
(which may be too many to pass as command line arguments)
or not all addresses are known at the same time.
This patch adds a --addresses-from-stdin option to
llvm-gsymutil to allow the same.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D102224
Files:
llvm/tools/llvm-gsymutil/llvm-gsymutil.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D102224.344325.patch
Type: text/x-patch
Size: 6549 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210511/68da834d/attachment.bin>
More information about the llvm-commits
mailing list