[Lldb-commits] [lldb] Add support for reading the dynamic symbol table from PT_DYNAMIC (PR #116689)
Greg Clayton via lldb-commits
lldb-commits at lists.llvm.org
Mon Nov 18 15:32:05 PST 2024
clayborg wrote:
@labath I fixed by removing use of `-z nosectionheader` and then ran llvm-strip as a separate step to ensure the section headers are removed.
https://github.com/llvm/llvm-project/pull/116689
More information about the lldb-commits
mailing list