[Lldb-commits] [PATCH] D145245: [lldb] Ignore libcxx std::ranges global variables in frame var

Michael Buch via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Fri Mar 3 07:07:27 PST 2023


Michael137 added a comment.
Herald added a subscriber: JDevlieghere.

Alternative to https://reviews.llvm.org/D142993

The other option would be introducing a new clang attribute that indicates "we don't want the debugger to display this but still keep the debug-info". This is what artificial does for inline-functions. So we could extend the attribute to handle variable declarations.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D145245



More information about the lldb-commits mailing list