[Lldb-commits] [PATCH] D77153: [lldb/DataFormatters] Display null C++ pointers as nullptr

Jonas Devlieghere via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Tue Nov 10 12:37:14 PST 2020


JDevlieghere added a comment.

In D77153#2386740 <https://reviews.llvm.org/D77153#2386740>, @shafik wrote:

> So this work for primitive types like `int*` etc?

No, Jim probably know the details, but this only applies to composite types.


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D77153/new/

https://reviews.llvm.org/D77153



More information about the lldb-commits mailing list