[all-commits] [llvm/llvm-project] ea9922: [Symbolizer] Handle {{{bt}}} symbolizer markup ele...
Daniel Thornburgh via All-commits
all-commits at lists.llvm.org
Wed Aug 31 09:49:48 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: ea99225521cba6dec1ad4ca70a8665829e772fa9
https://github.com/llvm/llvm-project/commit/ea99225521cba6dec1ad4ca70a8665829e772fa9
Author: Daniel Thornburgh <dthorn at google.com>
Date: 2022-08-31 (Wed, 31 Aug 2022)
Changed paths:
M llvm/docs/CommandGuide/llvm-symbolizer.rst
M llvm/docs/SymbolizerMarkupFormat.rst
M llvm/include/llvm/DebugInfo/Symbolize/MarkupFilter.h
M llvm/lib/DebugInfo/Symbolize/MarkupFilter.cpp
A llvm/test/DebugInfo/symbolize-filter-markup-bt.test
Log Message:
-----------
[Symbolizer] Handle {{{bt}}} symbolizer markup element.
This adds support for backtrace generation to the llvm-symbolizer markup
filter, which is likely the largest use case.
Reviewed By: peter.smith
Differential Revision: https://reviews.llvm.org/D132706
More information about the All-commits
mailing list