[Lldb-commits] [lldb] [lldb] Don't create instance of `SymbolFileDWARFDebugMap` for non-Mach-O files (PR #139170)

Jason Molenda via lldb-commits lldb-commits at lists.llvm.org
Thu Jun 5 19:41:14 PDT 2025


jasonmolenda wrote:

I'll admit I didn't debug it very far, but when I reverted the ObjectFileMachO.cpp change, `lldb/test/Shell/Breakpoint/case-sensitive.test` started failing on the bots.  When I built main myself and ran it, it failed on my desktop.  When I used the built lldb on the `case-sensitive.test.tmp` binary this test built, lldb could not set a source & line breakpoint -- it had no debug info.  When I also reverted this PR, the failure went away.

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


More information about the lldb-commits mailing list