================
@@ -321,6 +302,27 @@ bool Variable::IsInScope(StackFrame *frame) {
return false;
}
+bool Variable::IsInScope(Block &block, Address addr) {
----------------
felipepiovezan wrote:Mmmm it is a weak pointer + integer. How cheap is it to copy a weak pointer? https://github.com/llvm/llvm-project/pull/143572 _______________________________________________ lldb-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits
