[Lldb-commits] [PATCH] D119508: [LLDB][NativePDB] Add support for S_DEFRANGE_REGISTER and S_DEFRANGE_SUBFIELD_REGISTER
Pavel Labath via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Thu Mar 10 07:05:50 PST 2022
labath accepted this revision.
labath added inline comments.
This revision is now accepted and ready to land.
================
Comment at: lldb/source/Symbol/Variable.cpp:251
+ GetScopeRange().IsEmpty() || GetScopeRange().FindEntryThatContains(
+ address.GetFileAddress()) != nullptr;
SymbolContext sc;
----------------
add `if (!valid_in_scope_range) return false;` and undo the other changes
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D119508/new/
https://reviews.llvm.org/D119508
More information about the lldb-commits
mailing list