[Lldb-commits] [lldb] [lldb][crashlog] Account for alternate format of 'Triggered by Thread:' string (PR #174572)
Michael Buch via lldb-commits
lldb-commits at lists.llvm.org
Tue Jan 6 04:18:07 PST 2026
Michael137 wrote:
Ah actually there's a `triggered` field per thread, which the JSON parser correctly handles:
```
"length": 13848, "appleIntelligenceStatus": {"state": "available"}, "threads": [{"triggered": true, "originalLength": 169995, "queue": "com.apple.main-thread",
```
Also theres:
```
{"threadTriggered": {"queue": "com.apple.main-thread"}},
```
which we don't seem to use.
So I think we're good
https://github.com/llvm/llvm-project/pull/174572
More information about the lldb-commits
mailing list