[gdb/testsuite] Fix dwo path in fission-*.S
[deliverable/binutils-gdb.git] / gdb / python /
2021-06-29  Simon Marchigdb: add names to unwinders, add debug messages when...
2021-06-26  Simon Marchigdb: add context getter/setter to cmd_list_element
2021-06-25  Andrew Burgessgdb: use gdb::optional instead of passing a pointer...
2021-06-25  Andrew Burgessgdb/python: allow for catchpoint type breakpoints in...
2021-06-25  Tom TromeyDecode Ada types in Python layer
2021-06-22  Simon Marchigdb: fix python/lib/gdb/__init__.py formatting
2021-06-22  Simon Marchigdb/python: print name of unwinder that claimed frame...
2021-06-21  Andrew Burgessgdb/python: add PendingFrame.level and Frame.level...
2021-06-21  Andrew Burgessgdb/python: move PyLong_From* calls into py-utils.c
2021-06-21  Andrew Burgessgdb/python: handle saving user registers in a frame...
2021-06-08  Lancelot SIXUse is/is not to check for None in python code.
2021-06-04  Hannes DomaniForward mouse click to python TUI window
2021-06-03  Hannes DomaniRestore gdb.SYMBOL_LABEL_DOMAIN constant
2021-05-27  Simon Marchigdb: fix some indentation issues
2021-05-27  Simon Marchigdb: remove iterate_over_breakpoints function
2021-05-27  Hannes DomaniAdd optional full_window argument to TuiWindow.write
2021-05-27  Simon Marchigdb: make add_com_alias accept target as a cmd_list_element
2021-05-27  Simon Marchigdb/python: use return values of add_setshow functions...
2021-05-27  Simon Marchigdb: remove unnecessary lookup_cmd when deprecating...
2021-05-24  Hannes DomaniPrevent flickering when redrawing the TUI python window
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
next
This page took 0.187578 seconds and 7 git commands to generate.