aboutsummaryrefslogtreecommitdiff
path: root/gdb/python
AgeCommit message (Expand)AuthorFilesLines
2020-09-15Don't use PyLong_FromLongTom Tromey7-12/+20
2020-09-15Don't use gdb_py_long_from_ulongestTom Tromey7-16/+23
2020-09-15Don't use gdb_py_long_from_longestTom Tromey4-9/+5
2020-09-15Don't use PyInt_FromSsize_tTom Tromey2-3/+2
2020-09-14gdb: remove TYPE_STUBSimon Marchi1-1/+1
2020-09-14gdb: remove TYPE_UNSIGNEDSimon Marchi1-2/+2
2020-08-17Convert CORE_ADDR to Python using gdb_py_object_from_ulongestTom Tromey3-4/+4
2020-07-28gdb/python: make more use of RegisterDescriptorsAndrew Burgess4-44/+86
2020-07-28gdb: Add a find method for RegisterDescriptorIteratorAndrew Burgess1-1/+43
2020-07-22gdb/python: Use reference not pointer in py-registers.cAndrew Burgess1-9/+9
2020-07-21gdb/python: Reuse gdb.RegisterGroup objects where possibleAndrew Burgess1-11/+30
2020-07-21gdb/python: Reuse gdb.RegisterDescriptor objects where possibleAndrew Burgess1-13/+48
2020-07-12gdb: make type::bounds work for array and string typesSimon Marchi1-3/+0
2020-07-12gdb: remove TYPE_HIGH_BOUND and TYPE_LOW_BOUNDSimon Marchi1-4/+4
2020-07-06gdb/python: New method to access list of register groupsAndrew Burgess3-0/+214
2020-07-06gdb/python: Add gdb.Architecture.registers methodAndrew Burgess4-0/+302
2020-07-06gdb/python: Add architecture method to gdb.PendingFrameAndrew Burgess1-0/+20
2020-06-22default-args: allow to define default arguments for aliasesPhilippe Waroquiers3-5/+5
2020-06-16Fix crash when TUI window creation failsTom Tromey1-1/+4
2020-06-08gdb: remove TYPE_FIELD_TYPE macroSimon Marchi1-2/+2
2020-06-08gdb: remove TYPE_INDEX_TYPE macroSimon Marchi1-2/+2
2020-06-05Revert "gdb/python: Avoid use after free in py-tui.c"Andrew Burgess1-1/+1
2020-06-05gdb/python: Avoid use after free in py-tui.cAndrew Burgess1-1/+1
2020-05-28Fix Python3.9 related runtime problemsKevin Buettner1-26/+30
2020-05-23gdb: remove TYPE_FIELD macroSimon Marchi1-1/+1
2020-05-22gdb: remove TYPE_NFIELDS macroSimon Marchi1-4/+4
2020-05-16gdb: remove TYPE_NAME macroSimon Marchi1-5/+5
2020-05-14gdb: remove TYPE_CODE macroSimon Marchi6-52/+52
2020-05-08Remove ALL_PSPACESTom Tromey1-8/+6
2020-04-28Allow Python commands to be in class_tuiTom Tromey1-4/+5
2020-04-24Add Python support for dynamic typesTom Tromey1-2/+33
2020-04-20Mark move constructors as "noexcept"Tom Tromey2-2/+2
2020-04-18Change get_objfile_arch to a method on objfileTom Tromey4-5/+5
2020-04-17Replace most calls to help_list and cmd_show_listTom Tromey1-26/+9
2020-04-16Fix compilation of python/python.c for Python 3.9Kevin Buettner1-0/+5
2020-04-13Move event-loop.[ch] to gdbsupport/Tom Tromey1-1/+1
2020-04-10[gdb/cli] Don't let python colorize strip leading newlinesTom de Vries1-1/+1
2020-03-31Fix py-tui.c build problemTom Tromey1-1/+7
2020-03-13Change extension language pretty-printers to use value APITom Tromey3-14/+29
2020-02-22Allow TUI windows in PythonTom Tromey3-1/+523
2020-02-19Remove useless NULL check in python.cTom Tromey1-6/+1
2020-01-24gdb: Enable stdin on exception in execute_gdb_commandAndrew Burgess1-0/+6
2020-01-21Allow use of Pygments to colorize source codeTom Tromey2-0/+86
2020-01-17gdb: remove use of iterate_over_inferiors in py-inferior.cSimon Marchi1-14/+10
2020-01-16Fix some spelling errors.Christian Biesinger1-1/+1
2020-01-14Fix valgrind error from gdb.decode_lineTom Tromey1-0/+9
2020-01-13gdb: add declaration to Python init functionSimon Marchi1-0/+1
2020-01-13gdb: add back declarations for _initialize functionsSimon Marchi1-1/+2
2020-01-10Multi-target supportPedro Alves1-1/+3
2020-01-01Update copyright year range in all GDB files.Joel Brobecker77-77/+77