[Lldb-commits] [lldb] [LLDB] Serve unknown type symbols through `qSymbol` (PR #200134)
David Spickett via lldb-commits
lldb-commits at lists.llvm.org
Tue Jun 2 06:20:08 PDT 2026
DavidSpickett wrote:
Ok in https://github.com/llvm/llvm-project/pull/200411 I have a test case that shows the bug. So you don't need to add a test case to this.
For this PR, I want to hear from someone who understands the original intent. That would be @clayborg , who may or may not still be working on Darwin stuff still. We can find someone else if not. Mainly I'm wondering if `object format == macho` is enough. Whether it's really MachO that lead to that choice, or is there a better more accurate check we can do.
https://github.com/llvm/llvm-project/pull/200134
More information about the lldb-commits
mailing list