[Lldb-commits] [lldb] [lldb] fix step in AArch64 trampoline (PR #90783)

Pavel Labath via lldb-commits lldb-commits at lists.llvm.org
Thu May 2 08:53:05 PDT 2024


labath wrote:

> So no need to change the structure of this PR, but do correct me if any of my assumptions are incorrect there.

The `DynamicLoaderPOSIXDYLD` is only used on ELF systems anyway (we might as well rename it do `DynamicLoaderELF`), so this actually lines up fairly well.

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


More information about the lldb-commits mailing list