From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED!not-for-mail From: Daniel Colascione Newsgroups: gmane.emacs.devel Subject: Re: lldb support Date: Tue, 8 Nov 2016 17:17:04 -0800 Message-ID: <6c239d49-a92c-1495-7121-4808295a4fc2@dancol.org> References: <20161107150552.20e98985@jabberwock.cb.piermont.com> <20161107220815.606cd583@jabberwock.cb.piermont.com> NNTP-Posting-Host: blaine.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-Trace: blaine.gmane.org 1478654297 27225 195.159.176.226 (9 Nov 2016 01:18:17 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Wed, 9 Nov 2016 01:18:17 +0000 (UTC) User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.4.0 Cc: emacs-devel@gnu.org To: rms@gnu.org, "Perry E. Metzger" Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Nov 09 02:18:14 2016 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by blaine.gmane.org with esmtp (Exim 4.84_2) (envelope-from ) id 1c4HWX-0004Uk-3K for ged-emacs-devel@m.gmane.org; Wed, 09 Nov 2016 02:17:57 +0100 Original-Received: from localhost ([::1]:36264 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1c4HWZ-0004ep-Vp for ged-emacs-devel@m.gmane.org; Tue, 08 Nov 2016 20:18:00 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:42169) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1c4HW0-0004ej-Mc for emacs-devel@gnu.org; Tue, 08 Nov 2016 20:17:25 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1c4HVv-0004s1-MG for emacs-devel@gnu.org; Tue, 08 Nov 2016 20:17:24 -0500 Original-Received: from dancol.org ([2600:3c01::f03c:91ff:fedf:adf3]:32986) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1c4HVv-0004pp-Co; Tue, 08 Nov 2016 20:17:19 -0500 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=dancol.org; s=x; h=Content-Transfer-Encoding:Content-Type:In-Reply-To:MIME-Version:Date:Message-ID:From:Cc:References:To:Subject; bh=Nncm4+Dn6z3tqD1uOeKa5nPUaYJSQoLz2L7F1XLBTVQ=; b=S7Ye085D9MXC7if41Mn7IGCBylUm6P15YOl9Rc4KMc+8UGzCjisNJS+mdb5u5+F99XoT0vB/ydIbLQE6JJecq8ACsyp+hEhiB77FleoO6GxvlDtU+dtz4cHW8XlL+eNtyg84XLEGjQpiBoViT+eFxVzmvRYpH5nq/2Ba09ICfcOrijyMJMxh3pzn1ntbjjFQHGwbu6nqu7M1GkR7GjFU3mgp6ivfHQf4bKFqMy34NdvpizGFFcXWG4c4J2UHsobjIez1FJC6AXY/HQcfOE/8oZO3yp99WJX1RvcEeNoXcB7ntJKzCkoQoY4LM8m+Q6AzQ6w1DdI4tpOxz8QdjcGnWw==; Original-Received: from c-73-97-199-232.hsd1.wa.comcast.net ([73.97.199.232] helo=[192.168.1.173]) by dancol.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.84_2) (envelope-from ) id 1c4HVn-0002vo-37; Tue, 08 Nov 2016 17:17:11 -0800 In-Reply-To: X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 2600:3c01::f03c:91ff:fedf:adf3 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: "Emacs-devel" Xref: news.gmane.org gmane.emacs.devel:209299 Archived-At: On 11/08/2016 04:54 PM, Richard Stallman wrote: > [[[ To any NSA and FBI agents reading my email: please consider ]]] > [[[ whether defending the US Constitution against all enemies, ]]] > [[[ foreign or domestic, requires you to follow Snowden's example. ]]] > > > But if new code was written, it would be accepted then. > > Would you please remind me what lldb does? > LLDB is GDB with an evil goatee. It's a debugger that does the same job as GDB, but it's based on the Clang and LLVM toolkit for looking at the world, not binutils, GCC, etc. Compared to GDB, LLDB has a different and (IMHO) uglier command syntax, but both LLDB and GDB support the MI protocol.