================ @@ -221,6 +221,7 @@ Signature Mnemonic Stack Effect 0x03 ``@get_child_index`` ``(Object+ String -> UInt)`` 0x04 ``@get_child_at_index`` ``(Object+ UInt -> Object)`` 0x05 ``@get_value`` ``(Object+ -> String)`` + 0x06 ``@update`` ``(Object+ -> String)`` ---------------- adrian-prantl wrote:
I think the signature should be `Object+ -> Object+`, it modifies the thing left behind by `init`. https://github.com/llvm/llvm-project/pull/179832 _______________________________________________ lldb-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits
