..
__init__.py
Add readMemory and writeMemory requests to DAP
2023-04-03 08:47:52 -06:00
breakpoint.py
Ensure all DAP requests are keyword-only
2023-02-10 14:04:34 -07:00
bt.py
Fix DAP stackTrace through frames without debuginfo
2023-03-06 08:15:04 -07:00
disassemble.py
gdb: update some copyright years (2022 -> 2023)
2023-03-01 20:54:56 -05:00
evaluate.py
Implement repl evaluation for DAP
2023-03-24 10:05:51 -06:00
events.py
gdb: update some copyright years (2022 -> 2023)
2023-03-01 20:54:56 -05:00
frames.py
Fix DAP frame bug with older versions of Python
2023-03-14 08:03:36 -06:00
io.py
[gdb/dap] Add logging of ignored lines
2023-03-24 09:08:10 +01:00
launch.py
gdb: update some copyright years (2022 -> 2023)
2023-03-01 20:54:56 -05:00
memory.py
Add readMemory and writeMemory requests to DAP
2023-04-03 08:47:52 -06:00
next.py
gdb: update some copyright years (2022 -> 2023)
2023-03-01 20:54:56 -05:00
pause.py
gdb: update some copyright years (2022 -> 2023)
2023-03-01 20:54:56 -05:00
scopes.py
Implement DAP variables, scopes, and evaluate requests
2023-03-14 09:09:23 -06:00
server.py
Fix race in DAP startup
2023-03-24 07:30:09 -06:00
startup.py
Fix race in DAP startup
2023-03-24 07:30:09 -06:00
state.py
gdb: update some copyright years (2022 -> 2023)
2023-03-01 20:54:56 -05:00
threads.py
gdb: update some copyright years (2022 -> 2023)
2023-03-01 20:54:56 -05:00
varref.py
Add readMemory and writeMemory requests to DAP
2023-04-03 08:47:52 -06:00