[Lldb-commits] [lldb] Allow option to ignore module load errors in ScriptedProcess (PR #127153)
via lldb-commits
lldb-commits at lists.llvm.org
Thu Feb 20 17:19:16 PST 2025
================
@@ -165,7 +165,7 @@ Status ScriptedProcess::DoLoadCore() {
Status ScriptedProcess::DoLaunch(Module *exe_module,
ProcessLaunchInfo &launch_info) {
LLDB_LOGF(GetLog(LLDBLog::Process), "ScriptedProcess::%s launching process", __FUNCTION__);
-
+
----------------
rchamala wrote:
For some reason, `git clang` showed this. Not sure if the previous change was submitted with the whitespace, I have just let it be for now
https://github.com/llvm/llvm-project/pull/127153
More information about the lldb-commits
mailing list