Michael137 wrote: tbf, we are casting the value to an uint64_t and printing it with a `PRIu64`, right?: ``` stream.Printf("timestamp=%" PRIu64 " s", static_cast<uint64_t>(seconds)) ```
So how would we ever expect a `-1096193779200` here? https://github.com/llvm/llvm-project/pull/78609 _______________________________________________ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits