================
@@ -987,7 +987,9 @@ def request_writeMemory(self, memoryReference, data, 
offset=0, allowPartial=Fals
         }
         return self._send_recv(command_dict)
 
-    def request_evaluate(self, expression, frameIndex=0, threadId=None, 
context=None):
+    def request_evaluate(
+        self, expression, frameIndex=0, threadId=None, context=None, 
is_hex=None
----------------
da-viper wrote:

could you add type hints to the parameter. 

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

Reply via email to