[Lldb-commits] [lldb] [lldb][libc++] Adds system_clock data formatters. (PR #78609)

Michael Buch via lldb-commits lldb-commits at lists.llvm.org
Sun Feb 4 13:32:35 PST 2024


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


More information about the lldb-commits mailing list