[Lldb-commits] [lldb] [lldb][nfc] Factor out code checking if Variable is in scope (PR #143572)

Felipe de Azevedo Piovezan via lldb-commits lldb-commits at lists.llvm.org
Tue Jun 10 14:54:02 PDT 2025


================
@@ -321,6 +302,27 @@ bool Variable::IsInScope(StackFrame *frame) {
   return false;
 }
 
+bool Variable::IsInScope(Block &block, Address addr) {
----------------
felipepiovezan wrote:

Just an oopsie on my part!

https://github.com/llvm/llvm-project/pull/143572


More information about the lldb-commits mailing list