From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 21587 invoked by alias); 8 Dec 2005 19:50:46 -0000 Received: (qmail 21580 invoked by uid 22791); 8 Dec 2005 19:50:46 -0000 X-Spam-Check-By: sourceware.org Received: from sibelius.xs4all.nl (HELO sibelius.xs4all.nl) (82.92.89.47) by sourceware.org (qpsmtpd/0.31) with ESMTP; Thu, 08 Dec 2005 19:50:45 +0000 Received: from elgar.sibelius.xs4all.nl (root@elgar.sibelius.xs4all.nl [192.168.0.2]) by sibelius.xs4all.nl (8.13.4/8.13.4) with ESMTP id jB8Jo9nM007525; Thu, 8 Dec 2005 20:50:10 +0100 (CET) Received: from elgar.sibelius.xs4all.nl (kettenis@localhost.sibelius.xs4all.nl [127.0.0.1]) by elgar.sibelius.xs4all.nl (8.13.4/8.13.3) with ESMTP id jB8Jo9lp024146; Thu, 8 Dec 2005 20:50:09 +0100 (CET) Received: (from kettenis@localhost) by elgar.sibelius.xs4all.nl (8.13.4/8.13.4/Submit) id jB8Jo9im029464; Thu, 8 Dec 2005 20:50:09 +0100 (CET) Date: Fri, 09 Dec 2005 10:39:00 -0000 Message-Id: <200512081950.jB8Jo9im029464@elgar.sibelius.xs4all.nl> From: Mark Kettenis To: drow@false.org CC: gdb-patches@sourceware.org In-reply-to: <20051208142420.GA21882@nevyn.them.org> (message from Daniel Jacobowitz on Thu, 8 Dec 2005 09:24:20 -0500) Subject: Re: [linux] Always ignore restart/cancellation signals References: <20051208142420.GA21882@nevyn.them.org> Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org X-SW-Source: 2005-12/txt/msg00157.txt.bz2 > Date: Thu, 8 Dec 2005 09:24:20 -0500 > From: Daniel Jacobowitz > > The comment is fairly self-explanatory. I guess I've always debugged > failing cancellation tests with gdbserver, which hardwires these values > already... > > Any objections? Hmm, I thought symbols starting with __ were "reserved by the implemntation" and should not be used by user space programs.