[Lldb-commits] [PATCH] D74310: [lldb] Don't model std::atomic as a transparent data structure in the data formatter

Shafik Yaghmour via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Mon Feb 10 15:10:16 PST 2020


shafik accepted this revision.
shafik added a comment.
This revision is now accepted and ready to land.

LGTM otherwise.



================
Comment at: lldb/packages/Python/lldbsuite/test/functionalities/data-formatter/data-formatter-stl/libcxx/atomic/TestLibCxxAtomic.py:70
+        # This should just treat the atomic pointer as a normal pointer.
+        self.expect("frame var p.child", substrs=["Value = 0x"])
----------------
What about inspecting `p` and `p.child.parent`?


Repository:
  rLLDB LLDB

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

https://reviews.llvm.org/D74310





More information about the lldb-commits mailing list