Age | Commit message (Expand) | Author | Files | Lines |
2020-06-22 | default-args: allow to define default arguments for aliases | Philippe Waroquiers | 3 | -5/+5 |
2020-06-16 | Fix crash when TUI window creation fails | Tom Tromey | 1 | -1/+4 |
2020-06-08 | gdb: remove TYPE_FIELD_TYPE macro | Simon Marchi | 1 | -2/+2 |
2020-06-08 | gdb: remove TYPE_INDEX_TYPE macro | Simon Marchi | 1 | -2/+2 |
2020-06-05 | Revert "gdb/python: Avoid use after free in py-tui.c" | Andrew Burgess | 1 | -1/+1 |
2020-06-05 | gdb/python: Avoid use after free in py-tui.c | Andrew Burgess | 1 | -1/+1 |
2020-05-28 | Fix Python3.9 related runtime problems | Kevin Buettner | 1 | -26/+30 |
2020-05-23 | gdb: remove TYPE_FIELD macro | Simon Marchi | 1 | -1/+1 |
2020-05-22 | gdb: remove TYPE_NFIELDS macro | Simon Marchi | 1 | -4/+4 |
2020-05-16 | gdb: remove TYPE_NAME macro | Simon Marchi | 1 | -5/+5 |
2020-05-14 | gdb: remove TYPE_CODE macro | Simon Marchi | 6 | -52/+52 |
2020-05-08 | Remove ALL_PSPACES | Tom Tromey | 1 | -8/+6 |
2020-04-28 | Allow Python commands to be in class_tui | Tom Tromey | 1 | -4/+5 |
2020-04-24 | Add Python support for dynamic types | Tom Tromey | 1 | -2/+33 |
2020-04-20 | Mark move constructors as "noexcept" | Tom Tromey | 2 | -2/+2 |
2020-04-18 | Change get_objfile_arch to a method on objfile | Tom Tromey | 4 | -5/+5 |
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-04-10 | [gdb/cli] Don't let python colorize strip leading newlines | Tom de Vries | 1 | -1/+1 |
2020-03-31 | Fix py-tui.c build problem | Tom Tromey | 1 | -1/+7 |
2020-03-13 | Change extension language pretty-printers to use value API | Tom Tromey | 3 | -14/+29 |
2020-02-22 | Allow TUI windows in Python | Tom Tromey | 3 | -1/+523 |
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 | 2 | -0/+86 |
2020-01-17 | gdb: remove use of iterate_over_inferiors in py-inferior.c | Simon Marchi | 1 | -14/+10 |
2020-01-16 | Fix some spelling errors. | Christian Biesinger | 1 | -1/+1 |
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-10 | Multi-target support | Pedro Alves | 1 | -1/+3 |
2020-01-01 | Update copyright year range in all GDB files. | Joel Brobecker | 77 | -77/+77 |
2019-12-16 | Use an accessor function for general_symbol_info::language | Christian Biesinger | 1 | -4/+4 |
2019-12-09 | Fix scripted probe breakpoints | George Barrett | 1 | -1/+4 |
2019-12-05 | Remove gdbarch parameter of lookup_typename | Simon Marchi | 2 | -2/+2 |
2019-11-30 | Allow . character as part of command names. | Philippe Waroquiers | 1 | -4/+1 |
2019-11-27 | gdb: Introduce global_symbol_searcher | Andrew Burgess | 1 | -25/+10 |
2019-11-26 | Let commands free "name" | Tom Tromey | 2 | -4/+4 |
2019-11-26 | Add add_internal_function overload | Tom Tromey | 1 | -1/+1 |
2019-11-26 | Use cmd_list_element::doc_allocated for Python commands | Tom Tromey | 1 | -3/+2 |
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 | 3 | -7/+7 |
2019-11-22 | Replace the MSYMBOL_*_NAME macros with member functions | Christian Biesinger | 2 | -2/+2 |
2019-11-18 | Fix a bunch of python leaks due to missing calls to tp_free in *_dealloc func... | Philippe Waroquiers | 8 | -0/+9 |
2019-11-14 | Fix python gdbpy_breakpoint_object leak. | Philippe Waroquiers | 1 | -1/+1 |
2019-11-10 | gdb/python: Introduce gdb.lookup_static_symbols | Andrew Burgess | 3 | -0/+67 |
2019-11-10 | gdb/python: smarter symbol lookup for gdb.lookup_static_symbol | Andrew Burgess | 1 | -2/+25 |
2019-11-08 | Constify command_line_input | Tom Tromey | 1 | -1/+2 |