[Lldb-commits] [lldb] [LLDB][SaveCore] Add SBSaveCoreOptions Object, and SBProcess::SaveCore() overload (PR #98403)

Pavel Labath via lldb-commits lldb-commits at lists.llvm.org
Fri Jul 19 03:01:47 PDT 2024


labath wrote:

Were those the same failures that were showing up on the buildbots? If not it could just be that there's an issue with your build configuration.

In this case, the fix was pretty simple (see a27037becd1bdea568e2f970d4b85fa5e02f3b08), but generally, if don't know what's the problem and you get a clear signal that this is a real failure and not a fluke (three builtbots going red at the same time is definitely sufficient signal), it's best to revert and figure out the problem later.

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


More information about the lldb-commits mailing list