]> git.ipfire.org Git - thirdparty/binutils-gdb.git/history - gdb/python/lib/gdb
x86: ld: sframe: Remove SFrame NULL FRE template
[thirdparty/binutils-gdb.git] / gdb / python / lib / gdb /
7 days ago  Tom TromeyAllow DAP "threads" request when inferior is running
2025-06-17  oltolmgdb/dap: allow more requests when the process is running
2025-06-12  Tom TromeyMinor grammar fix in DAP comment
2025-06-02  Tom TromeyFix DAP defer_stop_events implementation
2025-06-02  Tom de Vries[gdb/python] Reimplement F405 fix
2025-05-30  Tom TromeyRequire Python 3.4
2025-05-29  Jorenargdb/dap: fix completion request for empty strings
2025-05-14  Tom TromeyFix some pre-commit nits in gdb/__init__.py
2025-05-13  Andrew Burgessgdb/python: new gdb.ParameterPrefix class
2025-05-12  oltolmgdb/dap: fix decode_source
2025-04-24  Simon Marchigdb: fix some flake8 F824 warnings
2025-04-08  Tom TromeyUpdate copyright dates to include 2025
2025-04-07  Tom de Vries[gdb/cli] Use debug info language to pick pygments...
2025-04-04  Tom TromeyMake gdb/python codespell-clean
2025-03-27  oltolmgdb/dap - Add CompletionsRequest
2025-03-06  Tom de Vries[gdb/python] Fix typos in lib
2025-02-18  Tom de Vries[gdb] Fix some typos
2025-02-14  Simon Marchigdb/python/dap: prefix internal attributes with underscore
2025-02-04  Simon Marchipre-commit autoupdate
2025-01-13  Tom TromeyHandle case where DAP line can be None
2025-01-06  Tom TromeyHandle linesStartAt1 in DAP
2024-12-16  Tom TromeyRe-run isort
2024-12-14  Tom de Vries[gdb/dap] Fix regressions with python 3.6
2024-12-13  oltolmgdb/dap: allow some requests when the process is running
2024-12-13  Oleg Tolmatcevgdb-dap: fix gdb.error: Frame is invalid.
2024-12-09  Tom TromeyIntroduce NoOpStringPrinter
2024-12-09  Tom TromeyOmit artificial symbols from DAP variables response
2024-12-09  Tom TromeyDefer DAP launch command until after configurationDone
2024-12-09  Tom TromeyAdd DAP deferred requests
2024-12-09  Tom TromeyAllow cancellation of DAP-thread requests
2024-12-09  Tom TromeyRefactor CancellationHandler in DAP
2024-12-09  Tom TromeyAdd call_function_later to DAP
2024-12-09  Tom TromeyReimplement DAP delayed events
2024-12-09  Tom TromeyReimplement DAP's stopAtBeginningOfMainSubprogram
2024-11-11  Pedro Silvagdb: fix missing operator % on xmethod matcher output
2024-11-10  Andrew Burgessgdb/python: implement Python find_exec_by_build_id...
2024-10-06  Tom de Vries[gdb] Fix common misspellings
2024-10-03  oltolmgdb-dap: disable events when deleting breakpoints
2024-09-25  Schimpe, Christinagdb, gdbserver, python, testsuite: Remove MPX.
2024-09-25  Schimpe, Christinagdb, testsuite, python: Add missing imports.
2024-09-13  oltolmgdb dap: introduce stopOnEntry option
2024-09-13  Tom TromeyAdd quoting to 'file' invocations in DAP
2024-09-10  Andrew Burgessgdb/python: avoid depending on the curses library
2024-08-16  Tom TromeyFix DAP failure when fetching global variables
2024-08-14  Tom TromeyLog gdb version and configuration in DAP
2024-08-14  Tom TromeyFix failure with C++ exceptions in DAP
2024-08-14  Tom TromeyMake DAP instruction breakpoints unverified
2024-08-14  Tom TromeyIntroduce exec_mi_and_log for DAP
2024-08-14  Felix Willgerodtbtrace, python: Enable ptwrite filter registration.
2024-07-23  Tom TromeyAdd returnValue scope to DAP
2024-06-06  Johan SternerupDAP: Handle "stepOut" request in outermost frame
2024-06-06  Johan SternerupDAP: Allow gdb exception in exec_and_log to propagate
2024-06-06  Johan SternerupDAP: Allow for deferring stop events from gdb thread
2024-06-04  Tom TromeyReturn global scope from DAP scopes request
2024-06-04  Tom TromeyConvert DAP disassemble code to use Block hashing
2024-06-04  Tom TromeyPut "source" into DAP scope
2024-05-10  Tom TromeyAdd symbol, line, and location to DAP disassemble result
2024-05-10  Tom TromeySimplify DAP make_source callers
2024-05-10  Tom TromeyRemove FIXME from DAP
2024-04-16  Tom de Vries[gdb/python] Throw MemoryError in inferior.read_memory...
2024-04-02  Tom TromeyRun isort
2024-04-02  Tom TromeyPrepare gdb for isort
2024-04-02  Tom TromeyDo not use bare "except"
2024-04-02  Tom TromeySuppress some "undefined" warnings from flake8
2024-04-02  Tom TromeySpecify ImportError in styling.py
2024-04-02  Tom TromeySuppress star import errors
2024-04-02  Tom TromeyRemove bare "except" from disassembler.py
2024-04-02  Tom TromeyRemove unused import from gdb/__init__.py
2024-04-02  Tom TromeyIgnore unsed import in dap/__init__.py
2024-04-02  Tom TromeyFix flake8 errors in dap/server.py
2024-03-19  Tom TromeyFix two serious flake8 reports
2024-03-08  Tom TromeyAdd return value to DAP scope
2024-02-29  Tom de Vries[gdb/dap] Fix stray KeyboardInterrupt after cancel
2024-02-29  Tom de Vries[gdb/dap] Move send_gdb and send_gdb_with_response...
2024-02-27  Tom TromeyExplicitly quit gdb from DAP server thread
2024-02-27  Tom TromeyRewrite "python" command exception handling
2024-02-23  Tom TromeyRemove unused import
2024-02-22  Tom de Vries[gdb/dap] Fix race between dap exit and gdb exit
2024-02-22  Tom de Vries[gdb/dap] Fix race between dap startup and dap log...
2024-02-22  Tom de Vries[gdb/dap] Factor out thread_log
2024-02-21  Tom TromeyDon't allow multiple request registrations in DAP
2024-02-21  Tom de Vries[gdb/dap] Join JSON writer thread with DAP thread
2024-02-21  Tom de Vries[gdb/dap] Make dap log printing thread-safe
2024-02-21  Tom de Vries[gdb/dap] Flush after printing in log_stack
2024-02-14  Tom de Vries[gdb/dap] Fix exit race
2024-02-12  Tom de Vries[gdb] Re-format dap/startup.py with black
2024-02-12  Tom de Vries[gdb/dap] Catch and log exceptions in dap threads
2024-02-12  Tom TromeyFix DAP launch and configurationDone requests
2024-02-12  Tom TromeyClean up suppress_new_breakpoint_event
2024-02-12  Simon Marchigdb: re-format Python files with black 24.1.1
2024-01-24  Tom TromeyEmit stopped event for DAP attach request
2024-01-22  Tom TromeyHandle EOF more gracefully in DAP
2024-01-12  Andrew BurgessUpdate copyright year range in header of all files...
2023-12-22  Tom TromeyAvoid exception from attach in DAP
2023-12-22  Tom TromeyAdd DAP log level parameter
2023-12-22  Tom TromeyIntroduce and use DAPException
2023-12-22  Tom TromeyAdd 'program' to DAP 'attach' request
2023-12-11  Tom TromeyImplement DAP cancellation
2023-12-11  Tom TromeyCatch KeyboardInterrupt in send_gdb_with_response
2023-12-11  Tom TromeyMove DAP JSON reader to its own thread
next