[Lldb-commits] [lldb] [lldb-dap] Adding more details to 'exceptionInfo'. (PR #176465)

Ebuka Ezike via lldb-commits lldb-commits at lists.llvm.org
Wed Jan 21 07:13:52 PST 2026


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


More information about the lldb-commits mailing list