================
@@ -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
----------------
bzcheeseman wrote:

Question for @jimingham - should the user say "this is a local variable" or 
should they say "this is a *synthetic* local variable"?

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