[Lldb-commits] [PATCH] D154204: [lldb][AArch64] Account for extra libc frames in PAC unwind test

Jason Molenda via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Fri Jun 30 15:30:39 PDT 2023


jasonmolenda added a comment.

Interesting, libc.so must have stripped the names of non-externally-visible functions, and libc_start_main calls one of them which calls main in turn.  This change to the test case looks correct to me.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D154204/new/

https://reviews.llvm.org/D154204



More information about the lldb-commits mailing list