Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | dap: Fix examples | Blaž Hrastnik | 2021-10-17 |
| | |||
* | examples: ensure target stopped by waiting for enter from user | Dmitry Sharshakov | 2021-09-04 |
| | |||
* | compat: change lldb to lldb-vscode | Dmitry Sharshakov | 2021-08-30 |
| | | | | This should be preferred ID, although now lldb-vscode works with any | ||
* | examples: fix build | Dmitry Sharshakov | 2021-08-22 |
| | |||
* | add rx dispatcher to examples | Dmitry Sharshakov | 2021-08-21 |
| | |||
* | make CI green | Dmitry Sharshakov | 2021-08-20 |
| | |||
* | Fix example compilation | Blaž Hrastnik | 2021-08-20 |
| | |||
* | dap: Significantly simplify code using the Request trait | Blaž Hrastnik | 2021-08-20 |
| | |||
* | client: support tcp_process transport | Dmitry Sharshakov | 2021-08-20 |
| | |||
* | examples: continue handling output events | Dmitry Sharshakov | 2021-08-20 |
| | |||
* | examples: make examples identical | Dmitry Sharshakov | 2021-08-20 |
| | |||
* | working lldb example | Dmitry Sharshakov | 2021-08-20 |
| | |||
* | dap-dlv: rename from dap-go | Dmitry Sharshakov | 2021-08-20 |
| | |||
* | dap-lldb: adjust breakpoint position | Dmitry Sharshakov | 2021-08-20 |
| | |||
* | dap: create C example | Dmitry Sharshakov | 2021-08-20 |
| | |||
* | compat: add all possible debugger caps | Dmitry Sharshakov | 2021-08-20 |
| | |||
* | dap-basic: parse stop event | Dmitry Sharshakov | 2021-08-20 |
| | |||
* | dap-basic: better output formatting | Dmitry Sharshakov | 2021-08-20 |
| | |||
* | dap-basic: handle output events | Dmitry Sharshakov | 2021-08-20 |
| | |||
* | dispatch events in client | Dmitry Sharshakov | 2021-08-20 |
| | |||
* | types: simplify working with client's launch args | Dmitry Sharshakov | 2021-08-20 |
| | |||
* | dap: move launch request argumets outside of client | Dmitry Sharshakov | 2021-08-20 |
| | |||
* | fix: move adapter_id out of DAP client | Dmitry Sharshakov | 2021-08-20 |
| | |||
* | dap: support TCP clients | Dmitry Sharshakov | 2021-08-20 |
| | |||
* | dap: add missing fields to structs | Dmitry Sharshakov | 2021-08-20 |
| | |||
* | dap: support getting scopes and variables | Dmitry Sharshakov | 2021-08-20 |
| | |||
* | dap: implement threads request | Dmitry Sharshakov | 2021-08-20 |
| | |||
* | dap-basic: pretty-print results | Dmitry Sharshakov | 2021-08-20 |
| | |||
* | dap: logging using fern | Dmitry Sharshakov | 2021-08-20 |
| | |||
* | Initial debug adapter protocol implementation | Dmitry Sharshakov | 2021-08-20 |