From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 1184 invoked by alias); 11 Jan 2010 19:15:02 -0000 Received: (qmail 1148 invoked by uid 22791); 11 Jan 2010 19:15:02 -0000 X-SWARE-Spam-Status: No, hits=-1.1 required=5.0 tests=AWL,BAYES_00,SPF_SOFTFAIL X-Spam-Check-By: sourceware.org Received: from mtaout20.012.net.il (HELO mtaout20.012.net.il) (80.179.55.166) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Mon, 11 Jan 2010 19:14:56 +0000 Received: from conversion-daemon.a-mtaout20.012.net.il by a-mtaout20.012.net.il (HyperSendmail v2007.08) id <0KW300I00JKQ3100@a-mtaout20.012.net.il> for gdb-patches@sourceware.org; Mon, 11 Jan 2010 21:14:54 +0200 (IST) Received: from HOME-C4E4A596F7 ([77.127.222.44]) by a-mtaout20.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0KW300FYZK4TPL80@a-mtaout20.012.net.il>; Mon, 11 Jan 2010 21:14:54 +0200 (IST) Date: Mon, 11 Jan 2010 19:15:00 -0000 From: Eli Zaretskii Subject: Re: [patch] Do not disappoint on "Create a core file of GDB?" In-reply-to: To: Tristan Gingold Cc: jan.kratochvil@redhat.com, gdb-patches@sourceware.org Reply-to: Eli Zaretskii Message-id: <83fx6c8ncd.fsf@gnu.org> References: <20100111160241.GA12356@host0.dyn.jankratochvil.net> 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: 2010-01/txt/msg00270.txt.bz2 > From: Tristan Gingold > Date: Mon, 11 Jan 2010 17:07:30 +0100 > Cc: gdb-patches@sourceware.org > > > > setrlimit is a POSIX function so I hope it does not need autoconf magic: > > http://www.opengroup.org/onlinepubs/009695399/functions/setrlimit.html > > Sure, but windows is not POSIX compliant, so I think you can't avoid some autoconf stuff. Which "windows" do you have in mind? If it's Cygwin, I'd imagine it does have setrlimit. If you are talking about native Windows, then it cannot dump core, anyway, can it?