From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 10023 invoked by alias); 25 Jul 2005 18:21:28 -0000 Mailing-List: contact gdb-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sources.redhat.com Received: (qmail 9989 invoked by uid 22791); 25 Jul 2005 18:21:23 -0000 Received: from pluton.ispras.ru (HELO pluton.ispras.ru) (83.149.199.253) by sourceware.org (qpsmtpd/0.30-dev) with SMTP; Mon, 25 Jul 2005 18:21:23 +0000 Received: (qmail 3277 invoked from network); 25 Jul 2005 18:16:54 -0000 Received: from unknown (HELO truba.ispras.ru) (83.149.198.41) by pluton.ispras.ru with SMTP; 25 Jul 2005 18:16:54 -0000 Received: from truba.ispras.ru (root@localhost) by truba.ispras.ru (8.13.1/8.13.1) with SMTP id j6PHxSvD020186 for ; Mon, 25 Jul 2005 21:59:28 +0400 Received: from ispserv.ispras.ru (ispserv [83.149.198.72]) by truba.ispras.ru (8.13.1/8.13.1) with ESMTP id j6PHxSj4020176; Mon, 25 Jul 2005 21:59:28 +0400 Received: from ispserv.ispras.ru (localhost [127.0.0.1]) by ispserv.ispras.ru (8.12.8/8.12.8) with ESMTP id j6PI5uwg027725; Mon, 25 Jul 2005 22:05:56 +0400 Received: from localhost (kostik@localhost) by ispserv.ispras.ru (8.12.8/8.12.8/Submit) with ESMTP id j6PI5t5k027721; Mon, 25 Jul 2005 22:05:55 +0400 Date: Mon, 25 Jul 2005 18:21:00 -0000 From: Konstantin Karganov To: Daniel Jacobowitz cc: gdb@sources.redhat.com Subject: Re: Debuggee cmd-line arguments bug In-Reply-To: <20050725142445.GA4525@nevyn.them.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-SpamTest-Version: SMTP-Filter Version 2.0.0 [0125], KAS/Release SMTP-Filter Version 2.0.0 [0125], KAS/Release X-Spamtest-Info: Pass through X-SW-Source: 2005-07/txt/msg00234.txt.bz2 > No. If you provide any options on the "run" command line, you are > replacing the arguments set by set args. But I don't provide any options, I did only IO redirection. And this also killed args set before. Ok, then is it possible to redirect IO via set args? I do need to redirect IO every time I use MI, since otherwise MI output does not fit the grammar and breaks the parser (because mixed with debuggee output) - this thing is not very well designed, I think. > You _got_ an answer. Bob agreed that there ought to be a reason. Ok. Sorry for bothering. Best regards, Konstantin.