ODR warning for "enum string_repr_result"
[binutils-gdb.git] / gdb / python /
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
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...
next