Page MenuHomeFreeBSD

src.opts.mk: Enable LLDB for 32-bit arm
ClosedPublic

Authored by emaste on Sep 21 2025, 7:30 PM.
Tags
None
Referenced Files
F133592321: D52668.id.diff
Sun, Oct 26, 9:32 PM
F133591699: D52668.id162546.diff
Sun, Oct 26, 9:26 PM
F133591697: D52668.id164789.diff
Sun, Oct 26, 9:26 PM
F133591406: D52668.diff
Sun, Oct 26, 9:23 PM
Unknown Object (File)
Sun, Oct 12, 6:18 PM
Unknown Object (File)
Sun, Oct 12, 5:31 PM
Unknown Object (File)
Sat, Oct 11, 5:16 AM
Unknown Object (File)
Sat, Oct 11, 5:16 AM
Subscribers

Details

Summary
It was previously disabled when we built for older 32-bit arm targets
which lack 64-bit atomics.  As we now support armv7 at a minimum there
is no need to disable LLDB.

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

riscv failure for reference:

ld: error: undefined reference: lldb_private::process_freebsd::NativeRegisterContextFreeBSD::CreateHostNativeRegisterContextFreeBSD(lldb_private::ArchSpec const&, lldb_private::process_freebsd::NativeThreadFreeBSD&)
>>> referenced by /scratch/tmp/emaste/obj/home/emaste/src/riscv.riscv64/lib/clang/liblldb/libprivatelldb.so (disallowed by --no-allow-shlib-undefined)
This revision was not accepted when it landed; it landed in state Needs Review.Wed, Oct 22, 8:04 PM
This revision was automatically updated to reflect the committed changes.