]> git.ipfire.org Git - thirdparty/binutils-gdb.git/history - gdb/python
Automatic date update in version.in
[thirdparty/binutils-gdb.git] / gdb / python /
2020-08-17  Tom TromeyConvert CORE_ADDR to Python using gdb_py_object_from_ul...
2020-07-28  Andrew Burgessgdb/python: make more use of RegisterDescriptors
2020-07-28  Andrew Burgessgdb: Add a find method for RegisterDescriptorIterator
2020-07-22  Andrew Burgessgdb/python: Use reference not pointer in py-registers.c
2020-07-21  Andrew Burgessgdb/python: Reuse gdb.RegisterGroup objects where possible
2020-07-21  Andrew Burgessgdb/python: Reuse gdb.RegisterDescriptor objects where...
2020-07-13  Simon Marchigdb: make type::bounds work for array and string types
2020-07-13  Simon Marchigdb: remove TYPE_HIGH_BOUND and TYPE_LOW_BOUND
2020-07-06  Andrew Burgessgdb/python: New method to access list of register groups
2020-07-06  Andrew Burgessgdb/python: Add gdb.Architecture.registers method
2020-07-06  Andrew Burgessgdb/python: Add architecture method to gdb.PendingFrame
2020-06-22  Philippe Waroquiersdefault-args: allow to define default arguments for...
2020-06-16  Tom TromeyFix crash when TUI window creation fails
2020-06-08  Simon Marchigdb: remove TYPE_FIELD_TYPE macro
2020-06-08  Simon Marchigdb: remove TYPE_INDEX_TYPE macro
2020-06-05  Andrew BurgessRevert "gdb/python: Avoid use after free in py-tui.c"
2020-06-05  Andrew Burgessgdb/python: Avoid use after free in py-tui.c
2020-05-28  Kevin BuettnerFix Python3.9 related runtime problems
2020-05-23  Simon Marchigdb: remove TYPE_FIELD macro
2020-05-22  Simon Marchigdb: remove TYPE_NFIELDS macro
2020-05-16  Simon Marchigdb: remove TYPE_NAME macro
2020-05-14  Simon Marchigdb: remove TYPE_CODE macro
2020-05-08  Tom TromeyRemove ALL_PSPACES
2020-04-28  Tom TromeyAllow Python commands to be in class_tui
2020-04-24  Tom TromeyAdd Python support for dynamic types
2020-04-20  Tom TromeyMark move constructors as "noexcept"
2020-04-18  Tom TromeyChange get_objfile_arch to a method on objfile
2020-04-17  Tom TromeyReplace most calls to help_list and cmd_show_list
2020-04-16  Kevin BuettnerFix compilation of python/python.c for Python 3.9
2020-04-13  Tom TromeyMove event-loop.[ch] to gdbsupport/
2020-04-10  Tom de Vries[gdb/cli] Don't let python colorize strip leading newlines
2020-03-31  Tom TromeyFix py-tui.c build problem
2020-03-14  Tom TromeyChange extension language pretty-printers to use value API
2020-02-22  Tom TromeyAllow TUI windows in Python
2020-02-19  Tom TromeyRemove useless NULL check in python.c
2020-01-24  Andrew Burgessgdb: Enable stdin on exception in execute_gdb_command
2020-01-21  Tom TromeyAllow use of Pygments to colorize source code
2020-01-17  Simon Marchigdb: remove use of iterate_over_inferiors in py-inferior.c
2020-01-16  Christian BiesingerFix some spelling errors.
2020-01-15  Tom TromeyFix valgrind error from gdb.decode_line
2020-01-13  Simon Marchigdb: add declaration to Python init function
2020-01-13  Simon Marchigdb: add back declarations for _initialize functions
2020-01-10  Pedro AlvesMulti-target support
2020-01-01  Joel BrobeckerUpdate copyright year range in all GDB files.
2019-12-16  Christian BiesingerUse an accessor function for general_symbol_info::language
2019-12-09  George BarrettFix scripted probe breakpoints
2019-12-05  Simon MarchiRemove gdbarch parameter of lookup_typename
2019-11-30  Philippe WaroquiersAllow . character as part of command names.
2019-11-27  Andrew Burgessgdb: Introduce global_symbol_searcher
2019-11-26  Tom TromeyLet commands free "name"
2019-11-26  Tom TromeyAdd add_internal_function overload
2019-11-26  Tom TromeyUse cmd_list_element::doc_allocated for Python commands
2019-11-26  Tom TromeyUse run_on_main_thread in gdb.post_event
2019-11-26  Philippe WaroquiersFix crashes due to python GIL released too early
2019-11-22  Christian BiesingerReplace SYMBOL_*_NAME accessors with member functions
2019-11-22  Christian BiesingerReplace the MSYMBOL_*_NAME macros with member functions
2019-11-18  Philippe WaroquiersFix a bunch of python leaks due to missing calls to...
2019-11-14  Philippe WaroquiersFix python gdbpy_breakpoint_object leak.
2019-11-10  Andrew Burgessgdb/python: Introduce gdb.lookup_static_symbols
2019-11-10  Andrew Burgessgdb/python: smarter symbol lookup for gdb.lookup_static...
2019-11-08  Tom TromeyConstify command_line_input
2019-11-05  Tom TromeyRemove la_get_string member
2019-10-26  Tom de Vries[gdb] Fix more typos in comments (2)
2019-10-24  Andrew Burgessgdb/python: Return None from Progspace.block_for_pc...
2019-10-15  Andrew Burgessgdb: Remove vec.{c,h} and update code to not include...
2019-10-15  Christian BiesingerChange iterate_over_breakpoints to take a function_view
2019-10-09  Tom de Vries[gdb/target] Fix pretty-printer for MPX bnd registers
2019-10-01  Tom TromeyIntroduce metadata style
2019-10-01  Tom TromeyRemove the ui_out_style_kind enum
2019-09-26  Tom TromeyDo not expose stub types to Python
2019-09-25  Tom TromeyRemove make_hex_string
2019-09-18  Christian BiesingerChange boolean options to bool instead of int
2019-09-11  Christian BiesingerMake relocate_{path,gdb_directory} return std::string
2019-09-09  Philippe WaroquiersFix leak detected in python.c initialization code.
2019-08-27  Andrew Burgessgdb: Add new -n flag to some info commands
2019-08-22  Christian BiesingerMake GDB compile with Python 3 on MinGW
2019-08-19  Tom TromeyFix indentation in value_has_field
2019-08-15  Christian BiesingerRename internal Python functions to start with an under...
2019-08-07  Tom TromeyMake struct frame_arg self-managing
2019-08-07  Alan HaywardAArch64 pauth: Indicate unmasked addresses in backtrace
2019-08-06  Philippe WaroquiersMake first and last lines of 'command help documentatio...
2019-08-05  Christian BiesingerAdd block['var'] accessor
2019-07-30  Christian Biesinger[PR/24474] Add gdb.lookup_static_symbol to the python API
2019-07-30  Christian BiesingerAdd Objfile.lookup_{global,static}_symbol functions
2019-07-29  Philippe WaroquiersImplement 'set print frame-info|frame-arguments presence'.
2019-07-25  Christian BiesingerFix comment about the signature of add_separate_debug_file
2019-07-17  Tom TromeyRename field_int to field_signed
2019-07-11  Tom TromeyFix use-after-move bug in add_thread_object
2019-07-10  Tom TromeyDon't include gdbarch.h from defs.h
2019-07-10  Tom TromeyReduce manual reference counting in py-inferior.c
2019-07-09  Pedro Alves"catch catch/throw/rethrow", breakpoint -> catchpoint
2019-07-09  Tom TromeyRename common to gdbsupport
2019-06-28  Sergio Durigan JuniorFix crash when using PYTHONMALLOC=debug (PR python...
2019-06-12  Pedro AlvesMake "backtrace" support -OPT options
2019-06-11  Tom TromeyRemove trailing newlines from help text
2019-06-10  Tom TromeyRemove newlines from warnings
2019-06-10  Tom TromeyUse gdbpy_enter in py-breakpoint.c
2019-06-04  Christian Biesinge... Add an objfile getter to gdb.Type
2019-05-04  Raul TambreFix incorrect use of 'is' operator for comparison in...
2019-04-29  Andrew Burgessgdb: Introduce 'print max-depth' feature
next