[PATCH] D70720: [RFC/WIP][llvm-objdump] Display locations of variables alongside disassembly

Oliver Stannard (Linaro) via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Nov 26 08:44:38 PST 2019


ostannard created this revision.
Herald added subscribers: llvm-commits, seiya, rupprecht, hiraditya, aprantl.
Herald added a project: LLVM.

This is a prototype patch to llvm-objdump to use debug info to add a display of variable locations alongside disassembly. Demo of output at M2 <https://reviews.llvm.org/M2>.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D70720

Files:
  llvm/include/llvm/BinaryFormat/Dwarf.def
  llvm/include/llvm/DebugInfo/DWARF/DWARFExpression.h
  llvm/lib/DebugInfo/DWARF/DWARFDie.cpp
  llvm/lib/DebugInfo/DWARF/DWARFExpression.cpp
  llvm/lib/Support/FormattedStream.cpp
  llvm/tools/llvm-objdump/llvm-objdump.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D70720.231073.patch
Type: text/x-patch
Size: 35167 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20191126/b83e42ff/attachment.bin>


More information about the llvm-commits mailing list