[PATCH] D63114: Symbolize: Make DWPName a symbolizer option instead of an argument to symbolize{,Inlined}Code.
Peter Collingbourne via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Jun 10 18:27:53 PDT 2019
pcc created this revision.
pcc added a reviewer: echristo.
Herald added subscribers: rupprecht, hiraditya.
Herald added a project: LLVM.
This makes the interface simpler and more consistent with the interface for
.dSYM files and fixes a bug where llvm-symbolizer would not read the dwp if
it was asked to symbolize data before symbolizing code.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D63114
Files:
llvm/include/llvm/DebugInfo/Symbolize/Symbolize.h
llvm/lib/DebugInfo/Symbolize/Symbolize.cpp
llvm/test/tools/llvm-symbolizer/split-dwarf-dwp.test
llvm/tools/llvm-symbolizer/llvm-symbolizer.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D63114.203952.patch
Type: text/x-patch
Size: 6247 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190611/97024210/attachment.bin>
More information about the llvm-commits
mailing list