================
@@ -1462,6 +1464,87 @@ static bool DumpModuleSymbolFile(Stream &strm, Module 
*module) {
   return false;
 }
 
+static bool GetSeparateDebugInfoList(StructuredData::Array &list,
+                                     Module *module) {
+  if (module) {
+    if (SymbolFile *symbol_file = module->GetSymbolFile(true)) {
----------------
jeffreytan81 wrote:

What is `true` meaning here? Add an inline comment.

https://github.com/llvm/llvm-project/pull/66035
_______________________________________________
lldb-commits mailing list
lldb-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to