[Lldb-commits] [PATCH] D55356: Add a method to get the "base" file address of an object file

Pavel Labath via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Tue Dec 11 08:10:40 PST 2018


labath updated this revision to Diff 177717.
labath added a comment.

Rebase after comitting D55422 <https://reviews.llvm.org/D55422>. Now this patch just implements GetBaseAddress for
ELF and PECOFF object files, and adds tests.


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

https://reviews.llvm.org/D55356

Files:
  lit/Modules/ELF/basic-info.yaml
  lit/Modules/MachO/basic-info.yaml
  lit/Modules/PECOFF/basic-info.yaml
  lit/Modules/build-id-case.yaml
  lit/Modules/compressed-sections.yaml
  lit/Modules/elf-section-types.yaml
  source/Plugins/ObjectFile/ELF/ObjectFileELF.cpp
  source/Plugins/ObjectFile/ELF/ObjectFileELF.h
  source/Plugins/ObjectFile/PECOFF/ObjectFilePECOFF.h
  tools/lldb-test/lldb-test.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D55356.177717.patch
Type: text/x-patch
Size: 15327 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20181211/9e55e89f/attachment-0001.bin>


More information about the lldb-commits mailing list