sim: mips: merge mips64vr4300 with existing multi-run build
[binutils-gdb.git] / gdb / python /
2022-12-19 Tom TromeyUse bool constants for value_print_options
2022-12-16 Simon Marchigdb: remove static buffer in command_line_input
2022-12-13 Johnson SunReplace gdbpy_should_stop with gdbpy_breakpoint_cond_sa...
2022-12-07 Tom TromeyRemove unnecessary xstrdup from bppy_init
2022-11-28 Andrew Burgessgdb/disasm: mark functions passed to the disassembler...
2022-11-28 Andrew Burgessgdb/python: avoid throwing an exception over libopcodes...
2022-11-18 Johnson SunFix deletion of FinishBreakpoints
2022-11-11 Lancelot SIXgdb/py-inferior: Keep inferior threads in a map
2022-10-31 Tom TromeyAdd missing TYPE_CODE_* constants to Python
2022-10-21 Maciej W. RozyckiGDB/Python: Make `None' stand for `unlimited' in settin...
2022-10-20 Andrew Burgessgdb/python: break more dependencies between gdbpy_initi...
2022-10-20 Andrew Burgessgdb/python: break dependencies between gdbpy_initialize...
2022-10-18 Tom TromeyRemove dead code from py-finishbreakpoint.c
2022-10-18 Markus Metzgergdb, python: use gdbarch_iterate_over_objfiles_in_searc...
2022-10-10 Tom TromeyChange GDB to use frame_info_ptr
2022-10-10 Tom TromeyRemove frame_id_eq
2022-10-02 Andrew Burgessgdb/disasm: better intel flavour disassembly styling...
2022-09-21 Simon Marchigdb: remove TYPE_LENGTH
2022-09-21 Simon Marchigdb: remove TYPE_TARGET_TYPE
2022-09-01 Lancelot SIXgdb/python-config: replace deprecated distutils.sysconfig
2022-08-31 Tom TromeyUse ui_out_redirect_pop in more places
2022-08-30 Tom TromeyFix flush for sys.stderr
2022-08-21 Tom TromeyFix crash in gdbpy_parse_register_id
2022-08-04 Tom TromeyUse registry in gdbarch
2022-08-03 Tom TromeyUse gdb_bfd_ref_ptr in objfile
2022-07-28 Tom TromeyRewrite registry.h
2022-07-28 Tom TromeyChange allocation of type-copying hash table
2022-07-28 Simon Farregdb/python: Add BreakpointLocation type
2022-07-25 Kevin Buettnerset/show python dont-write-bytecode fixes
2022-07-25 Andrew Burgessgdb/python: fix invalid use disassemble_info::stream
2022-07-21 Tom de Vries[gdb/python] Fix typo in test_python
2022-07-21 Tom de Vries[gdb/python] Fix python selftest with python 3.11
2022-07-21 Kevin BuettnerWrap python_write_bytecode with HAVE_PYTHON ifdef
2022-07-20 Kevin BuettnerHandle Python 3.11 deprecation of PySys_SetPath and...
2022-07-18 Tom TromeyAdd gdb.free_objfile event registry
2022-07-15 Tom TromeyAdd 'nibbles' to gdb.print_options
2022-07-15 Tom TromeyAdd 'summary' mode to Value.format_string
2022-07-15 Tom TromeyExpose current 'print' settings to Python
2022-07-15 Tom TromeyRun 'black' on gdb
2022-07-08 Tom TromeyAccept gdb.Value in more Python APIs
2022-07-08 Tom TromeyHandle bool specially in gdb.set_parameter
2022-07-05 Tom TromeyAdd gdb.Objfile.is_file attribute
2022-07-05 Tom TromeyMake 'import gdb.events' work
2022-06-23 Tom TromeyUse PyBool_FromLong
2022-06-18 Enze Ligdb/python: Export nibbles to python layer
2022-06-17 Pedro AlvesConvert location_spec_to_string to a method
2022-06-17 Pedro AlvesEliminate the two-level data structures behind location...
2022-06-17 Pedro Alvesevent_location -> location_spec
2022-06-15 Tom TromeyCheck for listeners in emit_exiting_event
2022-06-15 Andrew Burgessgdb/python: implement the print_insn extension language...
2022-06-15 Andrew Burgessgdb: add extension language print_insn hook
2022-06-15 Andrew Burgessgdb/python: convert gdbpy_err_fetch to use gdbpy_ref
2022-06-07 Tom TromeyConstify solib_name_from_address
2022-06-05 Tom TromeyRemove obsolete Python 2 comment
2022-06-03 Tom TromeyUse bool for evregpy_no_listeners_p
2022-06-02 Tom TromeyODR warning for "enum string_repr_result"
2022-06-01 Tom TromeyAdd gdb.current_language and gdb.Frame.language
2022-05-28 Andrew Burgessgdb/python: improve formatting of help text for user...
2022-05-28 Andrew Burgessgdb: use gdb::unique_xmalloc_ptr<char> for docs in...
2022-05-20 Pedro AlvesRename base_breakpoint -> code_breakpoint
2022-04-29 Tom TromeyRemove vtable_breakpoint_ops
2022-04-29 Tom TromeyConvert ordinary breakpoints to vtable ops
2022-04-28 Tom TromeyRemove "typedef enum ..."
2022-04-28 Simon Marchigdb: remove BLOCKVECTOR_BLOCK and BLOCKVECTOR_NBLOCKS...
2022-04-28 Simon Marchigdb: remove BLOCK_SUPERBLOCK macro
2022-04-28 Simon Marchigdb: remove BLOCK_FUNCTION macro
2022-04-28 Simon Marchigdb: remove BLOCK_{START,END} macros
2022-04-20 Tom TromeyReplace symbol_symtab with symbol::symtab
2022-04-20 Tom TromeyReplace symbol_objfile with symbol::objfile
2022-04-07 Simon Marchigdb: remove symtab::objfile
2022-04-07 Simon Marchigdb: remove symtab::blockvector
2022-04-07 Andrew Burgessgdb: move struct reggroup into reggroups.h header
2022-04-07 Andrew Burgessgdb: remove reggroup_next and reggroup_prev
2022-04-07 Andrew Burgessgdb: use 'const reggroup *' in python/py-registers...
2022-04-06 Andrew Burgessgdb: move gdb_disassembly_flag into a new disasm-flags...
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
next