labath wrote: > Fix is #94196. > > There isn't anything to log really, the function just didn't have a symbol on > Windows.
AIUI, symtabs just aren't a thing on windows. You either have debug info, or you have the exported symbols (aka .dynsym). There's no inbetween state. https://github.com/llvm/llvm-project/pull/93881 _______________________________________________ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits