gdb.ada/mi_var_access.exp
[binutils-gdb.git] / gdb / testsuite / gdb.dap /
2023-08-03 Tom TromeyUse frame.name() in FrameDecorator
2023-08-01 Tom TromeyImplement DAP "source" request
2023-08-01 Tom TromeyImplement ValueFormat for DAP
2023-08-01 Tom TromeyRespect supportsMemoryReferences in DAP
2023-08-01 Tom TromeyAdd DAP support for C++ exceptions
2023-08-01 Tom TromeyImplement DAP 'terminated' event
2023-08-01 Tom TromeyDo not send "new breakpoint" event when breakpoint...
2023-08-01 Tom TromeyAdd "cwd" parameter to DAP launch request
2023-08-01 Tom TromeyRefactor dap_launch
2023-07-21 Tom TromeyImplement DAP modules request
2023-07-21 Tom TromeyAdd instruction bytes to DAP disassembly response
2023-07-10 Tom TromeyAdd Ada scope test for DAP
2023-07-10 Tom TromeyHandle typedefs in no-op pretty printers
2023-07-10 Tom TromeyReimplement DAP stack traces using frame filters
2023-07-07 Tom TromeyFix result of DAP setExpression
2023-06-22 Tom TromeyImplement DAP "hover" context
2023-06-22 Tom TromeyImplement DAP logging breakpoints
2023-06-22 Tom TromeyHandle supportsVariablePaging in DAP
2023-06-22 Tom TromeyHandle exceptions when creating DAP breakpoints
2023-06-22 Tom TromeyFix type of DAP hitCondition
2023-06-13 Tom de Vries[gdb/testsuite] Fix gdb.dap/type_check.exp with older...
2023-06-12 Tom TromeyImplement DAP conditional breakpoints
2023-06-12 Tom TromeyImplement DAP breakpointLocations request
2023-06-12 Tom TromeyAdd "stop at main" extension to DAP launch request
2023-06-12 Tom TromeyAdd "target" parameter to DAP attach request
2023-06-12 Tom TromeyHandle DAP supportsVariableType capability
2023-06-12 Tom TromeyImplement DAP setExpression request
2023-06-12 Tom TromeyAdd type-checking to DAP requests
2023-06-12 Tom TromeyAdd test for DAP pause request
2023-06-12 Tom TromeyAdd singleThread support to some DAP requests
2023-06-12 Tom TromeyImplement DAP stepOut request
2023-06-12 Tom TromeyImplement DAP attach request
2023-06-12 Tom TromeyImplement DAP setExceptionBreakpoints request
2023-05-24 Tom TromeyAdd "args" and "env" parameters to DAP launch request
2023-05-23 Tom TromeyHandle DAP evaluate request without a frame ID
2023-05-23 Tom TromeyImplement DAP loadedSources request
2023-05-12 Tom TromeyImplement DAP register scope
2023-05-05 Tom TromeyFilter out types from DAP scopes request
2023-04-24 Tom de Vries[gdb/testsuite] Skip dap tests for tcl 8.5
2023-04-03 Tom TromeyAdd readMemory and writeMemory requests to DAP
2023-03-26 Tom de Vries[gdb/testsuite] Introduce allow_dap_tests
2023-03-24 Tom TromeyImplement repl evaluation for DAP
2023-03-14 Tom TromeyImplement DAP variables, scopes, and evaluate requests
2023-03-06 Tom TromeyFix DAP stackTrace through frames without debuginfo
2023-03-02 Simon Marchigdb: update some copyright years (2022 -> 2023)
2023-02-21 Tom de Vries[gdb/testsuite] Require python in gdb.dap/basic-dap.exp
2023-01-26 Simon Marchigdb/testsuite/dap: fix gdb.dap/basic-dap.exp disassembl...
2023-01-26 Simon Marchigdb/testsuite/dap: rename dap_read_event to dap_wait_fo...
2023-01-26 Simon Marchigdb/testsuite/dap: pass around dicts instead of TON...
2023-01-26 Simon Marchigdb/testsuite/dap: make dap_request_and_response not...
2023-01-26 Simon Marchigdb/testsuite/dap: use gdb_assert in gdb.dap/basic...
2023-01-02 Tom TromeyInitial implementation of Debugger Adapter Protocol