From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 34113 invoked by alias); 15 May 2017 12:39:24 -0000 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 Received: (qmail 34101 invoked by uid 89); 15 May 2017 12:39:23 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.4 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_LOW,RCVD_IN_SORBS_SPAM autolearn=ham version=3.3.2 spammy=H*r:sk:gdb@sou, enjoying, cdt, CDT X-HELO: sasl.smtp.pobox.com Received: from pb-smtp2.pobox.com (HELO sasl.smtp.pobox.com) (64.147.108.71) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Mon, 15 May 2017 12:39:21 +0000 Received: from sasl.smtp.pobox.com (unknown [127.0.0.1]) by pb-smtp2.pobox.com (Postfix) with ESMTP id F328774331 for ; Mon, 15 May 2017 08:39:22 -0400 (EDT) Received: from pb-smtp2.nyi.icgroup.com (unknown [127.0.0.1]) by pb-smtp2.pobox.com (Postfix) with ESMTP id EBED474330 for ; Mon, 15 May 2017 08:39:22 -0400 (EDT) Received: from mail-io0-f174.google.com (unknown [209.85.223.174]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pb-smtp2.pobox.com (Postfix) with ESMTPSA id 5CA4C7432D for ; Mon, 15 May 2017 08:39:22 -0400 (EDT) Received: by mail-io0-f174.google.com with SMTP id f102so72041609ioi.2 for ; Mon, 15 May 2017 05:39:22 -0700 (PDT) X-Gm-Message-State: AODbwcCxRD+fAjeuM6UeyxVx/8gkwZaCcctDRtDZhLGdiRTL+GPkcxs1 Ylc6X21wqavLPBqde+lVQD5NqWKloA== X-Received: by 10.107.6.234 with SMTP id f103mr5033005ioi.198.1494851961616; Mon, 15 May 2017 05:39:21 -0700 (PDT) MIME-Version: 1.0 Received: by 10.107.53.214 with HTTP; Mon, 15 May 2017 05:38:40 -0700 (PDT) From: Jonah Graham Date: Mon, 15 May 2017 12:39:00 -0000 X-Gmail-Original-Message-ID: Message-ID: Subject: new-ui and Windows To: gdb@sourceware.org Content-Type: text/plain; charset="UTF-8" X-Pobox-Relay-ID: 859AD752-396B-11E7-9D94-61520C78B957-18936988!pb-smtp2.pobox.com X-IsSubscribed: yes X-SW-Source: 2017-05/txt/msg00005.txt.bz2 Hello gdb devs, I am looking to support the new-ui functionality[1] for Eclipse CDT on Windows [2]. I have been using it on Linux and have been enjoying it. Having a full GDB CLI available within Eclipse is a great improvement. I would like to know if new-ui is supposed to work on Windows with mingw host? The new-ui attempts to open a tty with top.c:open_terminal_stream() which calls open(). On Windows, AFAIK, this can only open a normal file. If this is supposed to work on Windows already, an example of how to do it would be great. I can take that and see where I can get next. Any thoughts much appreciated. Thanks, Jonah [1] https://sourceware.org/ml/gdb-patches/2016-05/msg00098.html [2] https://bugs.eclipse.org/516371 ~~~ Jonah Graham Kichwa Coders Ltd. www.kichwacoders.com