From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 16307 invoked by alias); 14 May 2006 03:25:49 -0000 Received: (qmail 16298 invoked by uid 22791); 14 May 2006 03:25:48 -0000 X-Spam-Check-By: sourceware.org Received: from nitzan.inter.net.il (HELO nitzan.inter.net.il) (192.114.186.20) by sourceware.org (qpsmtpd/0.31) with ESMTP; Sun, 14 May 2006 03:25:47 +0000 Received: from HOME-C4E4A596F7 (IGLD-80-230-65-192.inter.net.il [80.230.65.192]) by nitzan.inter.net.il (MOS 3.7.3-GA) with ESMTP id DIV44613 (AUTH halo1); Sun, 14 May 2006 06:25:42 +0300 (IDT) Date: Sun, 14 May 2006 04:18:00 -0000 Message-Id: From: Eli Zaretskii To: Nick Roberts CC: bob_rossi@cox.net, gdb@sourceware.org In-reply-to: <17510.22060.587610.613452@farnswood.snap.net.nz> (message from Nick Roberts on Sun, 14 May 2006 09:57:00 +1200) Subject: Re: invoking GDB from FE and signals Reply-to: Eli Zaretskii References: <20060513141920.GC10678@brasko.net> <20060513145421.GA3664@nevyn.them.org> <20060513151026.GD10678@brasko.net> <20060513151057.GA4112@nevyn.them.org> <20060513152021.GE10678@brasko.net> <20060513154816.GA5022@nevyn.them.org> <20060513171441.GA13445@brasko.net> <17510.22060.587610.613452@farnswood.snap.net.nz> X-IsSubscribed: yes Mailing-List: contact gdb-help@sourceware.org; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sourceware.org X-SW-Source: 2006-05/txt/msg00184.txt.bz2 > From: Nick Roberts > Date: Sun, 14 May 2006 09:57:00 +1200 > Cc: gdb@sourceware.org > > I'm not too familiar with the low level stuff. My understanding (Eli might > correct me) is that Emacs always create a pty if possible and uses a pipe > otherwise This is true. Pipes are generally used only on Windows.