From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 15492 invoked by alias); 12 Apr 2011 13:36:41 -0000 Received: (qmail 15381 invoked by uid 22791); 12 Apr 2011 13:36:40 -0000 X-SWARE-Spam-Status: No, hits=-1.9 required=5.0 tests=AWL,BAYES_00,T_RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org Received: from mail.codesourcery.com (HELO mail.codesourcery.com) (38.113.113.100) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Tue, 12 Apr 2011 13:36:36 +0000 Received: (qmail 16616 invoked from network); 12 Apr 2011 13:36:35 -0000 Received: from unknown (HELO scottsdale.localnet) (pedro@127.0.0.2) by mail.codesourcery.com with ESMTPA; 12 Apr 2011 13:36:35 -0000 From: Pedro Alves To: gdb-patches@sourceware.org Subject: Re: [PATCH] GDB checkpoint can't/shouldn't be possible with multiple threads on Linux Date: Tue, 12 Apr 2011 13:36:00 -0000 User-Agent: KMail/1.13.5 (Linux/2.6.35-28-generic; KDE/4.6.2; x86_64; ; ) Cc: Kevin Pouget References: <201104121355.11278.pedro@codesourcery.com> In-Reply-To: MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <201104121436.37727.pedro@codesourcery.com> X-IsSubscribed: yes Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org X-SW-Source: 2011-04/txt/msg00169.txt.bz2 On Tuesday 12 April 2011 14:27:49, Kevin Pouget wrote: > everything should have been fixed now, > > > > Can you have a dialogue with your mailer, convincing it > > to attach text files as Content-Type: text/$SOMETHING > > rather than application/octet-stream + base64 ? > > It's more steps to to read and harder to quote-for-review > > binary attachments than should be necessary. Thanks. > > gmail is my provider, not easy to talk to them; copy-and-paste should be better gmail + smtp (and imap) is what I use with my private gmail address. Works fine. I think there's a way to trick gmail's web client to send text as text. ISTR you only need to name your files .txt, rather that .diff or something else. I might me wrong. > I'll take an extra care with all these spaces, sorry :) No worries. :-) > 2011-04-12 Kevin Pouget Double spaces before and after your name: 2011-04-12 Kevin Pouget > > PR threads/12628 > > * linux-fork.c (checkpoint_command): Disallow checkpointing of > processes with multiple threads. > (inf_has_multiple_thread_cb): New function. > (inf_has_multiple_threads): New function. Thanks, this revision looks great. Is your copyright assigment sorted out? -- Pedro Alves