Files
Tom de Vries 8ee55b880f [gdb/dap] Add logging of ignored lines
This input sequence is accepted by DAP:
...
{"seq": 4, "type": "request", "command": "configurationDone"}Content-Length: 84
...

This input sequence has the same effect:
...
{"seq": 4, "type": "request", "command": "configurationDone"}ignorethis
Content-Length: 84
...
but the 'ignorethis' part is silently ignored.

Log the ignored bit, such that we have:
...
READ: <<<{"seq": 4, "type": "request", "command": "configurationDone"}>>>
WROTE: <<<{"request_seq": 4, "type": "response", "command": "configurationDone"
, "success": true}>>>
+++ run
IGNORED: <<<b'ignorethis'>>>
...
2023-03-24 09:08:10 +01:00
..
2023-02-27 15:46:31 -07:00
2023-03-11 08:48:10 -07:00
2023-02-27 16:20:39 -07:00
2023-03-06 17:31:57 +01:00
2023-02-27 15:46:31 -07:00
2023-02-27 15:46:31 -07:00
2023-02-27 16:20:39 -07:00
2023-02-27 16:20:39 -07:00
2023-02-27 15:46:31 -07:00