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
_______________________________________________
lldb-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to