From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 28131 invoked by alias); 4 Oct 2009 00:12:10 -0000 Received: (qmail 28122 invoked by uid 22791); 4 Oct 2009 00:12:09 -0000 X-SWARE-Spam-Status: No, hits=-2.4 required=5.0 tests=AWL,BAYES_00,SPF_PASS X-Spam-Check-By: sourceware.org Received: from mx.southnet.co.nz (HELO viper.snap.net.nz) (202.37.101.20) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Sun, 04 Oct 2009 00:12:04 +0000 Received: from totara (211.60.255.123.dynamic.snap.net.nz [123.255.60.211]) by viper.snap.net.nz (Postfix) with ESMTP id A38D83DAB80; Sun, 4 Oct 2009 13:12:01 +1300 (NZDT) Received: by totara (Postfix, from userid 1000) id 8E862C167; Sun, 4 Oct 2009 13:12:00 +1300 (NZDT) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <19143.59472.547182.54020@totara.tehura.co.nz> Date: Sun, 04 Oct 2009 00:12:00 -0000 To: Matt Rice Cc: tromey@redhat.com, gdb-patches@sourceware.org Subject: Re: [patch/rfc] mi interpreter-complete enh req 8058. In-Reply-To: <8ba6bed40910031159v6508a55ap4fd02b253c599794@mail.gmail.com> References: <8ba6bed40910021037q16276bb7w83ec3a5f20e2cbd1@mail.gmail.com> <19142.34895.136190.624637@totara.tehura.co.nz> <8ba6bed40910031159v6508a55ap4fd02b253c599794@mail.gmail.com> From: nickrob@snap.net.nz (Nick Roberts) X-IsSubscribed: yes Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org X-SW-Source: 2009-10/txt/msg00092.txt.bz2 > Thanks, I had missed this CLI command somehow, it will work for now, > ideally i would like it not to be going directly to stdout like that > output infers, I guess i could change the output filehandle, when > executing this command until it finishes, I'm not sure what you mean. Everything goes to stdout but you can eliminate the LOG-STREAM-OUTPUT (prefixed by `&') by using -interpreter-exec: (gdb) -interpreter-exec console "complete b ma" ~"b main\n" ~"b malloc\n" ~"b malloc@plt\n" ^done (gdb) > so that the output history > isn't filled with this temporal information which always bothers me... You can use the server prefix to suppress commands being entered into the command history. > additionally its worth noting the patch screws this output up. Does that not show up in the testsuite? What front end are you working on? -- Nick http://users.snap.net.nz/~nickrob