From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from simark.ca by simark.ca with LMTP id qeCjCEvOTWEGOAAAWB0awg (envelope-from ) for ; Fri, 24 Sep 2021 09:10:35 -0400 Received: by simark.ca (Postfix, from userid 112) id 1465B1EE25; Fri, 24 Sep 2021 09:10:35 -0400 (EDT) X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on simark.ca X-Spam-Level: X-Spam-Status: No, score=-1.6 required=5.0 tests=MAILING_LIST_MULTI, NICE_REPLY_A,RDNS_DYNAMIC autolearn=ham autolearn_force=no version=3.4.2 Received: from sourceware.org (ip-8-43-85-97.sourceware.org [8.43.85.97]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by simark.ca (Postfix) with ESMTPS id EAF741EDF0 for ; Fri, 24 Sep 2021 09:10:33 -0400 (EDT) Received: from server2.sourceware.org (localhost [IPv6:::1]) by sourceware.org (Postfix) with ESMTP id 490F3385840D for ; Fri, 24 Sep 2021 13:10:33 +0000 (GMT) Received: from mail-wr1-f53.google.com (mail-wr1-f53.google.com [209.85.221.53]) by sourceware.org (Postfix) with ESMTPS id ABC1C3858402 for ; Fri, 24 Sep 2021 13:10:18 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org ABC1C3858402 Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=palves.net Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=gmail.com Received: by mail-wr1-f53.google.com with SMTP id t8so27512185wri.1 for ; Fri, 24 Sep 2021 06:10:18 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:subject:from:to:references:message-id:date :user-agent:mime-version:in-reply-to:content-language :content-transfer-encoding; bh=s5lS4wwgNvZiuuDpo1tX3SEJhLxpAlcIg4VOS0CcTJc=; b=h6DqD8Paw4dq/Kit4+AyI1nvg27g5l5hgKk43TAqd5bNqXCiR9fsUt2orGDAXOqWQz 2+4UVU4ybuysjmhKU58iun6lnTwnVGFjrRwYVkMfLWcKnNwKylKOMEC0UBBs3enyznoO tfWhkEk37zfvhKgLVgB8sg4fZoB7E7pHXzPIcTYfLTT/PXodOnn914YeQ6aKGEMWPp1i k1pNvOzKUI8ZHkRIKsZf1frPA8w0DT9bZxE5sQ+QI+mYkw4ixJVPqAJRnX9OrEb5CC9p sqqnAO4RDWjOh3uJ5xS4tfzitVtatPKw9LunAOUrOvgn+Iy+R6kPvYXdP86HsbO8LUoC UuYw== X-Gm-Message-State: AOAM533v26xgZcpCkILh9Bsdp9k64vmxusU2OMP+7GO6CpADayJaSaK8 dOVqu9eYu/kehuoEn9mg47rvjrAjeh1Ssw== X-Google-Smtp-Source: ABdhPJyHEpYejHBCTrwGHhN4Ch0uOGnP3NZnZLibLUx66haP+94MBs/jboH92U7ydgJCEDhElUwZ2w== X-Received: by 2002:a5d:6288:: with SMTP id k8mr11599491wru.137.1632489016787; Fri, 24 Sep 2021 06:10:16 -0700 (PDT) Received: from [192.168.0.201] (bl22-100-144.dsl.telepac.pt. [2.83.100.144]) by smtp.gmail.com with ESMTPSA id t18sm7677233wrp.97.2021.09.24.06.10.15 (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Fri, 24 Sep 2021 06:10:15 -0700 (PDT) Subject: Re: [PATCH][gdb/testsuite] Dump /proc/cpuinfo into gdb.log From: Pedro Alves To: Tom de Vries , Simon Marchi , gdb-patches@sourceware.org References: <20210921080157.GA18967@delia> <671f08cc-cc93-f36e-563d-20f2be20488e@polymtl.ca> <76702685-e072-813e-07b5-9f3ab4878b94@suse.de> Message-ID: Date: Fri, 24 Sep 2021 14:10:14 +0100 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.14.0 MIME-Version: 1.0 In-Reply-To: <76702685-e072-813e-07b5-9f3ab4878b94@suse.de> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit 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: , Errors-To: gdb-patches-bounces+public-inbox=simark.ca@sourceware.org Sender: "Gdb-patches" On 2021-09-24 1:48 p.m., Tom de Vries wrote: > Copied from mail, and done ... which also fixes the typo you reported. > > I'll commit this unless there are further comments. > No further comments from me, thanks.