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

Jim Ingham via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Tue Apr 7 10:18:49 PDT 2020


jingham added a comment.

ValueObjects know their execution context, and so they can get to their frame, if they have one.  The language of the frame seems like the best thing to clue off here.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D77153





More information about the lldb-commits mailing list