llvmbot wrote:
<!--LLVM PR SUMMARY COMMENT--> @llvm/pr-subscribers-lldb Author: Dave Lee (kastiglione) <details> <summary>Changes</summary> --- Full diff: https://github.com/llvm/llvm-project/pull/182342.diff 1 Files Affected: - (modified) lldb/docs/resources/formatterbytecode.rst (+1-1) ``````````diff diff --git a/lldb/docs/resources/formatterbytecode.rst b/lldb/docs/resources/formatterbytecode.rst index f6a7b66fa728e..9b819ba77f6ae 100644 --- a/lldb/docs/resources/formatterbytecode.rst +++ b/lldb/docs/resources/formatterbytecode.rst @@ -149,7 +149,7 @@ Sel. Mnemonic Stack Effect 0x01 ``type_summary`` ``(Object @type_summary -> String)`` ``SBValue::GetTypeSummary`` 0x10 ``get_num_children`` ``(Object @get_num_children -> UInt)`` ``SBValue::GetNumChildren`` 0x11 ``get_child_at_index`` ``(Object UInt @get_child_at_index -> Object)`` ``SBValue::GetChildAtIndex`` -0x12 ``get_child_with_name`` ``(Object String @get_child_with_name -> Object)`` ``SBValue::GetChildAtIndex`` +0x12 ``get_child_with_name`` ``(Object String @get_child_with_name -> Object)`` ``SBValue::GetChildMemberWithName`` 0x13 ``get_child_index`` ``(Object String @get_child_index -> UInt)`` ``SBValue::GetChildIndex`` 0x15 ``get_type`` ``(Object @get_type -> Type)`` ``SBValue::GetType`` 0x16 ``get_template_argument_type`` ``(Object UInt @get_template_argument_type -> Type)`` ``SBValue::GetTemplateArgumentType`` `````````` </details> https://github.com/llvm/llvm-project/pull/182342 _______________________________________________ lldb-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits
