================
@@ -1380,6 +1380,8 @@ class Process : public 
std::enable_shared_from_this<Process>,
 
   virtual bool GetProcessInfo(ProcessInstanceInfo &info);
 
+  virtual lldb_private::UUID FindBuildId(const llvm::StringRef path);
+
----------------
clayborg wrote:

There is already a function in Process.h that can do this:
```
  virtual bool GetModuleSpec(const FileSpec &module_file_spec, const ArchSpec 
&arch, ModuleSpec &module_spec);
```
Remove this and use that call.


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

Reply via email to