gdb: improve reuse of value contents when fetching array elements
[binutils-gdb.git] / gdb / python /
2021-12-08 Andrew Burgessgdb/python: Use tp_init instead of tp_new to setup...
2021-11-30 Andrew Burgessgdb/python: don't use the 'p' format for parsing args
2021-11-30 Andrew Burgessgdb/python: add gdb.RemoteTargetConnection.send_packet
2021-11-30 Andrew Burgessgdb/python: introduce gdb.TargetConnection object type
2021-11-25 Enze Ligdb: ensure extension_language_python is always defined
2021-11-25 Andrew Burgessgdb/python: make some global variables static
2021-11-16 Andrew Burgessgdb/gdbsupport: make xstrprintf and xstrvprintf return...
2021-11-08 Simon Marchigdb: remove bpstat typedef, rename bpstats to bpstat
2021-10-29 Simon Marchigdb: remove TYPE_FIELD_ENUMVAL
2021-10-29 Simon Marchigdb: remove TYPE_FIELD_BITPOS
2021-10-29 Simon Marchigdb: remove TYPE_FIELD_LOC_KIND
2021-10-29 Tom TromeyAdd gdb.Architecture.integer_type Python function
2021-10-28 Simon Marchigdb: add add_setshow_prefix_cmd
2021-10-25 Simon Marchigdb: change functions returning value contents to use...
2021-10-22 Andrew Burgessgdb/python: move gdb.Membuf support into a new file
2021-10-22 Andrew Burgessgdb/python: new gdb.architecture_names function
2021-10-20 Tom TromeyUse unique_xmalloc_ptr in breakpoint
2021-10-20 Tom TromeyUse unique_xmalloc_ptr in watchpoint
2021-10-19 Tom de Vries[gdb/testsuite] Reimplement gdb.gdb/python-interrupts...
2021-10-09 Tom de Vries[gdb] Make execute_command_to_string return string...
2021-10-05 Andrew Burgessgdb/python: fix memory leak in python inferior code
2021-10-05 Andrew Burgessgdb/python: add a new gdb_exiting event
2021-10-03 Simon Marchigdb: make string-like set show commands use std::string...
2021-10-03 Lancelot SIXgdb: Introduce setting construct within cmd_list_element
2021-10-02 Simon Marchigdb/python: fix a few flake8 warnings
2021-10-01 Simon Marchigdb: remove TYPE_FIELD_NAME and FIELD_NAME macros
2021-09-24 Simon Marchigdb: change thread_info::name to unique_xmalloc_ptr...
2021-09-23 Tom TromeyChange pointer_type to a method of struct type
2021-09-23 Tom TromeyChange ptid_t::tid to ULONGEST
2021-09-13 Tom TromeyFix no-Python build
2021-09-10 Tom de Vries[gdb/testsuite] Reimplement gdb.gdb/python-selftest...
2021-09-09 Andrew Burgessgdb/python: remove all uses of Py_TPFLAGS_HAVE_ITER
2021-09-07 Andrew Burgessgdb/python: new function to add values into GDB's history
2021-08-02 Tom TromeyRemove uses of fprintf_symbol_filtered
2021-07-23 Simon Marchigdb: remove cmd_list_element::function::sfunc
2021-07-13 Simon Marchigdb: make thread_info::suspend private, add getters...
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...
next