================
@@ -555,6 +555,11 @@ def get_register_context(self):
         """No register context."""
         return None
 
+    def get_value_type_for_variable(self, var):
+        if var.GetName() == "_handler_one":
+            return lldb.eValueTypeVariableLocal
----------------
Nerixyz wrote:

It wasn't but it's now there. Python can now add the flag. So scripted frames 
can include both synthetic and non-synthetic variables.

https://github.com/llvm/llvm-project/pull/204431
_______________________________________________
lldb-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to