================
@@ -274,7 +317,7 @@ struct RecordReplayTy {
void saveKernelOutputInfo(const char *Name) {
SmallString<128> OutputFilename = {
Name, (isRecording() ? ".original.output" : ".replay.output")};
- dumpDeviceMemory(OutputFilename);
+ dumpDeviceMemory(OutputFilename, /*saveDiff*/ true);
----------------
nmustakin wrote:
saveDiff isn't always true. For pre-record memory dump, saveDiff is false (on
line 302)
https://github.com/llvm/llvm-project/pull/70667
_______________________________________________
lldb-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits