Issue 141072
Summary [LLDB][SystemZ] Pass HWCAP flags to ifunc resolver
Labels new issue
Assignees
Reporter uweigand
    The debugger sometimes executes calls to an ifunc resolver routine in the target.  On SystemZ, our ABI specifies that such resolver routines get passed a single argument of type `unsigned long` providing the value of the `AT_HWCAP` flags.  This is not currently done by LLDB (see `Process::ResolveIndirectFunction`).
_______________________________________________
llvm-bugs mailing list
llvm-bugs@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs

Reply via email to