[Lldb-commits] [lldb] [lldb-dap] Use protocol types for exceptioninfo (PR #165858)

David Spickett via lldb-commits lldb-commits at lists.llvm.org
Mon Nov 3 05:12:05 PST 2025


DavidSpickett wrote:

The above problem is the same one the orignal PR (https://github.com/llvm/llvm-project/pull/164318) had.
```
Traceback (most recent call last):
  File "/home/tcwg-buildbot/worker/lldb-arm-ubuntu/llvm-project/lldb/test/API/tools/lldb-dap/exception/TestDAP_exception.py", line 24, in test_stopped_description
    self.assertEqual(exceptionInfo["description"], "signal SIGABRT")
AssertionError: '\x01ignal SIGABRT' != 'signal SIGABRT'
- ignal SIGABRT
? ^
+ signal SIGABRT
? ^
```
I'm going to revert it again.

Please explain what you did differently, if anything than last time.

I can reproduce it at some point, but not until Wednesday.

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


More information about the lldb-commits mailing list