labath wrote: No debug info in the currently selected frame. Or at least, I think so, based on looking at the code you're fixing. You can verify that by checking whether the current code crashes in that scenario. I'm right, it should be sufficient to build one file with -g0.
`symbols.enable-external-lookup` is sort of related to that, in that it can cause some frame to not have debug info (i.e., an associated compile unit), but it's not directly related as there are other things that can cause a frame to not have debug info. And those things are easier to reproduce in a test. https://github.com/llvm/llvm-project/pull/147955 _______________________________________________ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits