[Lldb-commits] [lldb] Allow option to ignore module load errors in ScriptedProcess (PR #127153)
via lldb-commits
lldb-commits at lists.llvm.org
Fri Feb 14 07:44:49 PST 2025
rchamala wrote:
Note that currently, I am returning failure if a wrong type is passed in to the dictionary via "get_loaded_images" or if "load_addr" is missing even for one module. Once the type checks are done, I am conditionally ignoring module load errors.
https://github.com/llvm/llvm-project/pull/127153
More information about the lldb-commits
mailing list