From owner-freebsd-hackers@freebsd.org Mon Dec 21 23:26:50 2015 Return-Path: Delivered-To: freebsd-hackers@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 8B2EAA4FB87 for ; Mon, 21 Dec 2015 23:26:50 +0000 (UTC) (envelope-from jhb@freebsd.org) Received: from bigwig.baldwin.cx (bigwig.baldwin.cx [IPv6:2001:470:1f11:75::1]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 6ABA6115F; Mon, 21 Dec 2015 23:26:50 +0000 (UTC) (envelope-from jhb@freebsd.org) Received: from ralph.baldwin.cx (c-73-231-226-104.hsd1.ca.comcast.net [73.231.226.104]) by bigwig.baldwin.cx (Postfix) with ESMTPSA id 24D90B979; Mon, 21 Dec 2015 18:26:48 -0500 (EST) From: John Baldwin To: Ed Maste Cc: "freebsd-hackers@freebsd.org" , Bertram Scharpf Subject: Re: lldb crashes hello.c Date: Mon, 21 Dec 2015 15:24:35 -0800 Message-ID: <10631378.9HXCB454Uo@ralph.baldwin.cx> User-Agent: KMail/4.14.3 (FreeBSD/10.2-STABLE; KDE/4.14.3; amd64; ; ) In-Reply-To: References: <20151218190616.GA2284@becker.bs.l> <1822063.F241qPFAvS@ralph.baldwin.cx> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" X-Greylist: Sender succeeded SMTP AUTH, not delayed by milter-greylist-4.2.7 (bigwig.baldwin.cx); Mon, 21 Dec 2015 18:26:48 -0500 (EST) X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 21 Dec 2015 23:26:50 -0000 On Monday, December 21, 2015 05:59:03 PM Ed Maste wrote: > On 21 December 2015 at 14:11, John Baldwin wrote: > > On Friday, December 18, 2015 08:06:16 PM Bertram Scharpf wrote: > >> Hi, > >> > >> I started to play around with LLDB, but it crashes right on the start. > > > > lldb doesn't (yet) support running FreeBSD/i386 binaries I believe. > > That is correct. Broadly speaking arch support looks like: > > * Live and core debugging works: > amd64 What about a FreeBSD/i386 binary on an amd64 host? -- John Baldwin