Dmitry Sharshakov
|
9e22842d51
|
move debug command to keybinding
|
2021-08-20 19:06:52 +03:00 |
|
Dmitry Sharshakov
|
e2c74d26e0
|
Add command to run debug target
|
2021-08-20 18:18:35 +03:00 |
|
Dmitry Sharshakov
|
c4970c617e
|
make CI green
|
2021-08-20 16:48:59 +03:00 |
|
Blaž Hrastnik
|
a54b09e3fe
|
dap: Split out launch from init
|
2021-08-20 14:06:55 +09:00 |
|
Blaž Hrastnik
|
94a1951d40
|
Work towards a breakpoint UI
|
2021-08-20 13:51:38 +09:00 |
|
Blaž Hrastnik
|
8759dc7e33
|
Add Default to some structs
|
2021-08-20 13:48:33 +09:00 |
|
Blaž Hrastnik
|
86102a651f
|
wip
|
2021-08-20 13:48:33 +09:00 |
|
Blaž Hrastnik
|
2094ff1aaf
|
Silence TCP client messages on stdout, log them in the future
|
2021-08-20 13:48:33 +09:00 |
|
Blaž Hrastnik
|
d39baa3b4e
|
Start integrating into the editor's event loop
|
2021-08-20 13:48:32 +09:00 |
|
Blaž Hrastnik
|
0300dbdeb3
|
Avoid cloning a request on send
|
2021-08-20 13:43:54 +09:00 |
|
Blaž Hrastnik
|
54dc2f8107
|
Fix example compilation
|
2021-08-20 13:43:54 +09:00 |
|
Blaž Hrastnik
|
8fbda0abaf
|
fix: Used the wrong type for variables
|
2021-08-20 13:43:54 +09:00 |
|
Blaž Hrastnik
|
184abdc510
|
dap: Significantly simplify code using the Request trait
|
2021-08-20 13:43:54 +09:00 |
|
Blaž Hrastnik
|
3a9e1c305b
|
Refactor types, add a Request trait
|
2021-08-20 13:43:54 +09:00 |
|
Blaž Hrastnik
|
2d1ae2e44b
|
dap: Split types off into types.rs
|
2021-08-20 13:43:54 +09:00 |
|
Blaž Hrastnik
|
6225401e84
|
A request always needs to have a response, per spec (the body can be empty)
|
2021-08-20 13:43:54 +09:00 |
|
Blaž Hrastnik
|
3f62799656
|
Get cargo check to pass in the subcrate
|
2021-08-20 13:43:54 +09:00 |
|
Dmitry Sharshakov
|
b9797a7dd2
|
client: support tcp_process transport
|
2021-08-20 13:43:54 +09:00 |
|
Dmitry Sharshakov
|
6c0f7eafc3
|
examples: continue handling output events
|
2021-08-20 13:43:54 +09:00 |
|
Dmitry Sharshakov
|
279db98d3c
|
refactor: use tagged enum for handling DAP payloads
|
2021-08-20 13:43:54 +09:00 |
|
Dmitry Sharshakov
|
36fb8d1b1a
|
examples: make examples identical
|
2021-08-20 13:43:54 +09:00 |
|
Dmitry Sharshakov
|
f92fb966c0
|
working lldb example
|
2021-08-20 13:43:54 +09:00 |
|
Dmitry Sharshakov
|
ae32159247
|
Revert "compat: don't wait for launch and attach response"
This reverts commit 766e3380622e2c7ddf5051ed672b78ece8d99f1f.
Not required for lldb-vscode
|
2021-08-20 13:43:54 +09:00 |
|
Dmitry Sharshakov
|
4f2b8fb05a
|
dap-dlv: rename from dap-go
|
2021-08-20 13:43:54 +09:00 |
|
Dmitry Sharshakov
|
2a6210806b
|
dap-lldb: adjust breakpoint position
|
2021-08-20 13:43:54 +09:00 |
|
Dmitry Sharshakov
|
f5b1655eab
|
format
|
2021-08-20 13:43:54 +09:00 |
|
Dmitry Sharshakov
|
e7f543fe66
|
format
|
2021-08-20 13:43:54 +09:00 |
|
Dmitry Sharshakov
|
eb0605c13d
|
dap: create C example
|
2021-08-20 13:43:54 +09:00 |
|
Dmitry Sharshakov
|
809990a3a4
|
format
|
2021-08-20 13:43:54 +09:00 |
|
Dmitry Sharshakov
|
d4c215b35d
|
compat: don't wait for launch and attach response
I could not get one from codelldb
|
2021-08-20 13:43:54 +09:00 |
|
Dmitry Sharshakov
|
e388079a0b
|
compat: add all possible debugger caps
|
2021-08-20 13:43:54 +09:00 |
|
Dmitry Sharshakov
|
43c9eba037
|
compat: remove missing caps
Only report present features now
|
2021-08-20 13:43:54 +09:00 |
|
Dmitry Sharshakov
|
c5492788a2
|
compat: remove seq from Response and Event
|
2021-08-20 13:43:54 +09:00 |
|
Dmitry Sharshakov
|
cc650c7f4f
|
types: capitalize ID in names
Part of LLDB integration
|
2021-08-20 13:43:54 +09:00 |
|
Dmitry Sharshakov
|
b3be6b269a
|
dap-basic: parse stop event
|
2021-08-20 13:43:54 +09:00 |
|
Dmitry Sharshakov
|
0777948fc0
|
dap-basic: better output formatting
|
2021-08-20 13:43:54 +09:00 |
|
Dmitry Sharshakov
|
09390be6a5
|
dap-basic: handle output events
|
2021-08-20 13:43:54 +09:00 |
|
Dmitry Sharshakov
|
c72475bc30
|
client: handle events multiple times
|
2021-08-20 13:43:54 +09:00 |
|
Dmitry Sharshakov
|
d6de5408b7
|
dispatch events in client
|
2021-08-20 13:43:54 +09:00 |
|
Dmitry Sharshakov
|
59d6b92e5b
|
refactor response processing
|
2021-08-20 13:43:54 +09:00 |
|
Dmitry Sharshakov
|
9678df1c62
|
refactor server message handling
|
2021-08-20 13:43:54 +09:00 |
|
Dmitry Sharshakov
|
541f7a0514
|
Add attach command
|
2021-08-20 13:43:54 +09:00 |
|
Dmitry Sharshakov
|
aac586b546
|
types: simplify working with client's launch args
|
2021-08-20 13:43:54 +09:00 |
|
Dmitry Sharshakov
|
6bb653f820
|
dap: move launch request argumets outside of client
|
2021-08-20 13:43:54 +09:00 |
|
Dmitry Sharshakov
|
3d64cf8356
|
fix: move adapter_id out of DAP client
|
2021-08-20 13:43:54 +09:00 |
|
Dmitry Sharshakov
|
fabee03983
|
dap: support TCP clients
|
2021-08-20 13:43:54 +09:00 |
|
Dmitry Sharshakov
|
26a55dcefd
|
dap: make transport IO-agnostic
|
2021-08-20 13:43:54 +09:00 |
|
Dmitry Sharshakov
|
e11b67b0db
|
dap: add missing fields to structs
|
2021-08-20 13:43:54 +09:00 |
|
Dmitry Sharshakov
|
0fa127b105
|
dap: support getting scopes and variables
|
2021-08-20 13:43:54 +09:00 |
|
Dmitry Sharshakov
|
7d2d4ed4a8
|
dap: implement threads request
|
2021-08-20 13:43:54 +09:00 |
|