[Lldb-commits] [PATCH] D133618: Adapt LLDB dataformatters for libcxx change D129386
Louis Dionne via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Fri Sep 9 15:48:49 PDT 2022
ldionne accepted this revision.
ldionne added inline comments.
This revision is now accepted and ready to land.
================
Comment at: lldb/source/Plugins/Language/CPlusPlus/LibCxx.cpp:1004
+ auto dataobj = GetChildMemberWithName(
+ valobj, {ConstString("__data_"), ConstString("__data")});
+ auto sizeobj = GetChildMemberWithName(
----------------
IIUC you're trying to support both the old and the new naming?
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D133618/new/
https://reviews.llvm.org/D133618
More information about the lldb-commits
mailing list