summaryrefslogtreecommitdiff
path: root/gdb/testsuite/gdb.dap
Commit message (Expand)AuthorAgeFilesLines
* Filter out types from DAP scopes requestTom Tromey2023-05-051-6/+6
* [gdb/testsuite] Skip dap tests for tcl 8.5Tom de Vries2023-04-241-0/+2
* Add readMemory and writeMemory requests to DAPTom Tromey2023-04-032-0/+110
* [gdb/testsuite] Introduce allow_dap_testsTom de Vries2023-03-263-2/+4
* Implement repl evaluation for DAPTom Tromey2023-03-241-0/+5
* Implement DAP variables, scopes, and evaluate requestsTom Tromey2023-03-142-0/+136
* Fix DAP stackTrace through frames without debuginfoTom Tromey2023-03-063-0/+100
* gdb: update some copyright years (2022 -> 2023)Simon Marchi2023-03-012-2/+2
* [gdb/testsuite] Require python in gdb.dap/basic-dap.expTom de Vries2023-02-211-0/+2
* gdb/testsuite/dap: fix gdb.dap/basic-dap.exp disassembly test for PIESimon Marchi2023-01-261-3/+30
* gdb/testsuite/dap: rename dap_read_event to dap_wait_for_event_and_checkSimon Marchi2023-01-261-5/+5
* gdb/testsuite/dap: pass around dicts instead of TON objectsSimon Marchi2023-01-261-8/+7
* gdb/testsuite/dap: make dap_request_and_response not catch / issue test resultSimon Marchi2023-01-261-1/+1
* gdb/testsuite/dap: use gdb_assert in gdb.dap/basic-dap.expSimon Marchi2023-01-261-16/+3
* Initial implementation of Debugger Adapter ProtocolTom Tromey2023-01-022-0/+195