[Lldb-commits] [lldb] [lldb] Implement bytecode based SyntheticChildren (PR #179832)
Adrian Prantl via lldb-commits
lldb-commits at lists.llvm.org
Wed Feb 4 17:49:34 PST 2026
================
@@ -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
More information about the lldb-commits
mailing list