Stop the linker from complaining about RWX segments in sparc-solaris targets.
[binutils-gdb.git] / gdb / python /
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
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
next