From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 15991 invoked by alias); 5 Dec 2008 11:10:40 -0000 Received: (qmail 15982 invoked by uid 22791); 5 Dec 2008 11:10:40 -0000 X-Spam-Check-By: sourceware.org Received: from mel.act-europe.fr (HELO mel.act-europe.fr) (212.99.106.210) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Fri, 05 Dec 2008 11:10:05 +0000 Received: from localhost (localhost [127.0.0.1]) by filtered-smtp.eu.adacore.com (Postfix) with ESMTP id 454DC290063; Fri, 5 Dec 2008 12:10:02 +0100 (CET) Received: from mel.act-europe.fr ([127.0.0.1]) by localhost (smtp.eu.adacore.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 0R8Bui+iRWVw; Fri, 5 Dec 2008 12:10:01 +0100 (CET) Received: from ulanbator.act-europe.fr (ulanbator.act-europe.fr [10.10.0.139]) (using TLSv1 with cipher AES128-SHA (128/128 bits)) (No client certificate requested) by mel.act-europe.fr (Postfix) with ESMTP id 7EE4729005F; Fri, 5 Dec 2008 12:10:01 +0100 (CET) Cc: gdb-patches@sourceware.org Message-Id: <75F20677-9F36-4769-AB34-7D3D41BF5E94@adacore.com> From: Tristan Gingold To: Mark Kettenis In-Reply-To: <200812042228.mB4MSIcl009759@brahms.sibelius.xs4all.nl> Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit Mime-Version: 1.0 (Apple Message framework v929.2) Subject: Re: [RFA] Darwin: single step through sigreturn Date: Fri, 05 Dec 2008 11:10:00 -0000 References: <200812042228.mB4MSIcl009759@brahms.sibelius.xs4all.nl> 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: 2008-12/txt/msg00094.txt.bz2 On Dec 4, 2008, at 11:28 PM, Mark Kettenis wrote: >> From: Tristan Gingold >> Date: Thu, 4 Dec 2008 16:28:25 +0100 >> >> Hi, >> >> as other platform, single stepping through the sigreturn syscall is >> special: changing the cpu state >> is useless as the context is restored. The trace bit must be set in >> the to be restored context. > > Tristan, > > It seems your mail client munges diffs (by wrapping lines). Argh, copy and cut issues. Is it ok to attach the patches ? > Otherwise > it looks ok. Thanks, I have just committed it.