[PATCH] D102316: [symbolizer] Added StartAddress for the resolved function.
Alex Orlov via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed May 12 01:16:33 PDT 2021
aorlov created this revision.
aorlov added reviewers: jhenderson, dblaikie.
aorlov added a project: LLVM.
Herald added subscribers: rupprecht, hiraditya.
aorlov requested review of this revision.
Herald added subscribers: llvm-commits, MaskRay.
In many cases it is helpful to know at what address the resolved function starts.
This patch adds a new StartAddress member to the DILineInfo structure.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D102316
Files:
llvm/include/llvm/DebugInfo/DIContext.h
llvm/lib/DebugInfo/DWARF/DWARFContext.cpp
llvm/lib/DebugInfo/Symbolize/DIPrinter.cpp
llvm/lib/DebugInfo/Symbolize/SymbolizableObjectFile.cpp
llvm/test/tools/llvm-symbolizer/output-style-json-code.test
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D102316.344708.patch
Type: text/x-patch
Size: 13209 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210512/db3cf576/attachment.bin>
More information about the llvm-commits
mailing list