[all-commits] [llvm/llvm-project] f07a2e: [lldb] Teach LocateExecutableSymbolFile to look in...
Gleb Popov via All-commits
all-commits at lists.llvm.org
Wed May 1 07:19:17 PDT 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: f07a2edc64650f44bc592d74bb4c99ddde3772d3
https://github.com/llvm/llvm-project/commit/f07a2edc64650f44bc592d74bb4c99ddde3772d3
Author: Gleb Popov <6yearold at gmail.com>
Date: 2024-05-01 (Wed, 01 May 2024)
Changed paths:
M lldb/source/Plugins/SymbolLocator/Default/SymbolLocatorDefault.cpp
Log Message:
-----------
[lldb] Teach LocateExecutableSymbolFile to look into LOCALBASE on FreeBSD (#81355)
FreeBSD ports will now install debuginfo under $LOCALBASE/lib/debug/, where $LOCALBASE is typically /usr/local. On FreeBSD search this path in addition to existing debug info paths.
Relevant change on the FreeBSD side: https://reviews.freebsd.org/D43515
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list