[PATCH] D131224: [objdump] Find debug information with Build ID/debuginfod.

Daniel Thornburgh via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Aug 22 16:22:17 PDT 2022


mysterymath created this revision.
Herald added subscribers: rupprecht, hiraditya, krytarowski, mgorny.
Herald added a reviewer: jhenderson.
Herald added a reviewer: MaskRay.
Herald added a project: All.
Herald added a subscriber: StephenFan.
mysterymath updated this revision to Diff 452837.
mysterymath added a comment.
mysterymath updated this revision to Diff 452846.
mysterymath updated this revision to Diff 454646.
Herald added a reviewer: alexander-shaposhnikov.
mysterymath updated this revision to Diff 454647.
mysterymath edited the summary of this revision.
mysterymath added reviewers: phosek, mcgrathr.
mysterymath published this revision for review.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.

Documentation.


mysterymath added a comment.

Fix a possible NPE, more comments.


mysterymath added a comment.

Add test cases.


mysterymath added a comment.

Make naming consistent.


This also refactors the functionality used to find debug info via
build ID into a library that can be used by multiple utilities.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D131224

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/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/test/tools/llvm-objdump/Inputs/embedded-source
  llvm/test/tools/llvm-objdump/debuginfod.test
  llvm/tools/llvm-debuginfod-find/CMakeLists.txt
  llvm/tools/llvm-debuginfod-find/llvm-debuginfod-find.cpp
  llvm/tools/llvm-objdump/CMakeLists.txt
  llvm/tools/llvm-objdump/ObjdumpOpts.td
  llvm/tools/llvm-objdump/llvm-objdump.cpp
  llvm/tools/llvm-symbolizer/llvm-symbolizer.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D131224.454647.patch
Type: text/x-patch
Size: 36907 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220822/74a6b634/attachment.bin>


More information about the llvm-commits mailing list