[all-commits] [llvm/llvm-project] 4fedb3: [symbolizer] Added StartAddress for the resolved f...
orlov-alex via All-commits
all-commits at lists.llvm.org
Tue May 18 15:38:43 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 4fedb3a613a3ebfb91f42b454e476c29cd05b8f5
https://github.com/llvm/llvm-project/commit/4fedb3a613a3ebfb91f42b454e476c29cd05b8f5
Author: Alex Orlov <aorlov at accesssoftek.com>
Date: 2021-05-19 (Wed, 19 May 2021)
Changed paths:
M llvm/docs/CommandGuide/llvm-symbolizer.rst
M llvm/include/llvm/DebugInfo/DIContext.h
M llvm/include/llvm/DebugInfo/Symbolize/DIPrinter.h
M llvm/lib/DebugInfo/DWARF/DWARFContext.cpp
M llvm/lib/DebugInfo/Symbolize/DIPrinter.cpp
M llvm/lib/DebugInfo/Symbolize/SymbolizableObjectFile.cpp
M llvm/test/tools/llvm-symbolizer/output-style-json-code.test
M llvm/test/tools/llvm-symbolizer/sym-verbose.test
Log Message:
-----------
[symbolizer] Added StartAddress for the resolved function.
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.
Reviewed By: jhenderson, dblaikie
Differential Revision: https://reviews.llvm.org/D102316
More information about the All-commits
mailing list