aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* Work towards a breakpoint UIBlaž Hrastnik2021-08-20
|
* Add Default to some structsBlaž Hrastnik2021-08-20
|
* wipBlaž Hrastnik2021-08-20
|
* Silence TCP client messages on stdout, log them in the futureBlaž Hrastnik2021-08-20
|
* Start integrating into the editor's event loopBlaž Hrastnik2021-08-20
|
* Avoid cloning a request on sendBlaž Hrastnik2021-08-20
|
* Fix example compilationBlaž Hrastnik2021-08-20
|
* fix: Used the wrong type for variablesBlaž Hrastnik2021-08-20
|
* dap: Significantly simplify code using the Request traitBlaž Hrastnik2021-08-20
|
* Refactor types, add a Request traitBlaž Hrastnik2021-08-20
|
* dap: Split types off into types.rsBlaž Hrastnik2021-08-20
|
* A request always needs to have a response, per spec (the body can be empty)Blaž Hrastnik2021-08-20
|
* Get cargo check to pass in the subcrateBlaž Hrastnik2021-08-20
|
* client: support tcp_process transportDmitry Sharshakov2021-08-20
|
* examples: continue handling output eventsDmitry Sharshakov2021-08-20
|
* refactor: use tagged enum for handling DAP payloadsDmitry Sharshakov2021-08-20
|
* examples: make examples identicalDmitry Sharshakov2021-08-20
|
* working lldb exampleDmitry Sharshakov2021-08-20
|
* Revert "compat: don't wait for launch and attach response"Dmitry Sharshakov2021-08-20
| | | | | | This reverts commit 766e3380622e2c7ddf5051ed672b78ece8d99f1f. Not required for lldb-vscode
* dap-dlv: rename from dap-goDmitry Sharshakov2021-08-20
|
* dap-lldb: adjust breakpoint positionDmitry Sharshakov2021-08-20
|
* formatDmitry Sharshakov2021-08-20
|
* formatDmitry Sharshakov2021-08-20
|
* dap: create C exampleDmitry Sharshakov2021-08-20
|
* formatDmitry Sharshakov2021-08-20
|
* compat: don't wait for launch and attach responseDmitry Sharshakov2021-08-20
| | | | I could not get one from codelldb
* compat: add all possible debugger capsDmitry Sharshakov2021-08-20
|
* compat: remove missing capsDmitry Sharshakov2021-08-20
| | | | Only report present features now
* compat: remove seq from Response and EventDmitry Sharshakov2021-08-20
|
* types: capitalize ID in namesDmitry Sharshakov2021-08-20
| | | | Part of LLDB integration
* dap-basic: parse stop eventDmitry Sharshakov2021-08-20
|
* dap-basic: better output formattingDmitry Sharshakov2021-08-20
|
* dap-basic: handle output eventsDmitry Sharshakov2021-08-20
|
* client: handle events multiple timesDmitry Sharshakov2021-08-20
|
* dispatch events in clientDmitry Sharshakov2021-08-20
|
* refactor response processingDmitry Sharshakov2021-08-20
|
* refactor server message handlingDmitry Sharshakov2021-08-20
|
* Add attach commandDmitry Sharshakov2021-08-20
|
* types: simplify working with client's launch argsDmitry Sharshakov2021-08-20
|
* dap: move launch request argumets outside of clientDmitry Sharshakov2021-08-20
|
* fix: move adapter_id out of DAP clientDmitry Sharshakov2021-08-20
|
* dap: support TCP clientsDmitry Sharshakov2021-08-20
|
* dap: make transport IO-agnosticDmitry Sharshakov2021-08-20
|
* dap: add missing fields to structsDmitry Sharshakov2021-08-20
|
* dap: support getting scopes and variablesDmitry Sharshakov2021-08-20
|
* dap: implement threads requestDmitry Sharshakov2021-08-20
|
* dap-basic: pretty-print resultsDmitry Sharshakov2021-08-20
|
* formatDmitry Sharshakov2021-08-20
|
* dap: logging using fernDmitry Sharshakov2021-08-20
|
* Initial debug adapter protocol implementationDmitry Sharshakov2021-08-20
|