]> git.ipfire.org Git - thirdparty/binutils-gdb.git/history - gdb/python/lib/gdb/dap/breakpoint.py
Update copyright year range in header of all files managed by GDB
[thirdparty/binutils-gdb.git] / gdb / python / lib / gdb / dap / breakpoint.py
2024-01-12  Andrew BurgessUpdate copyright year range in header of all files...
2023-12-22  Tom TromeyAdd DAP log level parameter
2023-12-22  Tom TromeyIntroduce and use DAPException
2023-11-17  Tom TromeyAutomatically run (most) DAP requests in gdb thread
2023-09-20  Tom TromeyRemove stray trailing "," from DAP breakpoint.py
2023-09-20  Gregory Andersgdb/dap: use breakpoint fullname to resolve source
2023-09-20  Gregory Andersgdb/dap: check for breakpoint source before unpacking
2023-09-12  Tom TromeyAvoid spurious breakpoint-setting failure in DAP
2023-08-03  Tom TromeyRemove f-string from DAP
2023-08-01  Tom TromeyIntroduce sourceReference handling in DAP
2023-08-01  Tom TromeyAdd DAP support for C++ exceptions
2023-08-01  Tom TromeyDo not send "new breakpoint" event when breakpoint...
2023-08-01  Tom TromeyMove DAP breakpoint event code to breakpoint.py
2023-06-22  Tom TromeyImplement DAP logging breakpoints
2023-06-22  Tom TromeyImplement type checking for DAP breakpoint requests
2023-06-22  Tom TromeyHandle exceptions when creating DAP breakpoints
2023-06-22  Tom TromeyReuse breakpoints more frequently in DAP
2023-06-22  Tom TromeyFix type of DAP hitCondition
2023-06-12  Tom TromeyImplement DAP conditional breakpoints
2023-06-12  Tom TromeyAdd type-checking to DAP requests
2023-06-12  Tom TromeyUse tuples for default arguments in DAP
2023-06-12  Tom TromeyImplement DAP setExceptionBreakpoints request
2023-02-10  Tom TromeyEnsure all DAP requests are keyword-only
2023-01-02  Tom TromeyInitial implementation of Debugger Adapter Protocol