================
@@ -6381,8 +6381,8 @@ bool Process::GetProcessInfo(ProcessInstanceInfo &info) {
return platform_sp->GetProcessInfo(GetID(), info);
}
-lldb_private::UUID Process::FindModuleUUID(const llvm::StringRef path) {
- return lldb_private::UUID();
+bool Process::FindModuleUUID(ModuleSpec &spec) {
----------------
Jlalond wrote:
Does it need to be bool? The caller can simply inspect `IsValid()` without
needing to change the API surface area right?
https://github.com/llvm/llvm-project/pull/205235
_______________________________________________
lldb-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits