From owner-freebsd-arch@FreeBSD.ORG Fri Apr 11 18:27:04 2014 Return-Path: Delivered-To: freebsd-arch@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 96755784; Fri, 11 Apr 2014 18:27:04 +0000 (UTC) Received: from vps1.elischer.org (vps1.elischer.org [204.109.63.16]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "vps1.elischer.org", Issuer "CA Cert Signing Authority" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 67A631CA0; Fri, 11 Apr 2014 18:27:04 +0000 (UTC) Received: from Julian-MBP3.local (50-196-156-133-static.hfc.comcastbusiness.net [50.196.156.133]) (authenticated bits=0) by vps1.elischer.org (8.14.8/8.14.8) with ESMTP id s3BIQq1I003955 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES128-SHA bits=128 verify=NO); Fri, 11 Apr 2014 11:26:55 -0700 (PDT) (envelope-from julian@freebsd.org) Message-ID: <534833E6.9070707@freebsd.org> Date: Sat, 12 Apr 2014 02:26:46 +0800 From: Julian Elischer User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.9; rv:24.0) Gecko/20100101 Thunderbird/24.4.0 MIME-Version: 1.0 To: Ed Maste Subject: Re: Time for turning off gdb by default? Or worse... References: <20140408212629.GD21331@kib.kiev.ua> <5344B551.30200@freebsd.org> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-arch X-BeenThere: freebsd-arch@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Discussion related to FreeBSD architecture List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 11 Apr 2014 18:27:04 -0000 On 4/9/14, 9:03 PM, Ed Maste wrote: > On 8 April 2014 22:49, Julian Elischer wrote: >> also does lldb work with the xxgdb and ddd frontends? >> does it have its own frontend that makes it usable? > LLDB recently gained a curses-based UI. It seems pretty usable, > although I generally prefer to use a debugger's command-line > interface. > > I've put a screenshot of it here: > http://people.freebsd.org/~emaste/lldb/lldb-gui.png bleagh! compare with ddd.. http://img.brothersoft.com/screenshots/softimage/d/data_display_debugger_for_mac-203841-1231223624.jpeg https://www.gnu.org/software/ddd/ for more examples > > -Ed >