From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 29037 invoked by alias); 16 Dec 2013 13:52:49 -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 29022 invoked by uid 89); 16 Dec 2013 13:52:48 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-0.5 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2 X-HELO: mail-we0-f171.google.com Received: from mail-we0-f171.google.com (HELO mail-we0-f171.google.com) (74.125.82.171) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-SHA encrypted) ESMTPS; Mon, 16 Dec 2013 13:52:47 +0000 Received: by mail-we0-f171.google.com with SMTP id q58so4671600wes.16 for ; Mon, 16 Dec 2013 05:52:44 -0800 (PST) MIME-Version: 1.0 X-Received: by 10.194.219.1 with SMTP id pk1mr13903300wjc.36.1387201963690; Mon, 16 Dec 2013 05:52:43 -0800 (PST) Received: by 10.216.207.1 with HTTP; Mon, 16 Dec 2013 05:52:43 -0800 (PST) In-Reply-To: References: <20131215153129.GA27931@host2.jankratochvil.net> <201312151952.rBFJqkHH011191@glazunov.sibelius.xs4all.nl> Date: Mon, 16 Dec 2013 13:52:00 -0000 Message-ID: Subject: Re: [C++] System Requirements From: Phi Debian To: Ivo Raisr Cc: "gdb@sourceware.org" , brlongbons@gmail.com Content-Type: text/plain; charset=ISO-8859-1 X-IsSubscribed: yes X-SW-Source: 2013-12/txt/msg00030.txt.bz2 This is indeed a sad day. I got my own gdb since years, have my own hack in there, basically getting rid of the TUI and getting my own proper TUI, not curses based, working much like dbx, xdb, i.e lightweigth comunication (not graphic) yet able to display source code efficiently with basic terminal. My hack are 'gdb portable' i.e forward ported since age. And I only debug C code (so far I was lucky) This move to gdb written in C++ will indeed move me away from it, time to look llvm closer :) May be this will trig also some fork, who knows may be there are some out there who still want a lightweigth debugger of classic non object language (say C, pascal, fortran).... Sounds like GDB caught the same disease as gnome, etc, they want to be modern :) Cheers, Phi