From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 2751 invoked by alias); 15 Dec 2014 18:57:47 -0000 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 Received: (qmail 2738 invoked by uid 89); 15 Dec 2014 18:57:46 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.6 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_NONE,SPF_SOFTFAIL autolearn=no version=3.3.2 X-HELO: mtaout28.012.net.il Received: from mtaout28.012.net.il (HELO mtaout28.012.net.il) (80.179.55.184) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Mon, 15 Dec 2014 18:57:44 +0000 Received: from conversion-daemon.mtaout28.012.net.il by mtaout28.012.net.il (HyperSendmail v2007.08) id <0NGN00J000950N00@mtaout28.012.net.il> for gdb-patches@sourceware.org; Mon, 15 Dec 2014 20:55:24 +0200 (IST) Received: from HOME-C4E4A596F7 ([87.69.4.28]) by mtaout28.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0NGN00CQD0KBZA60@mtaout28.012.net.il>; Mon, 15 Dec 2014 20:55:24 +0200 (IST) Date: Mon, 15 Dec 2014 18:57:00 -0000 From: Eli Zaretskii Subject: Re: [mingw rfc] Add mkdtemp to gdb/gnulib/ [Re: [PATCH v4 14/14] the "compile" command] In-reply-to: <20141215184014.GA22610@host2.jankratochvil.net> To: Jan Kratochvil Cc: brobecker@adacore.com, yao@codesourcery.com, gdb-patches@sourceware.org, ktietz@redhat.com Reply-to: Eli Zaretskii Message-id: <83y4q8wxk7.fsf@gnu.org> References: <87r3w2vkhv.fsf@codesourcery.com> <20141214075258.GA26795@host2.jankratochvil.net> <87egs2vcfu.fsf@codesourcery.com> <20141214182341.GA2908@host2.jankratochvil.net> <87a92pvc0w.fsf@codesourcery.com> <20141215124358.GU5457@adacore.com> <20141215171225.GA19674@host2.jankratochvil.net> <20141215181449.GA5457@adacore.com> <20141215182057.GA22226@host2.jankratochvil.net> <20141215183554.GB5457@adacore.com> <20141215184014.GA22610@host2.jankratochvil.net> X-IsSubscribed: yes X-SW-Source: 2014-12/txt/msg00413.txt.bz2 > Date: Mon, 15 Dec 2014 19:40:14 +0100 > From: Jan Kratochvil > Cc: Yao Qi , gdb-patches@sourceware.org, Kai Tietz > > On Mon, 15 Dec 2014 19:35:54 +0100, Joel Brobecker wrote: > > > Could someone write the MS-Windows calling code. I can try that myself but I > ? > > > cannot test it much, from what I tried in the past gdb.exe does not work much > > > under Wine. > > > > The replacement for mkdtemp? > > Yes: > > On Mon, 15 Dec 2014 04:15:43 +0100, Yao Qi wrote: > # or maybe we have to use win32 api, such as GetTempPath and GetRandomFileName. If you write it, I can test it. Or I can write it myself, but then it will take a few days.