From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 24310 invoked by alias); 13 Feb 2009 21:01:21 -0000 Received: (qmail 24158 invoked by uid 22791); 13 Feb 2009 21:01:20 -0000 X-SWARE-Spam-Status: No, hits=-2.0 required=5.0 tests=BAYES_00,SARE_MSGID_LONG40,SPF_PASS X-Spam-Check-By: sourceware.org Received: from yx-out-1718.google.com (HELO yx-out-1718.google.com) (74.125.44.153) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Fri, 13 Feb 2009 21:01:14 +0000 Received: by yx-out-1718.google.com with SMTP id 3so713996yxi.48 for ; Fri, 13 Feb 2009 13:01:12 -0800 (PST) MIME-Version: 1.0 Received: by 10.64.181.19 with SMTP id d19mr1232414qbf.24.1234558872355; Fri, 13 Feb 2009 13:01:12 -0800 (PST) In-Reply-To: References: Date: Fri, 13 Feb 2009 21:01:00 -0000 Message-ID: Subject: Trouble with GDB/MI output From: Uri Moszkowicz To: gdb@sourceware.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit 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/msg00112.txt.bz2 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? Thanks, Uri