From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: lldb support Date: Thu, 10 Nov 2016 18:02:23 +0200 Message-ID: <83d1i3fhm8.fsf@gnu.org> References: <20161107150552.20e98985@jabberwock.cb.piermont.com> <20161107220815.606cd583@jabberwock.cb.piermont.com> <6c239d49-a92c-1495-7121-4808295a4fc2@dancol.org> <20161109205724.02e086af@jabberwock.cb.piermont.com> <83h97gf19d.fsf@gnu.org> <20161110085852.70604c6a@jabberwock.cb.piermont.com> Reply-To: Eli Zaretskii NNTP-Posting-Host: blaine.gmane.org X-Trace: blaine.gmane.org 1478793826 2464 195.159.176.226 (10 Nov 2016 16:03:46 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Thu, 10 Nov 2016 16:03:46 +0000 (UTC) Cc: dancol@dancol.org, emacs-devel@gnu.org To: "Perry E. Metzger" Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Nov 10 17:03:42 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 1c4rof-0004JJ-2b for ged-emacs-devel@m.gmane.org; Thu, 10 Nov 2016 17:03:05 +0100 Original-Received: from localhost ([::1]:47380 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1c4roi-0003cG-88 for ged-emacs-devel@m.gmane.org; Thu, 10 Nov 2016 11:03:08 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:57636) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1c4rny-0003YG-Iu for emacs-devel@gnu.org; Thu, 10 Nov 2016 11:02:26 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1c4rny-0000QD-0N for emacs-devel@gnu.org; Thu, 10 Nov 2016 11:02:22 -0500 Original-Received: from fencepost.gnu.org ([2001:4830:134:3::e]:44808) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1c4rnx-0000Py-TU; Thu, 10 Nov 2016 11:02:21 -0500 Original-Received: from 84.94.185.246.cable.012.net.il ([84.94.185.246]:4737 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_128_CBC_SHA1:128) (Exim 4.82) (envelope-from ) id 1c4rnw-0002tv-Rw; Thu, 10 Nov 2016 11:02:21 -0500 In-reply-to: <20161110085852.70604c6a@jabberwock.cb.piermont.com> (perry@piermont.com) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 2001:4830:134:3::e 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:209328 Archived-At: > > Daniel said lldb supports the MI protocol. If that is true, lldb is > > already supported. Can someone try that and see if that works, and > > if not, tell why? > > When I last tried things didn't work correctly but I don't understand > gud mode's internals yet and could not give you a reasonable bug > report or patch as of yet. GUD doesn't use the MI protocol, you should use gdb-mi.el (which is invoked by "M-x gdb RET"). See the instructions I posted a few minutes ago. Thanks.