[Lldb-commits] [lldb] [LLDB][SBSaveCore] Fix bug where default values are not propagated. (PR #101770)
Haojian Wu via lldb-commits
lldb-commits at lists.llvm.org
Tue Aug 6 00:49:39 PDT 2024
hokein wrote:
I saw the msan failure when integrating LLVM into our internal codebase, it is a msan-build lldb.
The second error `AssertionError: launching (4) != stopped (5)` occurred in a non-msan-build lldb from the upstream repository. And I ran `llvm-lit -sv lldb/test/API/functionalities/process_save_core/TestProcessSaveCore.py`
https://github.com/llvm/llvm-project/pull/101770
More information about the lldb-commits
mailing list