[Lldb-commits] [PATCH] D124113: [lldb] Adjust libc++ string formatter for changes in D123580
Shafik Yaghmour via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Wed Apr 20 18:10:38 PDT 2022
shafik added a comment.
Thank you, the names make a lot more sense to me but I am not sure why this was originally used either.
================
Comment at: lldb/source/Plugins/Language/CPlusPlus/LibCxx.cpp:648
+ ValueObjectSP location_sp =
+ l->GetChildMemberWithName(ConstString("__data_"), true);
+ ValueObjectSP size_vo =
----------------
nitpick `/*can_create=*/true` and same for the next two.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D124113/new/
https://reviews.llvm.org/D124113
More information about the lldb-commits
mailing list