[PATCH] D148049: [llvm-objdump] Add --markup-context to adjust VMAs.

Daniel Thornburgh via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Apr 11 14:05:34 PDT 2023


mysterymath created this revision.
mysterymath added reviewers: jhenderson, mcgrathr, phosek.
Herald added a reviewer: MaskRay.
Herald added a project: All.
mysterymath requested review of this revision.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.

This flag loads a JSON context emitted by llvm-symbolizer that records
the runtime addresses that each virtual address in a module corresponds
to. This allows adjusting VMAs for display automatically.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D148049

Files:
  llvm/docs/CommandGuide/llvm-objdump.rst
  llvm/test/tools/llvm-objdump/X86/markup-context.test
  llvm/tools/llvm-objdump/ObjdumpOpts.td
  llvm/tools/llvm-objdump/llvm-objdump.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D148049.512576.patch
Type: text/x-patch
Size: 12948 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230411/73664fc2/attachment-0001.bin>


More information about the llvm-commits mailing list