Age | Commit message (Expand) | Author | Files | Lines |
2021-09-13 | Fix no-Python build | Tom Tromey | 1 | -2/+4 |
2021-09-10 | [gdb/testsuite] Reimplement gdb.gdb/python-selftest.exp as unittest | Tom de Vries | 1 | -0/+46 |
2021-09-07 | gdb/python: new function to add values into GDB's history | Andrew Burgess | 1 | -0/+2 |
2021-05-27 | gdb: make add_com_alias accept target as a cmd_list_element | Simon Marchi | 1 | -4/+5 |
2021-05-12 | gdb: generate the prefix name for prefix commands on demand | Marco Barisione | 1 | -4/+2 |
2021-04-28 | gdb: startup commands to control Python extension language | Andrew Burgess | 1 | -0/+98 |
2021-04-28 | gdb: extension languages finish_initialization to initialize | Andrew Burgess | 1 | -14/+11 |
2021-04-28 | gdb: delay python initialisation until gdbpy_finish_initialization | Andrew Burgess | 1 | -5/+3 |
2021-03-15 | gdb: use make_scoped_restore to restore gdbpy_current_objfile | Andrew Burgess | 1 | -6/+4 |
2021-02-08 | gdb/python: reformat an error string | Andrew Burgess | 1 | -1/+1 |
2021-01-01 | Update copyright year range in all GDB files | Joel Brobecker | 1 | -1/+1 |
2020-11-02 | Minor Python simplifications | Tom Tromey | 1 | -39/+24 |
2020-11-02 | gdb, gdbserver, gdbsupport: fix leading space vs tabs issues | Simon Marchi | 1 | -12/+12 |
2020-09-15 | Don't use PyLong_FromUnsignedLong | Tom Tromey | 1 | -2/+2 |
2020-09-15 | Don't use PyLong_FromLong | Tom Tromey | 1 | -1/+1 |
2020-07-06 | gdb/python: Add gdb.Architecture.registers method | Andrew Burgess | 1 | -0/+1 |
2020-05-28 | Fix Python3.9 related runtime problems | Kevin Buettner | 1 | -26/+30 |
2020-05-08 | Remove ALL_PSPACES | Tom Tromey | 1 | -8/+6 |
2020-04-20 | Mark move constructors as "noexcept" | Tom Tromey | 1 | -1/+1 |
2020-04-18 | Change get_objfile_arch to a method on objfile | Tom Tromey | 1 | -2/+2 |
2020-04-17 | Replace most calls to help_list and cmd_show_list | Tom Tromey | 1 | -26/+9 |
2020-04-16 | Fix compilation of python/python.c for Python 3.9 | Kevin Buettner | 1 | -0/+5 |
2020-04-13 | Move event-loop.[ch] to gdbsupport/ | Tom Tromey | 1 | -1/+1 |
2020-02-22 | Allow TUI windows in Python | Tom Tromey | 1 | -1/+9 |
2020-02-19 | Remove useless NULL check in python.c | Tom Tromey | 1 | -6/+1 |
2020-01-24 | gdb: Enable stdin on exception in execute_gdb_command | Andrew Burgess | 1 | -0/+6 |
2020-01-21 | Allow use of Pygments to colorize source code | Tom Tromey | 1 | -0/+72 |
2020-01-14 | Fix valgrind error from gdb.decode_line | Tom Tromey | 1 | -0/+9 |
2020-01-13 | gdb: add declaration to Python init function | Simon Marchi | 1 | -0/+1 |
2020-01-13 | gdb: add back declarations for _initialize functions | Simon Marchi | 1 | -1/+2 |
2020-01-01 | Update copyright year range in all GDB files. | Joel Brobecker | 1 | -1/+1 |
2019-11-27 | gdb: Introduce global_symbol_searcher | Andrew Burgess | 1 | -25/+10 |
2019-11-26 | Use run_on_main_thread in gdb.post_event | Tom Tromey | 1 | -72/+63 |
2019-11-26 | Fix crashes due to python GIL released too early | Philippe Waroquiers | 1 | -1/+1 |
2019-11-22 | Replace SYMBOL_*_NAME accessors with member functions | Christian Biesinger | 1 | -1/+1 |
2019-11-22 | Replace the MSYMBOL_*_NAME macros with member functions | Christian Biesinger | 1 | -1/+1 |
2019-11-10 | gdb/python: Introduce gdb.lookup_static_symbols | Andrew Burgess | 1 | -0/+4 |
2019-09-18 | Change boolean options to bool instead of int | Christian Biesinger | 1 | -1/+1 |
2019-09-11 | Make relocate_{path,gdb_directory} return std::string | Christian Biesinger | 1 | -1/+1 |
2019-09-09 | Fix leak detected in python.c initialization code. | Philippe Waroquiers | 1 | -1/+8 |
2019-08-27 | gdb: Add new -n flag to some info commands | Andrew Burgess | 1 | -2/+2 |
2019-08-22 | Make GDB compile with Python 3 on MinGW | Christian Biesinger | 1 | -9/+14 |
2019-07-30 | [PR/24474] Add gdb.lookup_static_symbol to the python API | Christian Biesinger | 1 | -0/+4 |
2019-07-09 | Rename common to gdbsupport | Tom Tromey | 1 | -1/+1 |
2019-06-28 | Fix crash when using PYTHONMALLOC=debug (PR python/24742) | Sergio Durigan Junior | 1 | -1/+1 |
2019-06-11 | Remove trailing newlines from help text | Tom Tromey | 1 | -2/+1 |
2019-06-10 | Remove newlines from warnings | Tom Tromey | 1 | -1/+1 |
2019-04-08 | Rename gdb exception types | Tom Tromey | 1 | -7/+7 |
2019-04-08 | Rewrite TRY/CATCH | Tom Tromey | 1 | -21/+14 |
2019-02-27 | Remove Python 2.4 and 2.5 support | Tom Tromey | 1 | -5/+3 |