Author: Dave Lee Date: 2026-02-19T19:07:56Z New Revision: 61caac54df7fc928a040d5c83121539d0b87f1bf
URL: https://github.com/llvm/llvm-project/commit/61caac54df7fc928a040d5c83121539d0b87f1bf DIFF: https://github.com/llvm/llvm-project/commit/61caac54df7fc928a040d5c83121539d0b87f1bf.diff LOG: [lldb] Fix small error in formatterbytecode.rst (#182342) Added: Modified: lldb/docs/resources/formatterbytecode.rst Removed: ################################################################################ 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`` _______________________________________________ lldb-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits
