From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 14051 invoked by alias); 25 Jun 2007 18:14:30 -0000 Received: (qmail 14043 invoked by uid 22791); 25 Jun 2007 18:14:29 -0000 X-Spam-Check-By: sourceware.org Received: from wa-out-1112.google.com (HELO wa-out-1112.google.com) (209.85.146.177) by sourceware.org (qpsmtpd/0.31) with ESMTP; Mon, 25 Jun 2007 18:14:27 +0000 Received: by wa-out-1112.google.com with SMTP id l35so1959949waf for ; Mon, 25 Jun 2007 11:14:25 -0700 (PDT) Received: by 10.114.81.1 with SMTP id e1mr5645158wab.1182795265771; Mon, 25 Jun 2007 11:14:25 -0700 (PDT) Received: by 10.114.171.20 with HTTP; Mon, 25 Jun 2007 11:14:25 -0700 (PDT) Message-ID: Date: Mon, 25 Jun 2007 18:14:00 -0000 From: "Dan Kegel" To: "Bram Kuijper" Subject: Re: export backtrace Cc: gdb@sourceware.org In-Reply-To: <467FDA31.5090309@rug.nl> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <467FDA31.5090309@rug.nl> X-Google-Sender-Auth: 4aff55ae19d3dcae 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: 2007-06/txt/msg00247.txt.bz2 On 6/25/07, Bram Kuijper wrote: > (gdb) backtrace ./program > my_file Another workaround: run it in a window, then copy and paste. Yuckky, but works. But y'know, that would be a nice feature, so I filed a feature request with summary "Please allow redirection of individual command output to files".