[PATCH] D132504: [NFC] [Object] Refactor out library to fetch debug info by build ID.
Daniel Thornburgh via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Aug 23 14:52:44 PDT 2022
mysterymath created this revision.
mysterymath added reviewers: jhenderson, MaskRay, alexander-shaposhnikov, phosek, mcgrathr.
Herald added subscribers: StephenFan, rupprecht, hiraditya, krytarowski, mgorny.
Herald added a project: All.
mysterymath requested review of this revision.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.
This refactors out a library for fetching debug info by build ID,
whether accessible locally or remotely via debuginfod. Existing
utilities are refactored to use this library.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D132504
Files:
llvm/include/llvm/DebugInfo/Symbolize/DIFetcher.h
llvm/include/llvm/DebugInfo/Symbolize/Symbolize.h
llvm/include/llvm/Debuginfod/BuildIDFetcher.h
llvm/include/llvm/Debuginfod/DIFetcher.h
llvm/include/llvm/Debuginfod/Debuginfod.h
llvm/include/llvm/Object/BuildID.h
llvm/include/llvm/Object/ObjectFile.h
llvm/lib/DebugInfo/Symbolize/CMakeLists.txt
llvm/lib/DebugInfo/Symbolize/DIFetcher.cpp
llvm/lib/DebugInfo/Symbolize/Symbolize.cpp
llvm/lib/Debuginfod/BuildIDFetcher.cpp
llvm/lib/Debuginfod/CMakeLists.txt
llvm/lib/Debuginfod/DIFetcher.cpp
llvm/lib/Debuginfod/Debuginfod.cpp
llvm/lib/Object/BuildID.cpp
llvm/lib/Object/CMakeLists.txt
llvm/lib/Object/ObjectFile.cpp
llvm/tools/llvm-debuginfod-find/CMakeLists.txt
llvm/tools/llvm-debuginfod-find/llvm-debuginfod-find.cpp
llvm/tools/llvm-symbolizer/llvm-symbolizer.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D132504.454972.patch
Type: text/x-patch
Size: 31163 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220823/c18b056d/attachment.bin>
More information about the llvm-commits
mailing list