gdb: Add maint set ignore-prologue-end-flag
[binutils-gdb.git] / gdb / python /
2022-04-04 Tom TromeyRemove more Python 2 code
2022-03-29 Tom TromeyRename print_spaces_filtered
2022-03-29 Tom TromeyUnify gdb printf functions
2022-03-29 Tom TromeyUnify gdb puts functions
2022-03-23 Simon Marchigdb/python: remove Python 2/3 compatibility macros
2022-03-23 Simon Marchigdb/python: remove Python 2 support
2022-03-22 Andrew Burgessgdb/python: add gdb.format_address function
2022-03-19 Simon Marchigdb/python: remove gdb._mi_commands dict
2022-03-16 Jan Vranygdb/mi: consistently notify user when GDB/MI client...
2022-03-14 Andrew Burgessgdb/python/mi: create MI commands using python
2022-03-07 Andrew Burgessgdb/python: add Type.is_signed property
2022-03-07 Andrew Burgessgdb/python: add Type.is_scalar property
2022-02-28 Tom TromeyFix maybe-uninitialized warning in py-infthread.c
2022-02-28 Andrew Burgessgdb/python: Add gdb.InferiorThread.details attribute
2022-02-24 Andrew Burgessgdb: use a range based for loop when iterating over...
2022-02-15 Lancelot SIXgdb: add a symbol* argument to get_return_value
2022-02-14 Tom TromeyRemove LA_PRINT_TYPE
2022-02-14 Andrew Burgessgdb/python: move styling support to gdb.styling
2022-02-14 Andrew Burgessgdb: use python to colorize disassembler output
2022-02-07 Andrew Burgessgdb/python: allow Value.format_string to return styled...
2022-02-06 Simon Marchigdb: remove SYMBOL_LINE macro
2022-02-06 Simon Marchigdb: remove SYMBOL_TYPE macro
2022-02-06 Simon Marchigdb: remove SYMBOL_IS_ARGUMENT macro
2022-02-06 Simon Marchigdb: remove SYMBOL_OBJFILE_OWNED macro
2022-02-06 Simon Marchigdb: remove SYMBOL_CLASS macro, add getter
2022-02-06 Simon Marchigdb: remove SYMTAB_OBJFILE macro
2022-02-06 Simon Marchigdb: remove SYMTAB_BLOCKVECTOR macro
2022-02-06 Simon Marchigdb: remove SYMTAB_LINETABLE macro, add getter/setter
2022-02-06 Simon Marchigdb: remove SYMTAB_COMPUNIT macro, add getter/setter
2022-02-06 Simon Marchigdb: remove COMPUNIT_BLOCKVECTOR macro, add getter...
2022-02-06 Simon Marchigdb: remove COMPUNIT_PRODUCER macro, add getter/setter
2022-02-06 Simon Marchigdb: remove COMPUNIT_OBJFILE macro
2022-02-04 Tom TromeyRemove host_hex_value
2022-02-02 Andrew Burgessgdb: fix formatting for help set/show extended-prompt
2022-02-01 Jan Vranygdb/python: fix gdb.Objfile.__repr__ () for dynamically...
2022-01-26 Andrew Burgessgdb/python: handle non utf-8 characters when source...
2022-01-26 Tom TromeyAlways call the wrap_here method
2022-01-26 Tom TromeyConvert wrap_here to use integer parameter
2022-01-26 Andrew Burgessgdb/python: improve the auto help text for gdb.Parameter
2022-01-26 Andrew Burgessgdb/python: add gdb.history_count function
2022-01-26 Tom TromeyAdd a way to temporarily set a gdb parameter from Python
2022-01-26 Tom TromeyFix another crash with gdb parameters in Python
2022-01-26 Tom TromeyChange how Python architecture and language are handled
2022-01-25 Tom TromeyReduce explicit use of gdb_stdout
2022-01-18 Tom TromeyMove gdb obstack code to gdbsupport
2022-01-12 Andrew Burgessgdb/python: add gdb.host_charset function
2022-01-05 Hannes DomaniFix inferior_thread attribute in new_thread event
2022-01-01 Joel BrobeckerCopyright Year update after running gdb/copyright.py
2021-12-16 Simon Marchigdb: re-format with black 21.12b0
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
next