[Lldb-commits] [lldb] [lldb][TypeSystemClang] Allow arrays to be dereferenced in C/C++. (PR #135843)
Felipe de Azevedo Piovezan via lldb-commits
lldb-commits at lists.llvm.org
Mon May 12 07:07:58 PDT 2025
felipepiovezan wrote:
hi @kuilpd , I think this may have broken the mac incremental bots:
https://green.lab.llvm.org//job/as-lldb-cmake/25656/
```
[2025-05-12T12:08:03.542Z] runCmd: frame variable -d run-target *cfDictionaryRef
[2025-05-12T12:08:03.542Z]
[2025-05-12T12:08:03.542Z] runCmd failed!
[2025-05-12T12:08:03.542Z] error: dereference failed: incomplete type "const __CFDictionary": (CFDictionaryRef) cfDictionaryRef
```
https://github.com/llvm/llvm-project/pull/135843
More information about the lldb-commits
mailing list