Dmitry Sharshakov
|
b001008a69
|
Support templates in debug configurations
|
2021-08-24 20:04:14 +03:00 |
|
Dmitry Sharshakov
|
0e779381a8
|
Format
|
2021-08-24 12:01:58 +03:00 |
|
Dmitry Sharshakov
|
c463142e5e
|
Create new debugger config format
|
2021-08-24 11:56:18 +03:00 |
|
Dmitry Sharshakov
|
34c6094604
|
refactor
|
2021-08-24 11:32:44 +03:00 |
|
Dmitry Sharshakov
|
2158366b24
|
Enable variable types in DAP config
We have this feature
|
2021-08-24 10:51:52 +03:00 |
|
Dmitry Sharshakov
|
fdad7d67aa
|
Check capabilities for breakpoint config
|
2021-08-24 10:48:47 +03:00 |
|
Dmitry Sharshakov
|
c09b15197b
|
fix freeze with lldb terminated event
|
2021-08-23 20:38:17 +03:00 |
|
Dmitry Sharshakov
|
b5b79e3656
|
types: make some fields optional as in spec
|
2021-08-23 20:22:21 +03:00 |
|
Dmitry Sharshakov
|
b6b99b2487
|
config: minor fixes
|
2021-08-23 17:26:12 +03:00 |
|
Dmitry Sharshakov
|
839d210573
|
Enable stdio transport via config
|
2021-08-23 17:18:03 +03:00 |
|
Dmitry Sharshakov
|
c5b210df59
|
Add debug-adapter field to languages.toml
|
2021-08-23 16:48:06 +03:00 |
|
Dmitry Sharshakov
|
dabec2d799
|
Fix line endings
|
2021-08-22 15:59:42 +03:00 |
|
Dmitry Sharshakov
|
3197c2536e
|
Add eval command
|
2021-08-22 14:44:16 +03:00 |
|
Dmitry Sharshakov
|
d93cd2a261
|
editor: support stepIn, stepOut, next and pause commands
|
2021-08-22 11:16:11 +03:00 |
|
Dmitry Sharshakov
|
dfc70a12f3
|
dap: support stepIn, stepOut, next and pause commands
|
2021-08-22 11:02:54 +03:00 |
|
Blaž Hrastnik
|
28658836ee
|
Add more event types, simplify event decoding
|
2021-08-22 16:05:12 +09:00 |
|
Dmitry Sharshakov
|
f3e47bfee4
|
Disable continuing when running
|
2021-08-21 20:55:45 +03:00 |
|
Dmitry Sharshakov
|
a938f5a87a
|
refactor: handle DAP events in editor main loop
|
2021-08-21 17:21:35 +03:00 |
|
Dmitry Sharshakov
|
7087558918
|
Don't leave debugged programs running
|
2021-08-21 15:14:29 +03:00 |
|
Dmitry Sharshakov
|
6458edecfd
|
Add stack pointer display when stopped
|
2021-08-21 14:15:29 +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
|
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 |
|
Dmitry Sharshakov
|
b9797a7dd2
|
client: support tcp_process transport
|
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
|
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
|
f5b1655eab
|
format
|
2021-08-20 13:43:54 +09:00 |
|
Dmitry Sharshakov
|
e7f543fe66
|
format
|
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
|
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 |
|