I got a bad cold, :<, and it’s cold now.

However, I got a piece of code to check the contents of a pointer:

1
2
3
4
5
6
7
8
9
10
11
(lldb) memory read -t double -c `10` _new
(double) 0x11003b000 = 141.29869002655289
(double) 0x11003b008 = 141.29869002655286
(double) 0x11003b010 = 141.40261994689422
(double) 0x11003b018 = 140.80829186560609
(double) 0x11003b020 = 139.10087794852376
(double) 0x11003b028 = 137.67006305574671
(double) 0x11003b030 = 138.72145263361659
(double) 0x11003b038 = 140.38247728672476
(double) 0x11003b040 = 141.17656578812017
(double) 0x11003b048 = 140.41071936746977

Life is not that bad.