From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-qt1-x843.google.com (mail-qt1-x843.google.com [IPv6:2607:f8b0:4864:20::843]) by sourceware.org (Postfix) with ESMTPS id 222F8394881A for ; Thu, 11 Jun 2020 19:51:12 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org 222F8394881A Received: by mail-qt1-x843.google.com with SMTP id z1so5554084qtn.2 for ; Thu, 11 Jun 2020 12:51:12 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=1YYYsH1z/WV7BxexUEi8ZWAilFzDjJ5fpuLW6h2dMok=; b=P9hsqRIh4nK9FZh+NNX3ZB840uUT1AocyucvyTZdtSg88rNgIe84/xgyV3VFD/mnDW IkGiQhItnntmdf4de+q2j3BXOLXuPsUL6DoJsAId5fXXirzbEfA6Yj/qHrVAWCHPIFmW +uVFGwEJjLCbBE6HLRfE59MUBvsm/3cJiUd674L5004VnraJo7HJRXMclQn2WIMsnsdJ e89SQ43EzR4K8p01lfnW+MaDQOYhLAL+2GKxxMWvxOQDq9kDxQJ21ZXCC28TsF7yDX72 ylikVVtKZPGQgxJ7KykyaLwA51RPKgUgJXM/nObGkVnazJDiIq18VklOPQnayOTJ18vM IFAw== X-Gm-Message-State: AOAM531ZdV0OxPqHatbnfaiLG/qLBSD6jKkERTUhT+kyUJx9sDMEy4X/ 2LNY/UUt8IHcfCX63x+V0UxZHImn1NJizXgTYxaWe+oz X-Google-Smtp-Source: ABdhPJyMfsvJmZzpXOTYSB0BSfBlWL9iVlslU368kgpmeiC8i4hXUT4d68N9J3uIaVP+ndkzsOA7rvzBURnXKlQMTZg= X-Received: by 2002:ac8:4281:: with SMTP id o1mr8816809qtl.322.1591905071452; Thu, 11 Jun 2020 12:51:11 -0700 (PDT) MIME-Version: 1.0 References: In-Reply-To: From: Christian Biesinger Date: Thu, 11 Jun 2020 14:50:34 -0500 Message-ID: Subject: Re: [PATCH 0/2] Additional maintenance command for dumping target descriptions To: Andrew Burgess Cc: gdb-patches Content-Type: text/plain; charset="UTF-8" X-Spam-Status: No, score=-17.9 required=5.0 tests=BAYES_00, DKIMWL_WL_MED, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, ENV_AND_HDR_SPF_MATCH, RCVD_IN_DNSWL_NONE, SPF_HELO_NONE, SPF_PASS, TXREP, USER_IN_DEF_DKIM_WL, USER_IN_DEF_SPF_WL autolearn=ham autolearn_force=no version=3.4.2 X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) 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, 11 Jun 2020 19:51:13 -0000 On Thu, Jun 11, 2020 at 5:41 AM Andrew Burgess wrote: > Patch #2 allows GDB developers to see in XML form the description that > was sent from the target. I haven't looked at the code but I've wanted that as well! Really happy that you're working on this.