[Lldb-commits] [lldb] [lldb][Target] Move Debugger::GetSafeAutoLoadPaths into Target (PR #192703)
Michael Buch via lldb-commits
lldb-commits at lists.llvm.org
Sat Apr 18 02:46:55 PDT 2026
================
@@ -213,7 +213,7 @@ enum {
};
#endif
-static const FileSpecList &GetDefaultSafeAutoLoadPaths() {
+const FileSpecList &Debugger::GetDefaultSafeAutoLoadPaths() {
----------------
Michael137 wrote:
Talked about this offline, but the properties are currently in `Core`. So we'd have to move the settings to `Target` too. Felt unnecessary for now
https://github.com/llvm/llvm-project/pull/192703
More information about the lldb-commits
mailing list