[PATCH] D81585: [AIX][XCOFF] Decode trace back table information for xcoff object file for llvm-objdump -d

Digger via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jun 24 09:42:56 PDT 2020


DiggerLin updated this revision to Diff 273060.
DiggerLin marked 9 inline comments as done.
DiggerLin added a comment.
Herald added a subscriber: mgorny.

1. Separate the patch into two patchs.
2. This patch provided API for decoded the traceback table info and unit test for the these API.
3. This patch also provided  framework of how to print out the traceback table for the llvm-objdump. (it only print out boundary , Version and Language )
4. The  next patch will print out the remaining  traceback table information for  llvm-objdump.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D81585/new/

https://reviews.llvm.org/D81585

Files:
  llvm/docs/CommandGuide/llvm-objdump.rst
  llvm/include/llvm/BinaryFormat/XCOFF.h
  llvm/include/llvm/Object/XCOFFObjectFile.h
  llvm/lib/Object/XCOFFObjectFile.cpp
  llvm/test/tools/llvm-objdump/XCOFF/disassemble-tracebacktable.test
  llvm/tools/llvm-objdump/XCOFFDump.cpp
  llvm/tools/llvm-objdump/XCOFFDump.h
  llvm/tools/llvm-objdump/llvm-objdump.cpp
  llvm/tools/llvm-objdump/llvm-objdump.h
  llvm/unittests/Object/CMakeLists.txt
  llvm/unittests/Object/XCOFFObjectFileTest.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D81585.273060.patch
Type: text/x-patch
Size: 20679 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200624/7a774262/attachment-0001.bin>


More information about the llvm-commits mailing list