John Harrison
414e5c58cb
[lldb-dap] Migrating terminated statistics to the event body. ( #130454 )
...
Per the DAP spec, the event 'body' field should contain any additional
data related to the event. I updated the lldb-dap 'statistics' extension
into the terminated event's body like:
```
{
"type": "event",
"seq": 0,
"event": "terminated",
"body": {
"$__lldb_statistics": {...}
}
}
```
This allows us to more uniformly handle event messages.
2025-03-10 10:00:10 -07:00
..
2025-02-27 19:56:56 -06:00
2025-02-27 19:56:56 -06:00
2025-03-03 18:56:21 -06:00
2025-02-27 19:56:56 -06:00
2024-11-01 08:55:23 -07:00
2024-08-29 13:33:30 +00:00
2025-02-27 19:56:56 -06:00
2024-05-24 08:52:32 +02:00
2024-05-24 08:52:32 +02:00
2025-02-27 19:56:56 -06:00
2024-11-13 11:17:07 -08:00
2024-09-10 12:40:20 -07:00
2025-02-28 14:59:35 +00:00
2024-09-03 08:37:59 +02:00
2025-03-06 13:57:06 -08:00
2025-02-27 19:56:56 -06:00
2024-10-11 03:31:26 +02:00
2024-09-25 13:49:42 +02:00
2024-10-10 14:21:25 +02:00
2024-10-03 13:47:26 -07:00
2025-02-24 14:41:19 -08:00
2025-03-05 12:02:44 -08:00
2024-05-17 11:24:20 +02:00
2024-05-24 08:52:32 +02:00
2025-02-27 19:56:56 -06:00
2024-04-18 09:24:33 -07:00
2024-11-08 13:25:23 +01:00
2025-02-27 19:56:56 -06:00
2025-02-24 14:56:28 -08:00
2024-09-13 11:18:05 +02:00
2024-09-10 12:40:20 -07:00
2024-10-15 12:19:21 -07:00
2024-08-21 20:30:10 +02:00
2024-07-16 12:59:08 +02:00
2024-05-24 08:52:32 +02:00
2025-03-10 10:00:10 -07:00
2024-12-04 16:55:28 +01:00
2025-03-04 15:46:26 +05:00