gdb: add cmd_list_element::is_command_class_help
[deliverable/binutils-gdb.git] / gdb / python /
2021-05-17  Simon Marchigdb: add cmd_list_element::is_prefix
2021-05-17  Simon Marchigdb: rename cmd_list_element::prefixlist to subcommands
2021-05-14  Tankut Baris Aktemurgdb/python: add a 'connection_num' attribute to Inferio...
2021-05-14  Kent Cheunggdb: fix pretty printing max depth behaviour
2021-05-12  Simon Marchigdb: make gdbpy_parse_command_name return a unique_xmal...
2021-05-12  Marco Barisionegdb: generate the prefix name for prefix commands on...
2021-05-09  Andrew Burgessgdb/py: add some debugging to py-breakpoint.c
2021-05-09  Andrew Burgessgdb/py: convert debug logging in py-unwind to use new...
2021-05-09  Andrew Burgessgdb: replace fprint_frame_id
2021-05-07  Simon Marchigdb: re-format Python files using black 21.4b0
2021-04-28  Andrew Burgessgdb: startup commands to control Python extension language
2021-04-28  Andrew Burgessgdb: extension languages finish_initialization to initi...
2021-04-28  Andrew Burgessgdb: delay python initialisation until gdbpy_finish_ini...
2021-04-27  Michael Weghorngdb: do autoload before notifying Python side in new_ob...
2021-04-24  Simon Marchigdbsupport, gdb: give names to observers
2021-04-22  Simon Marchigdb: fix getting range of flexible array member in...
2021-04-21  Tankut Baris Aktemurgdb/breakpoint: add a 'force_condition' parameter to...
2021-04-17  Tom TromeyAdd search_flags to expand_symtabs_matching
2021-04-01  Boris StaleticUse importlib instead of imp module on python 3.4+
2021-03-18  Andrew Burgessgdb/doc: fix the example for get_set_string in Python...
2021-03-16  Andrew Burgessgdb/python: fix FrameDecorator regression on Python 2
2021-03-15  Andrew Burgessgdb: use make_scoped_restore to restore gdbpy_current_o...
2021-02-08  Andrew Burgessgdb: return true in TuiWindow.is_valid only if TUI...
2021-02-08  Andrew Burgessgdb/python: don't allow the user to delete window title...
2021-02-08  Andrew Burgessgdb/python: reformat an error string
2021-02-07  Hannes DomaniAlso compare frame_id_is_next in frapy_richcompare
2021-01-28  Simon Marchigdb: rename get_type_arch to type::arch
2021-01-28  Simon Marchigdb: rename type::{arch,objfile} -> type::{arch_owner...
2021-01-22  Simon Marchigdb: remove TYPE_OBJFILE macro
2021-01-21  Hannes DomaniAdd Python support for hardware breakpoints
2021-01-21  Simon Marchigdb: make some variables static
2021-01-13  Simon Marchigdb: bool-ify ext_lang_auto_load_enabled and friends
2021-01-01  Joel BrobeckerUpdate copyright year range in all GDB files
2020-12-23  Andrew Burgessgdb: remove some uses of LA_PRINT_STRING
2020-12-18  Hannes DomaniAdd address keyword to Value.format_string
2020-12-18  Hannes DomaniFix accessing a method's fields from Python
2020-12-11  Tom TromeyChange varobj_item::value to a value_ref_ptr
2020-12-11  Tom TromeyChange varobj_dynamic::child_iter to unique_ptr
2020-12-11  Tom TromeyChange varobj_iter::next to return unique_ptr
2020-12-11  Tom TromeyC++-ify varobj iteration
2020-12-04  Tom TromeyRemove redundant typedefs
2020-11-02  Tom TromeyMinor Python simplifications
2020-11-02  Simon Marchigdb, gdbserver, gdbsupport: fix leading space vs tabs...
2020-10-27  Tankut Baris Aktemurgdb/breakpoint: add flags to 'condition' and 'break...
2020-09-29  Tom TromeyRemove target_has_registers macro
2020-09-28  Tom TromeyUse an inner window in tui_py_window
2020-09-17  Tom TromeyUse htab_up in type copying
2020-09-15  Tom TromeyDon't use PyInt_FromLong
2020-09-15  Tom TromeyDon't use PyLong_FromUnsignedLong
2020-09-15  Tom TromeyDon't use PyLong_FromLongLong
2020-09-15  Tom TromeyDon't use PyLong_FromLong
2020-09-15  Tom TromeyDon't use gdb_py_long_from_ulongest
2020-09-15  Tom TromeyDon't use gdb_py_long_from_longest
2020-09-15  Tom TromeyDon't use PyInt_FromSsize_t
2020-09-14  Simon Marchigdb: remove TYPE_STUB
2020-09-14  Simon Marchigdb: remove TYPE_UNSIGNED
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.
next
This page took 0.217416 seconds and 7 git commands to generate.