aboutsummaryrefslogtreecommitdiff
path: root/gdb/python/lib
AgeCommit message (Expand)AuthorFilesLines
4 daysgdb dap: introduce stopOnEntry optionoltolm1-1/+2
4 daysAdd quoting to 'file' invocations in DAPTom Tromey1-3/+14
7 daysgdb/python: avoid depending on the curses libraryAndrew Burgess1-3/+27
2024-08-16Fix DAP failure when fetching global variablesTom Tromey1-1/+2
2024-08-14Log gdb version and configuration in DAPTom Tromey1-0/+3
2024-08-14Fix failure with C++ exceptions in DAPTom Tromey1-1/+4
2024-08-14Make DAP instruction breakpoints unverifiedTom Tromey1-2/+7
2024-08-14Introduce exec_mi_and_log for DAPTom Tromey4-9/+20
2024-08-14btrace, python: Enable ptwrite filter registration.Felix Willgerodt1-0/+77
2024-07-23Add returnValue scope to DAPTom Tromey1-12/+11
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