================
@@ -376,23 +376,25 @@ def get_local_as_int(self, name, threadId=None):
         else:
             return int(value)
 
-    def set_variable(self, varRef, name, value, id=None):
+    def set_variable(self, varRef, name, value, id=None, is_hex=None):
----------------
da-viper wrote:

nit: could we add the type hints for the is_hex parameter in all functions

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

Reply via email to