da-viper wrote:

we need to update the reason the `stopReasonInstrumentation` in JSONUtils.cpp
```cpp
  case lldb::eStopReasonInstrumentation:
    body.try_emplace("reason", "breakpoint");
```
It passing CI because the decorator for ubsan is not currently supported on 
linux.

https://github.com/llvm/llvm-project/pull/176465
_______________________________________________
lldb-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to