[Lldb-commits] [lldb] [lldb] Add symbol/table count into statistics (PR #136226)
Omair Javaid via lldb-commits
lldb-commits at lists.llvm.org
Tue Apr 22 05:53:47 PDT 2025
omjavaid wrote:
the reported number of symbols is zero on Windows
"symbolsLoaded": 0,
...
},
...
],
...
"totalSymbolTablesLoaded": 0,
"totalSymbolsLoaded": 0
}
https://github.com/llvm/llvm-project/pull/136226
More information about the lldb-commits
mailing list