================
@@ -355,6 +355,8 @@ class SymbolFile : public PluginInterface {
   virtual const ObjectFile *GetObjectFile() const = 0;
   virtual ObjectFile *GetMainObjectFile() = 0;
 
+  virtual std::vector<ObjectFile *> GetAllObjectFiles();
+
----------------
clayborg wrote:

This call should be in `lldb_private::Module` as that is the class that can be 
represented by one or more objects files: 1 for the executaable and optionally 
another one for the symbol file.

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

Reply via email to