[Lldb-commits] [lldb] Allow option to ignore module load errors in ScriptedProcess (PR #127153)

via lldb-commits lldb-commits at lists.llvm.org
Mon Feb 17 15:48:46 PST 2025


rchamala wrote:

> I'm not convinced of that this change needs to be happen in ScriptedProcess ..

Just so that we’re on the same page, the logic to skip loading modules upon a module load error is part of ScriptedProcess conversion logic in “scriptedprocess::GetLoadedDynamicLibrariesInfos”. The method does not call target to load modules upon a single module load error. Can you please expand your thoughts on why this change should not be part of ScriptedProcess ?

https://github.com/llvm/llvm-project/pull/127153


More information about the lldb-commits mailing list