Files
llvm-project/lldb/source/Target/Platform.cpp
Michael Buch 404b75651f [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`).
2026-04-19 06:54:45 +01:00

82 KiB