lldb crashes hello.c

Ed Maste emaste at freebsd.org
Mon Dec 21 22:59:23 UTC 2015


On 21 December 2015 at 14:11, John Baldwin <jhb at freebsd.org> 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

* Live and core debugging should work or has been known to work, but
may have regressed and may not have been recently tested:
arm, powerpc, powerpc64

* Core debugging works:
arm64

* Core debugging should work:
mips64

* Target code exists but is not functional:
i386

* Target code does not exist:
mips, riscv64, sparc64


More information about the freebsd-hackers mailing list