Age | Commit message (Expand) | Author | Files | Lines |
2024-04-02 | Run isort | Tom Tromey | 33 | -65/+77 |
2024-04-02 | Prepare gdb for isort | Tom Tromey | 2 | -0/+5 |
2024-04-02 | Do not use bare "except" | Tom Tromey | 2 | -4/+4 |
2024-04-02 | Suppress some "undefined" warnings from flake8 | Tom Tromey | 1 | -8/+9 |
2024-04-02 | Specify ImportError in styling.py | Tom Tromey | 1 | -1/+1 |
2024-04-02 | Suppress star import errors | Tom Tromey | 2 | -3/+5 |
2024-04-02 | Remove bare "except" from disassembler.py | Tom Tromey | 1 | -14/+7 |
2024-04-02 | Remove unused import from gdb/__init__.py | Tom Tromey | 1 | -1/+0 |
2024-04-02 | Ignore unsed import in dap/__init__.py | Tom Tromey | 1 | -15/+17 |
2024-04-02 | Fix flake8 errors in dap/server.py | Tom Tromey | 1 | -1/+2 |
2024-03-26 | gdb, gdbserver, gdbsupport: remove includes of early headers | Simon Marchi | 50 | -50/+0 |
2024-03-19 | Fix two serious flake8 reports | Tom Tromey | 1 | -15/+10 |
2024-03-19 | gdb/python: Fix segfault when iterating over empty linetable | Toby Lloyd Davies | 1 | -1/+2 |
2024-03-18 | Set __file__ when source'ing a Python script | Tom Tromey | 1 | -10/+63 |
2024-03-14 | Remove 'if' from GDB_PY_HANDLE_EXCEPTION | Tom Tromey | 5 | -42/+17 |
2024-03-09 | [gdb/python] Handle deprecation of PyErr_{Fetch,Restore} in 3.12 | Tom de Vries | 1 | -0/+26 |
2024-03-09 | [gdb/python] Normalize exceptions in gdbpy_err_fetch | Tom de Vries | 1 | -1/+14 |
2024-03-09 | [gdb/python] Use gdbpy_err_fetch::{type,value} as getters | Tom de Vries | 2 | -6/+15 |
2024-03-08 | Add return value to DAP scope | Tom Tromey | 2 | -2/+40 |
2024-03-08 | Export "finish" return value to Python | Tom Tromey | 1 | -1/+22 |
2024-02-29 | [gdb/dap] Fix stray KeyboardInterrupt after cancel | Tom de Vries | 1 | -21/+67 |
2024-02-29 | [gdb/dap] Move send_gdb and send_gdb_with_response to server module | Tom de Vries | 3 | -50/+48 |
2024-02-28 | Fix gdb.interrupt race | Tom Tromey | 1 | -0/+4 |
2024-02-27 | Explicitly quit gdb from DAP server thread | Tom Tromey | 1 | -0/+1 |
2024-02-27 | Add extension_language_ops::shutdown | Tom Tromey | 1 | -3/+3 |
2024-02-27 | Rewrite final cleanups | Tom Tromey | 1 | -2/+2 |
2024-02-27 | Rewrite "python" command exception handling | Tom Tromey | 2 | -91/+45 |
2024-02-27 | Fix formatting buglet in python.c | Tom Tromey | 1 | -1/+1 |
2024-02-23 | Remove unused import | Tom Tromey | 1 | -1/+1 |
2024-02-22 | [gdb/dap] Fix race between dap exit and gdb exit | Tom de Vries | 1 | -1/+9 |
2024-02-22 | [gdb/dap] Fix race between dap startup and dap log file | Tom de Vries | 2 | -4/+39 |
2024-02-22 | [gdb/dap] Factor out thread_log | Tom de Vries | 1 | -3/+12 |
2024-02-21 | Don't allow multiple request registrations in DAP | Tom Tromey | 1 | -0/+2 |
2024-02-21 | [gdb/dap] Join JSON writer thread with DAP thread | Tom de Vries | 3 | -2/+4 |
2024-02-21 | [gdb/dap] Make dap log printing thread-safe | Tom de Vries | 1 | -12/+16 |
2024-02-21 | [gdb/dap] Flush after printing in log_stack | Tom de Vries | 1 | -0/+1 |
2024-02-20 | gdb: pass frames as `const frame_info_ptr &` | Simon Marchi | 7 | -17/+17 |
2024-02-19 | gdb, python: selectively omit enabling stdin in gdb.execute | Tankut Baris Aktemur | 1 | -0/+29 |
2024-02-14 | [gdb/dap] Fix exit race | Tom de Vries | 1 | -1/+0 |
2024-02-12 | [gdb] Re-format dap/startup.py with black | Tom de Vries | 1 | -2/+2 |
2024-02-12 | [gdb/dap] Catch and log exceptions in dap threads | Tom de Vries | 1 | -2/+18 |
2024-02-12 | Fix DAP launch and configurationDone requests | Tom Tromey | 2 | -88/+75 |
2024-02-12 | Clean up suppress_new_breakpoint_event | Tom Tromey | 1 | -1/+2 |
2024-02-12 | gdb: re-format Python files with black 24.1.1 | Simon Marchi | 2 | -2/+0 |
2024-02-10 | gdb/python: fix 'set python ignore-environment' white space | Andrew Burgess | 1 | -4/+4 |
2024-02-08 | Allow calling of C++ methods from python | Hannes Domani | 1 | -2/+3 |
2024-02-07 | Raise exception if ambiguous name is used in gdb.parameter | Hannes Domani | 1 | -1/+4 |
2024-02-07 | Fix raw-frame-arguments in combination with frame-filters | Hannes Domani | 1 | -7/+15 |
2024-02-01 | Rename SEARCH_ALL | Tom Tromey | 1 | -1/+1 |
2024-01-29 | gdb: Use SYM_DOMAIN instead of DOMAIN when calling sym-domains.def | Lancelot SIX | 1 | -2/+2 |