================ @@ -445,7 +445,11 @@ class SymbolFile : public PluginInterface { /// contains the keys "type", "symfile", and "separate-debug-info-files". /// "type" can be used to assume the structure of each object in /// "separate-debug-info-files". - virtual bool GetSeparateDebugInfo(StructuredData::Dictionary &d) { + /// \param errors_only + /// If true, then only return separate debug info files that encountered + /// errors during loading. + virtual bool GetSeparateDebugInfo(StructuredData::Dictionary &d, + bool errors_only) { ---------------- bulbazord wrote:
Not sure I'm a fan of a parameter that changes behavior. Why not introduce a new function entirely? https://github.com/llvm/llvm-project/pull/71000 _______________________________________________ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits