[all-commits] [llvm/llvm-project] 404b75: [lldb][Target] Move Debugger::GetSafeAutoLoadPaths...
Michael Buch via All-commits
all-commits at lists.llvm.org
Sat Apr 18 22:55:08 PDT 2026
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 404b75651f7220e9de1801fa987ccf92c1fc95bb
https://github.com/llvm/llvm-project/commit/404b75651f7220e9de1801fa987ccf92c1fc95bb
Author: Michael Buch <michaelbuch12 at gmail.com>
Date: 2026-04-19 (Sun, 19 Apr 2026)
Changed paths:
M lldb/include/lldb/Core/Debugger.h
M lldb/include/lldb/Target/Target.h
M lldb/source/Core/Debugger.cpp
M lldb/source/Target/Platform.cpp
M lldb/source/Target/Target.cpp
Log Message:
-----------
[lldb][Target] Move Debugger::GetSafeAutoLoadPaths into Target (#192703)
Required for https://github.com/llvm/llvm-project/pull/191454
We want to make the `Target`/`Platform` define commonly used default
paths (without configuring them in CMake). This is easiest if this logic
lived in `Target` (since then we have access to the associated
`Platform`).
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