================ @@ -1537,6 +1538,154 @@ static void LoadScriptingResourceForModule(const ModuleSP &module_sp, feedback_stream.GetData()); } +static void ForEachFormatterInModule( ---------------- JDevlieghere wrote:
Target seems like a weird place for this code to live. I understand that's where `LoadScriptingResourceForModule` currently resides, but that function is pretty basic. I think we've reached the threshold of having to move `LoadScriptingResourceForModule`, `LoadTypeSummariesForModule` and `LoadFormattersForModule` into a separate file. https://github.com/llvm/llvm-project/pull/114333 _______________________________________________ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits