From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 20978 invoked by alias); 7 Sep 2014 15:45:13 -0000 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 Received: (qmail 20874 invoked by uid 89); 7 Sep 2014 15:45:01 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-0.9 required=5.0 tests=BAYES_00,FAKE_REPLY_C,FREEMAIL_ENVFROM_END_DIGIT,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2 X-HELO: mail-we0-f182.google.com Received: from mail-we0-f182.google.com (HELO mail-we0-f182.google.com) (74.125.82.182) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-SHA encrypted) ESMTPS; Sun, 07 Sep 2014 15:45:00 +0000 Received: by mail-we0-f182.google.com with SMTP id w62so13807325wes.13 for ; Sun, 07 Sep 2014 08:44:57 -0700 (PDT) X-Received: by 10.180.35.134 with SMTP id h6mr16887151wij.0.1410104696708; Sun, 07 Sep 2014 08:44:56 -0700 (PDT) Received: from smtp.gmail.com ([188.25.237.244]) by mx.google.com with ESMTPSA id s1sm8769295wiw.6.2014.09.07.08.44.55 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Sun, 07 Sep 2014 08:44:55 -0700 (PDT) From: Adrian Sendroiu To: Pedro Alves Cc: gdb-patches@sourceware.org, Tom Tromey , Adrian Sendroiu Subject: Re: [PATCH v2 2/2] mi-out: Implement mi redirection using a stack. In-Reply-To: <5409DF94.9050904@redhat.com> Date: Sun, 07 Sep 2014 15:45:00 -0000 Message-ID: <87zjebsakg.fsf@gmail.com> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-SW-Source: 2014-09/txt/msg00171.txt.bz2 There's also the 1/2 patch from the series that needs to be applied before this. https://sourceware.org/ml/gdb-patches/2014-07/msg00574.html Adrian