Age | Commit message (Expand) | Author | Files | Lines |
7 days | gdb: fix missing operator % on xmethod matcher output | Pedro Silva | 1 | -3/+8 |
8 days | gdb/python: implement Python find_exec_by_build_id hook | Andrew Burgess | 5 | -216/+461 |
2024-10-06 | [gdb] Fix common misspellings | Tom de Vries | 1 | -1/+1 |
2024-10-03 | gdb-dap: disable events when deleting breakpoints | oltolm | 1 | -3/+3 |
2024-09-25 | gdb, gdbserver, python, testsuite: Remove MPX. | Schimpe, Christina | 1 | -39/+0 |
2024-09-25 | gdb, testsuite, python: Add missing imports. | Schimpe, Christina | 1 | -0/+1 |
2024-09-13 | gdb dap: introduce stopOnEntry option | oltolm | 1 | -1/+2 |
2024-09-13 | Add quoting to 'file' invocations in DAP | Tom Tromey | 1 | -3/+14 |
2024-09-10 | gdb/python: avoid depending on the curses library | Andrew Burgess | 1 | -3/+27 |
2024-08-16 | Fix DAP failure when fetching global variables | Tom Tromey | 1 | -1/+2 |
2024-08-14 | Log gdb version and configuration in DAP | Tom Tromey | 1 | -0/+3 |
2024-08-14 | Fix failure with C++ exceptions in DAP | Tom Tromey | 1 | -1/+4 |
2024-08-14 | Make DAP instruction breakpoints unverified | Tom Tromey | 1 | -2/+7 |
2024-08-14 | Introduce exec_mi_and_log for DAP | Tom Tromey | 4 | -9/+20 |
2024-08-14 | btrace, python: Enable ptwrite filter registration. | Felix Willgerodt | 1 | -0/+77 |
2024-07-23 | Add returnValue scope to DAP | Tom Tromey | 1 | -12/+11 |
2024-06-06 | DAP: Handle "stepOut" request in outermost frame | Johan Sternerup | 1 | -2/+2 |
2024-06-06 | DAP: Allow gdb exception in exec_and_log to propagate | Johan Sternerup | 2 | -5/+8 |
2024-06-06 | DAP: Allow for deferring stop events from gdb thread | Johan Sternerup | 2 | -7/+51 |
2024-06-04 | Return global scope from DAP scopes request | Tom Tromey | 2 | -0/+101 |
2024-06-04 | Convert DAP disassemble code to use Block hashing | Tom Tromey | 1 | -4/+3 |
2024-06-04 | Put "source" into DAP scope | Tom Tromey | 1 | -1/+4 |
2024-05-10 | Add symbol, line, and location to DAP disassemble result | Tom Tromey | 1 | -7/+52 |
2024-05-10 | Simplify DAP make_source callers | Tom Tromey | 3 | -7/+8 |
2024-05-10 | Remove FIXME from DAP | Tom Tromey | 1 | -1/+0 |
2024-04-16 | [gdb/python] Throw MemoryError in inferior.read_memory if malloc fails | Tom de Vries | 1 | -1/+5 |
2024-04-02 | Run isort | Tom Tromey | 32 | -63/+75 |
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-19 | Fix two serious flake8 reports | Tom Tromey | 1 | -15/+10 |
2024-03-08 | Add return value to DAP scope | Tom Tromey | 2 | -2/+40 |
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-27 | Explicitly quit gdb from DAP server thread | Tom Tromey | 1 | -0/+1 |
2024-02-27 | Rewrite "python" command exception handling | Tom Tromey | 1 | -27/+0 |
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 | 1 | -1/+19 |
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 |