aboutsummaryrefslogtreecommitdiff
path: root/gdb/python/lib
AgeCommit message (Expand)AuthorFilesLines
2024-06-06DAP: Handle "stepOut" request in outermost frameJohan Sternerup1-2/+2
2024-06-06DAP: Allow gdb exception in exec_and_log to propagateJohan Sternerup2-5/+8
2024-06-06DAP: Allow for deferring stop events from gdb threadJohan Sternerup2-7/+51
2024-06-04Return global scope from DAP scopes requestTom Tromey2-0/+101
2024-06-04Convert DAP disassemble code to use Block hashingTom Tromey1-4/+3
2024-06-04Put "source" into DAP scopeTom Tromey1-1/+4
2024-05-10Add symbol, line, and location to DAP disassemble resultTom Tromey1-7/+52
2024-05-10Simplify DAP make_source callersTom Tromey3-7/+8
2024-05-10Remove FIXME from DAPTom Tromey1-1/+0
2024-04-16[gdb/python] Throw MemoryError in inferior.read_memory if malloc failsTom de Vries1-1/+5
2024-04-02Run isortTom Tromey32-63/+75
2024-04-02Prepare gdb for isortTom Tromey2-0/+5
2024-04-02Do not use bare "except"Tom Tromey2-4/+4
2024-04-02Suppress some "undefined" warnings from flake8Tom Tromey1-8/+9
2024-04-02Specify ImportError in styling.pyTom Tromey1-1/+1
2024-04-02Suppress star import errorsTom Tromey2-3/+5
2024-04-02Remove bare "except" from disassembler.pyTom Tromey1-14/+7
2024-04-02Remove unused import from gdb/__init__.pyTom Tromey1-1/+0
2024-04-02Ignore unsed import in dap/__init__.pyTom Tromey1-15/+17
2024-04-02Fix flake8 errors in dap/server.pyTom Tromey1-1/+2
2024-03-19Fix two serious flake8 reportsTom Tromey1-15/+10
2024-03-08Add return value to DAP scopeTom Tromey2-2/+40
2024-02-29[gdb/dap] Fix stray KeyboardInterrupt after cancelTom de Vries1-21/+67
2024-02-29[gdb/dap] Move send_gdb and send_gdb_with_response to server moduleTom de Vries3-50/+48
2024-02-27Explicitly quit gdb from DAP server threadTom Tromey1-0/+1
2024-02-27Rewrite "python" command exception handlingTom Tromey1-27/+0
2024-02-23Remove unused importTom Tromey1-1/+1
2024-02-22[gdb/dap] Fix race between dap exit and gdb exitTom de Vries1-1/+9
2024-02-22[gdb/dap] Fix race between dap startup and dap log fileTom de Vries1-1/+19
2024-02-22[gdb/dap] Factor out thread_logTom de Vries1-3/+12
2024-02-21Don't allow multiple request registrations in DAPTom Tromey1-0/+2
2024-02-21[gdb/dap] Join JSON writer thread with DAP threadTom de Vries3-2/+4
2024-02-21[gdb/dap] Make dap log printing thread-safeTom de Vries1-12/+16
2024-02-21[gdb/dap] Flush after printing in log_stackTom de Vries1-0/+1
2024-02-14[gdb/dap] Fix exit raceTom de Vries1-1/+0
2024-02-12[gdb] Re-format dap/startup.py with blackTom de Vries1-2/+2
2024-02-12[gdb/dap] Catch and log exceptions in dap threadsTom de Vries1-2/+18
2024-02-12Fix DAP launch and configurationDone requestsTom Tromey2-88/+75
2024-02-12Clean up suppress_new_breakpoint_eventTom Tromey1-1/+2
2024-02-12gdb: re-format Python files with black 24.1.1Simon Marchi2-2/+0
2024-01-24Emit stopped event for DAP attach requestTom Tromey2-17/+15
2024-01-22Handle EOF more gracefully in DAPTom Tromey2-20/+41
2024-01-12Update copyright year range in header of all files managed by GDBAndrew Burgess49-49/+49
2023-12-22Avoid exception from attach in DAPTom Tromey2-6/+30
2023-12-22Add DAP log level parameterTom Tromey3-6/+41
2023-12-22Introduce and use DAPExceptionTom Tromey6-17/+37
2023-12-22Add 'program' to DAP 'attach' requestTom Tromey1-4/+21
2023-12-11Implement DAP cancellationTom Tromey1-3/+88
2023-12-11Catch KeyboardInterrupt in send_gdb_with_responseTom Tromey1-2/+2
2023-12-11Move DAP JSON reader to its own threadTom Tromey1-2/+13