From owner-freebsd-toolchain@freebsd.org Sat Oct 10 02:16:44 2015 Return-Path: Delivered-To: freebsd-toolchain@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 E22499D34F5 for ; Sat, 10 Oct 2015 02:16:44 +0000 (UTC) (envelope-from rpaulo@me.com) Received: from mr11p00im-asmtp003.me.com (mr11p00im-asmtp003.me.com [17.110.69.254]) (using TLSv1.2 with cipher DHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id C2F081C89; Sat, 10 Oct 2015 02:16:44 +0000 (UTC) (envelope-from rpaulo@me.com) Received: from akita.hsd1.ca.comcast.net (c-73-162-13-215.hsd1.ca.comcast.net [73.162.13.215]) by mr11p00im-asmtp003.me.com (Oracle Communications Messaging Server 7.0.5.35.0 64bit (built Mar 31 2015)) with ESMTPSA id <0NVZ0080QFNNGB10@mr11p00im-asmtp003.me.com>; Sat, 10 Oct 2015 02:16:37 +0000 (GMT) X-Proofpoint-Virus-Version: vendor=fsecure engine=2.50.10432:,, definitions=2015-10-10_04:,, signatures=0 X-Proofpoint-Spam-Details: rule=notspam policy=default score=0 kscore.is_bulkscore=8.89616158517015e-12 compositescore=0.981618935876834 phishscore=0 kscore.is_spamscore=0 rbsscore=0.981618935876834 recipient_to_sender_totalscore=0 spamscore=0 urlsuspectscore=0.981618935876834 adultscore=0 kscore.compositescore=0 circleOfTrustscore=0 suspectscore=0 recipient_domain_to_sender_totalscore=0 bulkscore=0 recipient_domain_to_sender_domain_totalscore=0 recipient_to_sender_domain_totalscore=0 classifier=spam adjust=0 reason=mlx scancount=1 engine=8.0.1-1412110000 definitions=main-1510100031 Message-id: <1444443395.18959.0.camel@me.com> Subject: Re: error: your copy of LLDB does not support scripting. From: Rui Paulo To: Craig Rodrigues , FreeBSD Toolchain Date: Fri, 09 Oct 2015 19:16:35 -0700 In-reply-to: References: Content-type: text/plain; charset=UTF-8 X-Mailer: Evolution 3.16.5-1 MIME-version: 1.0 Content-transfer-encoding: 7bit X-BeenThere: freebsd-toolchain@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Maintenance of FreeBSD's integrated toolchain List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 10 Oct 2015 02:16:45 -0000 On Fri, 2015-10-09 at 17:06 -0700, Craig Rodrigues wrote: > Hi, > > In /etc/make.conf, I put WITH_LLDB="yes" > and rebuilt/reinstalled the world. > > I then tried: > > (lldb) script > error: your copy of LLDB does not support scripting. > > Is there a way to configure LLDB with script support? I think you need to use the ports lldb. -- Rui Paulo