================
@@ -684,6 +684,15 @@ Status PlatformRemoteGDBServer::RunShellCommand(
signo_ptr, command_output, timeout);
}
+bool PlatformRemoteGDBServer::CalculateMD5(const FileSpec &file_spec,
+ uint64_t &low, uint64_t &high) {
+ if (IsConnected()) {
----------------
Awfa wrote:
Should I change the other functions in `PlatformRemoteGDBServer` to do the
same? For example `PlatformRemoteGDBServer::GetFileExists` does the same
currently.
https://github.com/llvm/llvm-project/pull/88812
_______________________________________________
lldb-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits