From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp-out1.suse.de (smtp-out1.suse.de [195.135.220.28]) by sourceware.org (Postfix) with ESMTPS id 64CF13858405 for ; Mon, 9 May 2022 16:04:13 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 64CF13858405 Received: from imap2.suse-dmz.suse.de (imap2.suse-dmz.suse.de [192.168.254.74]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-521) server-digest SHA512) (No client certificate requested) by smtp-out1.suse.de (Postfix) with ESMTPS id 9BF2421C33; Mon, 9 May 2022 16:04:12 +0000 (UTC) Received: from imap2.suse-dmz.suse.de (imap2.suse-dmz.suse.de [192.168.254.74]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-521) server-digest SHA512) (No client certificate requested) by imap2.suse-dmz.suse.de (Postfix) with ESMTPS id 8226613AA5; Mon, 9 May 2022 16:04:12 +0000 (UTC) Received: from dovecot-director2.suse.de ([192.168.254.65]) by imap2.suse-dmz.suse.de with ESMTPSA id RFauHnw7eWJtKwAAMHmgww (envelope-from ); Mon, 09 May 2022 16:04:12 +0000 Message-ID: Date: Mon, 9 May 2022 18:04:12 +0200 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.8.0 Subject: Re: [PATCH][gdb] Update syscalls/{amd64,i386}-linux.xml Content-Language: en-US To: Andreas Schwab Cc: Tom de Vries via Gdb-patches , Simon Marchi References: <20220503145732.GA26729@delia.home> <6420bb1d-2660-ff8d-c1bd-b0392cb65295@simark.ca> <0cfc1896-7b42-01cf-dbdf-ceb14f53c5a5@suse.de> <60040d90-6b3d-7e36-7a4d-bc674b7995f2@suse.de> <87bkw6k93o.fsf@igel.home> <2e35c85d-f50b-f60b-2b8e-143d0ba30ab5@suse.de> <877d6uk8v1.fsf@igel.home> From: Tom de Vries In-Reply-To: <877d6uk8v1.fsf@igel.home> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Status: No, score=-7.1 required=5.0 tests=BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, NICE_REPLY_A, SPF_HELO_NONE, SPF_PASS, TXREP, T_SCC_BODY_TEXT_LINE 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: Mon, 09 May 2022 16:04:14 -0000 On 5/9/22 17:45, Andreas Schwab wrote: > It's easy enough to insert a tee into the pipe if you really need to > debug this. > Hmm, indeed. Somehow inserting a tee in a pipeline never occurred to me. Thanks, - Tom