[Lldb-commits] [lldb] [lldb] Teach LocateExecutableSymbolFile to look into LOCALBASE on FreeBSD (PR #81355)
Ed Maste via lldb-commits
lldb-commits at lists.llvm.org
Wed May 1 07:15:12 PDT 2024
https://github.com/emaste approved this pull request.
This is reasonable and in line with the existing special case for NetBSD, but it seems like this logic shouldn't really be here but in a target-specific file. When (live or corefile) cross-debugging a FreeBSD target we should look in $LOCALBASE/lib/debug relative to a sysroot.
https://github.com/llvm/llvm-project/pull/81355
More information about the lldb-commits
mailing list