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.133.124]) by sourceware.org (Postfix) with ESMTPS id 890C13858C60 for ; Thu, 6 Jan 2022 14:19:03 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 890C13858C60 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-80-sIIfRAGrOfCSXBC0Hfx_bw-1; Thu, 06 Jan 2022 09:18:57 -0500 X-MC-Unique: sIIfRAGrOfCSXBC0Hfx_bw-1 Received: by mail-wr1-f69.google.com with SMTP id h24-20020adfaa98000000b001a4dbe0c51fso991295wrc.0 for ; Thu, 06 Jan 2022 06:18:57 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:in-reply-to; bh=hHAAHq1f7I/sH2NFNM6sNdRk9yyZUJmDKVfhyDbKEDE=; b=ThpmbnpuVIn8N4MuXKWlQTlPcXT5L97nIhMFbNg9IOTBBWAF+fEQlNs0YQD91cebmH wa2x8Tz2RVuZ24AqR9n1iEFzUGVD9gI2b1GVDA1H44vZFCi4To4EwBlu3vzAndZiewXn /jmuvRt0xSFgGYQCVpOP0PuwYGacxtxY6NotZCyWN9QjdXxd9mtrLOLEd50xB1Usukca czhcZUpg0byKgSovmC39tgO4C7eql47hDtvU1GoTjuyVFuprPnIjfQDZRwkPzrzU98Iw uPcJCj16GuM/uutauzQLRSX2nXQaH3osoFQ8eh/sO4xIdBJoT2erCTOt0pOo88z/v5py 0puw== X-Gm-Message-State: AOAM532mHHiBZtIoWVluzyu65jhAD93tjtr3WkS1QP0gnT0a7eN6/F4f 7Y/gxK6fkr4LQ6C+xTvBiMNOh+LkGZMM/Y2t7NnxNHSJWmnHC1RSAn58nb3WQlgxON3d7Igz2jr CbUKKHiJ2KpCJrIBEDbTiUA== X-Received: by 2002:a05:600c:190b:: with SMTP id j11mr7089067wmq.182.1641478736203; Thu, 06 Jan 2022 06:18:56 -0800 (PST) X-Google-Smtp-Source: ABdhPJxhcPEnJVIhTE8nkM/uKGHOMY/heyz+gABWaVY6qOvDrflhvPh/dI+D390UYGNf7HfE0hu/eg== X-Received: by 2002:a05:600c:190b:: with SMTP id j11mr7089061wmq.182.1641478736012; Thu, 06 Jan 2022 06:18:56 -0800 (PST) Received: from localhost (host109-154-163-67.range109-154.btcentralplus.com. [109.154.163.67]) by smtp.gmail.com with ESMTPSA id p18sm5448388wms.16.2022.01.06.06.18.55 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 06 Jan 2022 06:18:55 -0800 (PST) Date: Thu, 6 Jan 2022 14:18:54 +0000 From: Andrew Burgess To: Simon Sobisch Cc: gdb-patches@sourceware.org Subject: Re: [PATCH v2] gdb: split array and string limiting options Message-ID: <20220106141854.GI828155@redhat.com> References: <111e4bb6-d781-ff80-f64b-125ad665f502@web.de> <20220106093322.GD828155@redhat.com> MIME-Version: 1.0 In-Reply-To: X-Operating-System: Linux/5.8.18-100.fc31.x86_64 (x86_64) X-Uptime: 14:13:26 up 4 days, 23:07, X-Editor: GNU Emacs [ http://www.gnu.org/software/emacs ] X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Content-Type: text/plain; charset=us-ascii Content-Disposition: inline X-Spam-Status: No, score=-6.1 required=5.0 tests=BAYES_00, DKIMWL_WL_HIGH, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, RCVD_IN_DNSWL_LOW, RCVD_IN_MSPIKE_H3, RCVD_IN_MSPIKE_WL, SPF_HELO_NONE, SPF_NONE, TXREP autolearn=ham autolearn_force=no version=3.4.4 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) 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, 06 Jan 2022 14:19:05 -0000 * Simon Sobisch via Gdb-patches [2022-01-06 14:32:02 +0100]: > > Thanks for the initial work on the patch, for sharing your thoughts and > request for clarification. I hope Maciej will find the time to work on this > and that we may see this "earlier" than GDB 12. For the record, I will pick this up if Maciej doesn't, but given he's already "claimed" this work[1] I'm not going to step on his toes. Thanks, Andrew [1] https://sourceware.org/pipermail/gdb-patches/2021-November/183015.html