[Lldb-commits] [lldb] [LLDB] Impove ObjectFileELF's .dynamic parsing and usage. (PR #101237)

Greg Clayton via lldb-commits lldb-commits at lists.llvm.org
Thu Aug 8 17:16:01 PDT 2024


clayborg wrote:

I have identified the issue: with the new changes we are not successfully getting the address of the DT_DEBUG when calling:
```
Address ObjectFileELF::GetImageInfoAddress(Target *target);
```
Working on a fix.

https://github.com/llvm/llvm-project/pull/101237


More information about the lldb-commits mailing list