From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [170.10.129.124]) by sourceware.org (Postfix) with ESMTPS id BFCA138560A9 for ; Thu, 23 Jun 2022 16:05:28 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org BFCA138560A9 Received: from mail-wr1-f69.google.com (mail-wr1-f69.google.com [209.85.221.69]) by relay.mimecast.com with ESMTP with STARTTLS (version=TLSv1.2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id us-mta-73-RqrYUbOEOA-u3DYoOKOAlg-1; Thu, 23 Jun 2022 12:05:26 -0400 X-MC-Unique: RqrYUbOEOA-u3DYoOKOAlg-1 Received: by mail-wr1-f69.google.com with SMTP id a1-20020adfbc41000000b0021b90d6d69aso3003943wrh.1 for ; Thu, 23 Jun 2022 09:05:26 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references:mime-version:content-transfer-encoding; bh=ibuij+hVXhIn2gncbx4l/8jcsOCkI09Evc3/fZrjGsM=; b=YiuxJtTEXLQpSrjim61xCDO7V2D+7xXR2GXAnYk8QOZ4mcOW+XmAZUR7zYsLnt0saA YkwmpsbeW81+2j36Ma4lpnodfDuoyAkZHPFIUbofR5tuF14iy2r3K1tDa3cTOqVN6JOp eTJiTOcPSxRT2XmefNSZE6DIK1mcOSOq+H7dO7WAs5rlo1g7LxDs8DoCFC+ik7At05hQ wVrbFsjbNvhPIDELJWfiremLW3dK/8G6aw06UHNMQ4CllbLmSRVfTd86KDVdINMppTRX g2iyJ6tZxIO6EVCW+o6jeVBUe5yWFwHY236rK3y7g8PAvgKKSsEuy/ZcvtW283N4Q9aN 0PPw== X-Gm-Message-State: AJIora8e6ypoFOmsx6Hb6ctGQfhQ8oJlrZduSAJ3+xzklg4UKfoa7sHS kqL2bboB2EUNbzryFKLAJGwy81hs61U7qNKlMTgWv//eHz0elZ3dp03rk9X0B/fJDs4YHA+K3QW +ZwiDeYNbh5pqj+h+j2Ow9MpinATqknoT+OQfNSlnfpqScrHlZMxMwXC0sI8i1KVINEpjMP610A == X-Received: by 2002:a05:600c:4f96:b0:39c:951e:66b7 with SMTP id n22-20020a05600c4f9600b0039c951e66b7mr5287128wmq.84.1656000325145; Thu, 23 Jun 2022 09:05:25 -0700 (PDT) X-Google-Smtp-Source: AGRyM1tNwy1L0YAy5BdywIYJ7aZIWsJNeCfX2v3AT0XIcqoF0TEmhk9hqR/XAfr6h+gQ+GrhC2NRPA== X-Received: by 2002:a05:600c:4f96:b0:39c:951e:66b7 with SMTP id n22-20020a05600c4f9600b0039c951e66b7mr5287088wmq.84.1656000324828; Thu, 23 Jun 2022 09:05:24 -0700 (PDT) Received: from localhost ([195.213.152.79]) by smtp.gmail.com with ESMTPSA id t25-20020a1c7719000000b003a03185231bsm2660053wmi.31.2022.06.23.09.05.24 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 23 Jun 2022 09:05:24 -0700 (PDT) From: Andrew Burgess To: gdb-patches@sourceware.org Cc: Andrew Burgess Subject: [PATCH 1/9] gdb/doc: improve description of --data-disassemble opcodes output Date: Thu, 23 Jun 2022 17:05:08 +0100 Message-Id: <10e9e1a8e94b17fb96f7c944c77d729aceb8fc19.1655999715.git.aburgess@redhat.com> X-Mailer: git-send-email 2.25.4 In-Reply-To: References: MIME-Version: 1.0 X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII"; x-default=true X-Spam-Status: No, score=-13.0 required=5.0 tests=BAYES_00, DKIMWL_WL_HIGH, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, GIT_PATCH_0, RCVD_IN_DNSWL_LOW, SPF_HELO_NONE, SPF_NONE, TXREP, T_SCC_BODY_TEXT_LINE autolearn=ham autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server2.sourceware.org X-BeenThere: gdb-patches@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gdb-patches mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 23 Jun 2022 16:05:32 -0000 Extend the description of the MI command --data-disassemble. Specifically, expand the description of the 'opcodes' field to explain how the bytes are formatted. --- gdb/doc/gdb.texinfo | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/gdb/doc/gdb.texinfo b/gdb/doc/gdb.texinfo index 2178b476f53..d046ce5891e 100644 --- a/gdb/doc/gdb.texinfo +++ b/gdb/doc/gdb.texinfo @@ -34422,8 +34422,10 @@ The text disassembly for this @samp{address}. @item opcodes -This field is only present for modes 2, 3 and 5. This contains the raw opcode -bytes for the @samp{inst} field. +This field is only present for modes 2, 3 and 5. This contains the +raw opcode bytes for the @samp{inst} field. The bytes are formatted +as single bytes, in hex, in ascending address order, with a single +space between each byte. @end table -- 2.25.4