From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 29557 invoked by alias); 14 Feb 2009 09:03:57 -0000 Received: (qmail 29549 invoked by uid 22791); 14 Feb 2009 09:03:57 -0000 X-SWARE-Spam-Status: No, hits=-2.4 required=5.0 tests=AWL,BARRACUDA_BRBL,BAYES_00,RCVD_IN_DNSWL_LOW,SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: sourceware.org Received: from main.gmane.org (HELO ciao.gmane.org) (80.91.229.2) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Sat, 14 Feb 2009 09:03:48 +0000 Received: from list by ciao.gmane.org with local (Exim 4.43) id 1LYGR1-0007mF-W9 for gdb@sources.redhat.com; Sat, 14 Feb 2009 09:03:40 +0000 Received: from h86-62-88-129.ln.rinet.ru ([86.62.88.129]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 14 Feb 2009 09:03:39 +0000 Received: from vladimir by h86-62-88-129.ln.rinet.ru with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 14 Feb 2009 09:03:39 +0000 To: gdb@sources.redhat.com From: Vladimir Prus Subject: Re: Trouble with GDB/MI output Date: Sat, 14 Feb 2009 09:03:00 -0000 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7Bit User-Agent: KNode/0.10.9 X-IsSubscribed: yes Mailing-List: contact gdb-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sourceware.org X-SW-Source: 2009-02/txt/msg00115.txt.bz2 Uri Moszkowicz wrote: > Hi guys, > I sent an email yesterday but it doesn't appear to have made it to the > list so if you are getting it twice I apologize. Anyway, I'm having > trouble with GDB/mi and hope that you can help. I'm using the CPAN > module Devel::GDB to control GDB through the GDB/mi interface and I > can't get the output of my program to end up in a file merged with the > GDB output. I can get them to go to separate files or to my screen. > The funny thing is the program output seems to go straight to my > terminal, making redirection useless. I get this warning: > > &"warning: GDB: Failed to set controlling terminal: Operation not permitted\n" > > Any idea what's going on? No. And honestly, you did not give any details to make it possible to guess anything. - Volodya