[Lldb-commits] [PATCH] D132954: lldb: Add support for R_386_32 relocations to ObjectFileELF

David M. Lary via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Tue Aug 30 09:39:41 PDT 2022


dmlary added a comment.

I'm looking for any suggestions of how to test this.  I can create a simple object file with the needed relocation types, but I don't see an easy way to get lldb to apply those relocations (in .`.text` for example).

I wanted to see if that was possible before making a far more complex test with both a generic return binary, and a second object file to be loaded.  If that's the direction I need to go in, any pointer to an existing test that compiles a relocatable object file (not executable) would be appreciated.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D132954



More information about the lldb-commits mailing list