From owner-freebsd-arm@freebsd.org Mon May 29 15:08:51 2017 Return-Path: Delivered-To: freebsd-arm@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 B64A9D4E887 for ; Mon, 29 May 2017 15:08:51 +0000 (UTC) (envelope-from carpeddiem@gmail.com) Received: from mail-it0-x236.google.com (mail-it0-x236.google.com [IPv6:2607:f8b0:4001:c0b::236]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 77E827D0AA for ; Mon, 29 May 2017 15:08:51 +0000 (UTC) (envelope-from carpeddiem@gmail.com) Received: by mail-it0-x236.google.com with SMTP id g126so28166532ith.0 for ; Mon, 29 May 2017 08:08:51 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:sender:in-reply-to:references:from:date:message-id :subject:to:cc:content-transfer-encoding; bh=yeG7jMVAlLDsuB69zuE2eIBSIRf82fa6KfNw12AeJpg=; b=lf8agsEQOaaA7b6K6wci3IpZrF+/DB1YS7ZtEplUOTu/WbggFuzFlSrp5C0wQOqTzH mmUVQqHS96yYva0ThxzV0qNU2iz3xPq8UILOudOcQ6YaswgKS6yI1aCyqYq2l+aMjsjy PzArpdgMkMB8qaNoZ10+RBB7onDFofo55dh0XVSNulGr2x/0pN3skw/moUunq403mjg8 hhBIM2wiZO61ZXvM6VVFgCL05xYniSEZBlIzAMPCF35SKpDSMVt2/Bp9C2OIwoDL7fF8 uA5rEZhS141ebXob4/L3JAmeIyskKlCBcFOJUg9kDM+LjvUYlbHV0ewzt5bvAH+FA6n1 BJig== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:sender:in-reply-to:references:from :date:message-id:subject:to:cc:content-transfer-encoding; bh=yeG7jMVAlLDsuB69zuE2eIBSIRf82fa6KfNw12AeJpg=; b=TtYmKihr3HiO+2ow7ogt4yXlMJHdvWZneXllpGo6TTdO5D8xggCCWUEbgtxLAGwfbl xosskeEJngCNXTC/KZoY5CnYCbu2QkHQMrzV2rVqbaeMknSa0+AV33JzC4K0S2JdVwU5 esjg2OLf5+2Krhy1DejYT0sYPGc/faHWb3MGWFICMBp01TPVtdxMJnzf/Z5XLuX18pu3 gss//mKK3zpch9zzqutCGJn4jSqk2Nd/Iku2L/pVgeqm48e2u/Dvb5bBElnrLNapCGDo xDBDbOt4FuD5scCv8gGsvnVCXIn04aPJ8FU5eSxH+R4ywoH00ZXRi7rxxeJE2lxupzrx CbmA== X-Gm-Message-State: AODbwcDmiVL0cb609hGBHM+D6w3qNt+D4VRJw8fqn55wySmbD5WiQO+I ffEwNJZhhDE6j+wYbx5FEJmRI2Ag9OTL X-Received: by 10.36.116.82 with SMTP id o79mr16771173itc.88.1496070530851; Mon, 29 May 2017 08:08:50 -0700 (PDT) MIME-Version: 1.0 Sender: carpeddiem@gmail.com Received: by 10.107.169.201 with HTTP; Mon, 29 May 2017 08:08:30 -0700 (PDT) In-Reply-To: <1C1DA369-0BF1-4E22-A998-1E36CDC1A203@obsigna.com> References: <3DA2368D-AE7B-4D69-A634-2861D2EFA9AE@obsigna.com> <8FDE5FCC-9BA8-4601-A32E-04FBAB5FFBEA@obsigna.com> <1C1DA369-0BF1-4E22-A998-1E36CDC1A203@obsigna.com> From: Ed Maste Date: Mon, 29 May 2017 11:08:30 -0400 X-Google-Sender-Auth: sNIayY2t1L5GhYn_M9zjRtwBzw0 Message-ID: Subject: Re: lldb on BeagleBone Black To: "Dr. Rolf Jansen" Cc: "freebsd-arm@freebsd.org" Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: "Porting FreeBSD to ARM processors." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 May 2017 15:08:51 -0000 On 28 May 2017 at 10:34, Dr. Rolf Jansen wrote: > This is only a follow-up notice. > > I reliably managed to build (lldb + clang/lld) from the svn trunk of LLVM= 5.0.0 on my Beaglebone Black running the latest snapshot (May 20th) of Fre= eBSD 12.0-CURRENT, and the lldb is working very well, and this includes sin= gle stepping and ncurses-GUI mode, while single stepping with the latest ll= db 4.0.1 from the ports does not work. Thanks for the follow-up, and for your persistence in trying to build LLDB on the BBB! In what way is the UTF-8 output broken?