Age | Commit message (Expand) | Author | Files | Lines |
2023-06-03 | [gdb] Fix typos | Tom de Vries | 1 | -1/+1 |
2023-05-23 | Add global_context parameter to gdb.parse_and_eval | Tom Tromey | 1 | -6/+22 |
2023-05-23 | Implement gdb.execute_mi | Tom Tromey | 1 | -0/+5 |
2023-05-05 | gdb/python: add mechanism to manage Python initialization functions | Andrew Burgess | 1 | -37/+4 |
2023-05-01 | gdb: move struct ui and related things to ui.{c,h} | Simon Marchi | 1 | -0/+1 |
2023-04-06 | Use unique_xmalloc_ptr in apply_ext_lang_type_printers | Tom Tromey | 1 | -4/+6 |
2023-03-09 | gdb, gdbserver, gdbsupport: fix whitespace issues | Simon Marchi | 1 | -1/+1 |
2023-02-27 | Fix value chain use-after-free | Tom Tromey | 1 | -3/+5 |
2023-02-27 | gdb, python: do minor modernization in execute_gdb_command | Tankut Baris Aktemur | 1 | -12/+13 |
2023-02-13 | gdb/python: deallocate tui window factories at Python shut down | Andrew Burgess | 1 | -0/+1 |
2023-01-19 | GDB: Allow arbitrary keywords in integer set commands | Maciej W. Rozycki | 1 | -19/+37 |
2023-01-01 | Update copyright year range in header of all files managed by GDB | Joel Brobecker | 1 | -1/+1 |
2022-12-15 | gdb: remove static buffer in command_line_input | Simon Marchi | 1 | -1/+1 |
2022-10-18 | gdb, python: use gdbarch_iterate_over_objfiles_in_search_order | Markus Metzger | 1 | -5/+2 |
2022-07-28 | gdb/python: Add BreakpointLocation type | Simon Farre | 1 | -0/+1 |
2022-07-25 | set/show python dont-write-bytecode fixes | Kevin Buettner | 1 | -7/+25 |
2022-07-21 | [gdb/python] Fix typo in test_python | Tom de Vries | 1 | -1/+1 |
2022-07-21 | [gdb/python] Fix python selftest with python 3.11 | Tom de Vries | 1 | -4/+7 |
2022-07-20 | Wrap python_write_bytecode with HAVE_PYTHON ifdef | Kevin Buettner | 1 | -0/+2 |
2022-07-20 | Handle Python 3.11 deprecation of PySys_SetPath and Py_SetProgramName | Kevin Buettner | 1 | -18/+81 |
2022-07-15 | Expose current 'print' settings to Python | Tom Tromey | 1 | -0/+4 |
2022-07-05 | Make 'import gdb.events' work | Tom Tromey | 1 | -4/+12 |
2022-06-17 | event_location -> location_spec | Pedro Alves | 1 | -5/+5 |
2022-06-15 | Check for listeners in emit_exiting_event | Tom Tromey | 1 | -0/+3 |
2022-06-15 | gdb/python: implement the print_insn extension language hook | Andrew Burgess | 1 | -1/+2 |
2022-06-15 | gdb: add extension language print_insn hook | Andrew Burgess | 1 | -0/+2 |
2022-06-01 | Add gdb.current_language and gdb.Frame.language | Tom Tromey | 1 | -0/+12 |
2022-04-20 | Replace symbol_symtab with symbol::symtab | Tom Tromey | 1 | -1/+1 |
2022-03-29 | Unify gdb printf functions | Tom Tromey | 1 | -16/+16 |
2022-03-23 | gdb/python: remove Python 2/3 compatibility macros | Simon Marchi | 1 | -13/+13 |
2022-03-23 | gdb/python: remove Python 2 support | Simon Marchi | 1 | -19/+0 |
2022-03-22 | gdb/python: add gdb.format_address function | Andrew Burgess | 1 | -0/+108 |
2022-03-18 | gdb/python: remove gdb._mi_commands dict | Simon Marchi | 1 | -0/+2 |
2022-03-14 | gdb/python/mi: create MI commands using python | Andrew Burgess | 1 | -1/+2 |
2022-02-14 | gdb/python: move styling support to gdb.styling | Andrew Burgess | 1 | -6/+18 |
2022-02-14 | gdb: use python to colorize disassembler output | Andrew Burgess | 1 | -0/+67 |
2022-01-26 | gdb/python: handle non utf-8 characters when source highlighting | Andrew Burgess | 1 | -14/+17 |
2022-01-26 | gdb/python: add gdb.history_count function | Andrew Burgess | 1 | -0/+2 |
2022-01-26 | Change how Python architecture and language are handled | Tom Tromey | 1 | -24/+38 |
2022-01-12 | gdb/python: add gdb.host_charset function | Andrew Burgess | 1 | -0/+13 |
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/+5 |
2021-11-25 | gdb: ensure extension_language_python is always defined | Enze Li | 1 | -0/+4 |
2021-11-25 | gdb/python: make some global variables static | Andrew Burgess | 1 | -29/+24 |
2021-10-28 | gdb: add add_setshow_prefix_cmd | Simon Marchi | 1 | -7/+5 |
2021-10-22 | gdb/python: move gdb.Membuf support into a new file | Andrew Burgess | 1 | -0/+1 |
2021-10-22 | gdb/python: new gdb.architecture_names function | Andrew Burgess | 1 | -0/+4 |
2021-10-19 | [gdb/testsuite] Reimplement gdb.gdb/python-interrupts.exp as unittest | Tom de Vries | 1 | -15/+40 |
2021-10-09 | [gdb] Make execute_command_to_string return string on throw | Tom de Vries | 1 | -3/+3 |
2021-10-05 | gdb/python: add a new gdb_exiting event | Andrew Burgess | 1 | -0/+35 |