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 1CD343858C50 for ; Fri, 28 Apr 2023 17:45:55 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org 1CD343858C50 Authentication-Results: sourceware.org; dmarc=pass (p=none dis=none) header.from=redhat.com Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=redhat.com DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1682703954; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=+YzB1bmT+xu8Np9mxlicUzSChYAunuV6kv8v6upAcdo=; b=Ayeqs160Ld0oR/OtpKDp6ix8Xr15CdnTaCXWZILRUKC/9vMHG9S2crDhNTzd0U4datZO0e mMTRaEmn2ziEmzWbaTF3xJCb7ylTOQX5QHej7MCIbtE8QAU5rRud0xx+f1UZUuF4yOlRnN tkLQrz/Hivd6rCepjsv0vdaH8YWk3Uc= Received: from mimecast-mx02.redhat.com (mimecast-mx02.redhat.com [66.187.233.88]) by relay.mimecast.com with ESMTP with STARTTLS (version=TLSv1.2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id us-mta-245-9bWCYnX_MLSLJJOz8HGJDA-1; Fri, 28 Apr 2023 13:45:51 -0400 X-MC-Unique: 9bWCYnX_MLSLJJOz8HGJDA-1 Received: from smtp.corp.redhat.com (int-mx03.intmail.prod.int.rdu2.redhat.com [10.11.54.3]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx02.redhat.com (Postfix) with ESMTPS id 7866B800B35 for ; Fri, 28 Apr 2023 17:45:50 +0000 (UTC) Received: from [10.22.9.236] (unknown [10.22.9.236]) by smtp.corp.redhat.com (Postfix) with ESMTPS id 4C9E91121314 for ; Fri, 28 Apr 2023 17:45:50 +0000 (UTC) Message-ID: <2e5859d1-5df3-4d23-96de-f21b7370783a@redhat.com> Date: Fri, 28 Apr 2023 10:45:49 -0700 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.9.1 Subject: Re: [PATCH] Allow strings with printf/eval To: Keith Seitz via Gdb-patches References: <20230423172131.1104908-1-keiths@redhat.com> <87r0s9xkyu.fsf@tromey.com> <514297cf-4c9e-f6bb-95f3-3ebdec9bb13e@redhat.com> <871qk7pva0.fsf@tromey.com> From: Keith Seitz In-Reply-To: <871qk7pva0.fsf@tromey.com> X-Scanned-By: MIMEDefang 3.1 on 10.11.54.3 X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Content-Language: en-US Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Status: No, score=-5.7 required=5.0 tests=BAYES_00,DKIMWL_WL_HIGH,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,NICE_REPLY_A,RCVD_IN_DNSWL_NONE,RCVD_IN_MSPIKE_H2,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 List-Id: On 4/25/23 13:21, Tom Tromey wrote: > > I think with those 2 small changes, the patch is ok. Thank you. Thank you for the review. I have pushed this. Keith