diff options
author | John Harrison <harjohn@google.com> | 2025-03-10 10:00:10 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-03-10 10:00:10 -0700 |
commit | 414e5c58cb5ca48e86e30150790bdcdaa2cc306e (patch) | |
tree | 2af9efa9f2e853cca1a359946621dd7e39e63a3d /llvm/lib/Target/RISCV/Disassembler/RISCVDisassembler.cpp | |
parent | 5ba7a3bd4c0eb736e4f1939c3a46317ef21247f2 (diff) | |
download | llvm-414e5c58cb5ca48e86e30150790bdcdaa2cc306e.zip llvm-414e5c58cb5ca48e86e30150790bdcdaa2cc306e.tar.gz llvm-414e5c58cb5ca48e86e30150790bdcdaa2cc306e.tar.bz2 |
[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.
Diffstat (limited to 'llvm/lib/Target/RISCV/Disassembler/RISCVDisassembler.cpp')
0 files changed, 0 insertions, 0 deletions