[PATCH] D44998: ObjectFileELF: Add support for arbitrarily named code sections

Greg Clayton via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Mar 28 13:49:35 PDT 2018


clayborg added a comment.

Quick test case where we have an ELF file with a .text section and with another executable section with something in it that we can set breakpoints in. Easiest to make an ELF file that fits the bill, and then run obj2yaml on it. You check that into a test case directory and have the test case run yaml2obj on it and run the test.


Repository:
  rL LLVM

https://reviews.llvm.org/D44998





More information about the llvm-commits mailing list