[Lldb-commits] [lldb] [lldb][nfc] Factor out code checking if Variable is in scope (PR #143572)
Jonas Devlieghere via lldb-commits
lldb-commits at lists.llvm.org
Tue Jun 10 14:59:13 PDT 2025
================
@@ -321,6 +302,27 @@ bool Variable::IsInScope(StackFrame *frame) {
return false;
}
+bool Variable::IsInScope(Block &block, Address addr) {
----------------
JDevlieghere wrote:
What about `Address`? :D
https://github.com/llvm/llvm-project/pull/143572
More information about the lldb-commits
mailing list