Age | Commit message (Expand) | Author | Files | Lines |
2020-09-28 | Remove target_has_registers macro | Tom Tromey | 1 | -1/+1 |
2020-09-27 | Use an inner window in tui_py_window | Tom Tromey | 1 | -27/+32 |
2020-09-17 | Use htab_up in type copying | Tom Tromey | 1 | -6/+4 |
2020-09-15 | Don't use PyInt_FromLong | Tom Tromey | 11 | -24/+36 |
2020-09-15 | Don't use PyLong_FromUnsignedLong | Tom Tromey | 1 | -2/+2 |
2020-09-15 | Don't use PyLong_FromLongLong | Tom Tromey | 2 | -2/+2 |
2020-09-15 | Don't use PyLong_FromLong | Tom Tromey | 7 | -12/+20 |
2020-09-15 | Don't use gdb_py_long_from_ulongest | Tom Tromey | 7 | -16/+23 |
2020-09-15 | Don't use gdb_py_long_from_longest | Tom Tromey | 4 | -9/+5 |
2020-09-15 | Don't use PyInt_FromSsize_t | Tom Tromey | 2 | -3/+2 |
2020-09-14 | gdb: remove TYPE_STUB | Simon Marchi | 1 | -1/+1 |
2020-09-14 | gdb: remove TYPE_UNSIGNED | Simon Marchi | 1 | -2/+2 |
2020-08-17 | Convert CORE_ADDR to Python using gdb_py_object_from_ulongest | Tom Tromey | 3 | -4/+4 |
2020-07-28 | gdb/python: make more use of RegisterDescriptors | Andrew Burgess | 4 | -44/+86 |
2020-07-28 | gdb: Add a find method for RegisterDescriptorIterator | Andrew Burgess | 1 | -1/+43 |
2020-07-22 | gdb/python: Use reference not pointer in py-registers.c | Andrew Burgess | 1 | -9/+9 |
2020-07-21 | gdb/python: Reuse gdb.RegisterGroup objects where possible | Andrew Burgess | 1 | -11/+30 |
2020-07-21 | gdb/python: Reuse gdb.RegisterDescriptor objects where possible | Andrew Burgess | 1 | -13/+48 |
2020-07-12 | gdb: make type::bounds work for array and string types | Simon Marchi | 1 | -3/+0 |
2020-07-12 | gdb: remove TYPE_HIGH_BOUND and TYPE_LOW_BOUND | Simon Marchi | 1 | -4/+4 |
2020-07-06 | gdb/python: New method to access list of register groups | Andrew Burgess | 3 | -0/+214 |
2020-07-06 | gdb/python: Add gdb.Architecture.registers method | Andrew Burgess | 4 | -0/+302 |
2020-07-06 | gdb/python: Add architecture method to gdb.PendingFrame | Andrew Burgess | 1 | -0/+20 |
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 |