Age | Commit message (Expand) | Author | Files | Lines |
2023-05-23 | Implement gdb.execute_mi | Tom Tromey | 1 | -0/+3 |
2023-05-23 | Use field_signed from Python MI commands | Tom Tromey | 1 | -0/+2 |
2023-05-05 | gdb/python: add mechanism to manage Python initialization functions | Andrew Burgess | 1 | -71/+114 |
2023-02-28 | gdb: fix mi breakpoint-deleted notifications for thread-specific b/p | Andrew Burgess | 1 | -0/+1 |
2023-02-27 | Fix value chain use-after-free | Tom Tromey | 1 | -1/+0 |
2023-02-13 | gdb/python: deallocate tui window factories at Python shut down | Andrew Burgess | 1 | -0/+1 |
2023-01-01 | Update copyright year range in header of all files managed by GDB | Joel Brobecker | 1 | -1/+1 |
2022-10-20 | gdb/python: break more dependencies between gdbpy_initialize_* functions | Andrew Burgess | 1 | -0/+12 |
2022-10-10 | Change GDB to use frame_info_ptr | Tom Tromey | 1 | -3/+3 |
2022-08-21 | Fix crash in gdbpy_parse_register_id | Tom Tromey | 1 | -1/+2 |
2022-07-28 | gdb/python: Add BreakpointLocation type | Simon Farre | 1 | -0/+2 |
2022-07-20 | Handle Python 3.11 deprecation of PySys_SetPath and Py_SetProgramName | Kevin Buettner | 1 | -0/+5 |
2022-07-15 | Expose current 'print' settings to Python | Tom Tromey | 1 | -3/+10 |
2022-07-05 | Make 'import gdb.events' work | Tom Tromey | 1 | -2/+2 |
2022-06-15 | gdb/python: implement the print_insn extension language hook | Andrew Burgess | 1 | -0/+23 |
2022-06-15 | gdb/python: convert gdbpy_err_fetch to use gdbpy_ref | Andrew Burgess | 1 | -13/+10 |
2022-05-28 | gdb/python: improve formatting of help text for user defined commands | Andrew Burgess | 1 | -0/+21 |
2022-03-23 | gdb/python: remove Python 2/3 compatibility macros | Simon Marchi | 1 | -22/+0 |
2022-03-23 | gdb/python: remove Python 2 support | Simon Marchi | 1 | -10/+0 |
2022-03-22 | gdb/python: add gdb.format_address function | Andrew Burgess | 1 | -0/+16 |
2022-03-18 | gdb/python: remove gdb._mi_commands dict | Simon Marchi | 1 | -0/+1 |
2022-03-14 | gdb/python/mi: create MI commands using python | Andrew Burgess | 1 | -0/+13 |
2022-01-26 | gdb/python: add gdb.history_count function | Andrew Burgess | 1 | -0/+1 |
2022-01-26 | Change how Python architecture and language are handled | Tom Tromey | 1 | -4/+23 |
2022-01-01 | Automatic Copyright Year update after running gdb/copyright.py | Joel Brobecker | 1 | -1/+1 |
2021-11-30 | gdb/python: introduce gdb.TargetConnection object type | Andrew Burgess | 1 | -0/+6 |
2021-11-08 | gdb: remove bpstat typedef, rename bpstats to bpstat | Simon Marchi | 1 | -1/+1 |
2021-10-22 | gdb/python: move gdb.Membuf support into a new file | Andrew Burgess | 1 | -0/+5 |
2021-10-22 | gdb/python: new gdb.architecture_names function | Andrew Burgess | 1 | -0/+1 |
2021-10-03 | gdb: Introduce setting construct within cmd_list_element | Lancelot SIX | 1 | -1/+1 |
2021-09-09 | gdb/python: remove all uses of Py_TPFLAGS_HAVE_ITER | Andrew Burgess | 1 | -1/+0 |
2021-09-07 | gdb/python: new function to add values into GDB's history | Andrew Burgess | 1 | -0/+1 |
2021-05-12 | gdb: make gdbpy_parse_command_name return a unique_xmalloc_ptr | Simon Marchi | 1 | -3/+3 |
2021-01-13 | gdb: bool-ify ext_lang_auto_load_enabled and friends | Simon Marchi | 1 | -1/+4 |
2021-01-01 | Update copyright year range in all GDB files | Joel Brobecker | 1 | -1/+1 |
2020-12-11 | Change varobj_dynamic::child_iter to unique_ptr | Tom Tromey | 1 | -2/+2 |
2020-12-04 | Remove redundant typedefs | Tom Tromey | 1 | -4/+4 |
2020-11-02 | gdb, gdbserver, gdbsupport: fix leading space vs tabs issues | Simon Marchi | 1 | -10/+10 |
2020-09-15 | Don't use PyInt_FromLong | Tom Tromey | 1 | -1/+0 |
2020-09-15 | Don't use gdb_py_long_from_ulongest | Tom Tromey | 1 | -2/+0 |
2020-09-15 | Don't use gdb_py_long_from_longest | Tom Tromey | 1 | -2/+0 |
2020-09-15 | Don't use PyInt_FromSsize_t | Tom Tromey | 1 | -1/+0 |
2020-07-28 | gdb/python: make more use of RegisterDescriptors | Andrew Burgess | 1 | -0/+19 |
2020-07-06 | gdb/python: New method to access list of register groups | Andrew Burgess | 1 | -0/+1 |
2020-07-06 | gdb/python: Add gdb.Architecture.registers method | Andrew Burgess | 1 | -0/+5 |
2020-03-13 | Change extension language pretty-printers to use value API | Tom Tromey | 1 | -3/+2 |
2020-02-22 | Allow TUI windows in Python | Tom Tromey | 1 | -0/+4 |
2020-01-01 | Update copyright year range in all GDB files. | Joel Brobecker | 1 | -1/+1 |
2019-11-10 | gdb/python: Introduce gdb.lookup_static_symbols | Andrew Burgess | 1 | -0/+2 |
2019-07-30 | [PR/24474] Add gdb.lookup_static_symbol to the python API | Christian Biesinger | 1 | -0/+2 |