[PATCH] D24160: llvm-objdump: Implement --start-address and --stop-address

khemant@codeaurora.org via llvm-commits llvm-commits at lists.llvm.org
Thu Sep 1 14:54:01 PDT 2016


khemant created this revision.
khemant added reviewers: compnerd, echristo.
khemant added subscribers: echristo, compnerd, llvm-commits.
khemant set the repository for this revision to rL LLVM.
Herald added a subscriber: mehdi_amini.

Disassembly only part of the file using address specifiers.

Note: The test is a fully baked executable as relocatables do not have addresses. Test exercises disassembly across symbols, sections and range within a symbol (including data).

Repository:
  rL LLVM

https://reviews.llvm.org/D24160

Files:
  test/tools/llvm-objdump/X86/Inputs/simple-executable-x86_64
  test/tools/llvm-objdump/X86/start-stop-address.test
  tools/llvm-objdump/llvm-objdump.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D24160.70073.patch
Type: text/x-patch
Size: 5736 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160901/95d1bf95/attachment.bin>


More information about the llvm-commits mailing list