From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 38131 invoked by alias); 21 Mar 2016 17:43:11 -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 38112 invoked by uid 89); 21 Mar 2016 17:43:10 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.9 required=5.0 tests=BAYES_00,SPF_PASS autolearn=ham version=3.3.2 spammy=Hx-spam-relays-external:Unknown_Domain, H*RU:Unknown_Domain, H*r:Unknown_Domain, H*M:ericsson X-HELO: usplmg21.ericsson.net Received: from usplmg21.ericsson.net (HELO usplmg21.ericsson.net) (198.24.6.65) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES256-SHA encrypted) ESMTPS; Mon, 21 Mar 2016 17:43:00 +0000 Received: from EUSAAHC002.ericsson.se (Unknown_Domain [147.117.188.78]) by usplmg21.ericsson.net (Symantec Mail Security) with SMTP id 52.EA.22441.08230F65; Mon, 21 Mar 2016 18:42:24 +0100 (CET) Received: from EUSAAMB103.ericsson.se ([147.117.188.120]) by EUSAAHC002.ericsson.se ([147.117.188.78]) with mapi id 14.03.0248.002; Mon, 21 Mar 2016 13:42:57 -0400 From: Marc Khouzam To: Pedro Alves , Eli Zaretskii CC: "gdb-patches@sourceware.org" Subject: RE: [PATCH v2 00/25] Towards great frontend GDB consoles Date: Mon, 21 Mar 2016 17:43:00 -0000 Message-ID: References: <1458573675-15478-1-git-send-email-palves@redhat.com> <83shzj6b94.fsf@gnu.org>,<56F02918.7040802@redhat.com> In-Reply-To: <56F02918.7040802@redhat.com> Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-IsSubscribed: yes X-SW-Source: 2016-03/txt/msg00420.txt.bz2 > From: Pedro Alves [palves@redhat.com] > Sent: March 21, 2016 1:02 PM > To: Eli Zaretskii > Cc: gdb-patches@sourceware.org; Marc Khouzam > Subject: Re: [PATCH v2 00/25] Towards great frontend GDB consoles >=20 > On 03/21/2016 04:34 PM, Eli Zaretskii wrote: > >> From: Pedro Alves > >> Cc: Marc Khouzam > >> Date: Mon, 21 Mar 2016 15:20:50 +0000 > >> > >> Add new command to create extra console/mi UI channels > >> Add command to list UIs > > > > Are these commands intended to remain undocumented? >=20 > No, they'll absolutely be documented. I haven't managed to write > them documentation yet, as well as ChangeLogs, etc. Sorry about that. >=20 > The current state of the series is that I think it works correctly and > that the exposed command is about what GDB should be exposing. But exper= ience > with integrating it with frontends may prove otherwise. :-) So I'm > posting this to both try to get frontends to experiment with implementing > support for it, and collecting feedback from the GDB side as well. At le= ast > support in Eclipse is actively being worked on, though I'd think it > great if other frontends learned to use this as well. Sorry I haven't provide feedback yet. I was able to demo this feature at EclipseCon and, as expected, the reaction was very positive. This is something we've been wanting for many years. There are some things to workout at the frontend level which should not impact the feature from a GDB perspective. But there were a couple of=20 small issues with GDB itself. I will install the new series and confirm if those issues are still present or not and will communicate back. Thanks! Marc