[PATCH] D148045: [NFC][Symbolizer] Refactor out MarkupContext
Daniel Thornburgh via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Apr 11 13:48:44 PDT 2023
mysterymath created this revision.
mysterymath added reviewers: mcgrathr, phosek, jhenderson.
Herald added a subscriber: hiraditya.
Herald added a project: All.
mysterymath requested review of this revision.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.
This makes a context seen by the MarkupFilter an object that can be
independently manipulated. The goal is to allow exporting these contexts
using llvm-symbolizer --dump-context, then importing them into other
tools to adjust addresses (e.g. llvm-objdump).
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D148045
Files:
llvm/include/llvm/DebugInfo/Symbolize/MarkupContext.h
llvm/include/llvm/DebugInfo/Symbolize/MarkupFilter.h
llvm/lib/DebugInfo/Symbolize/CMakeLists.txt
llvm/lib/DebugInfo/Symbolize/MarkupContext.cpp
llvm/lib/DebugInfo/Symbolize/MarkupFilter.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D148045.512571.patch
Type: text/x-patch
Size: 21190 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230411/ed13cc7b/attachment.bin>
More information about the llvm-commits
mailing list