gdb: Update my email address in MAINTAINERS
[binutils-gdb.git] / gdb / guile /
2022-11-28 Andrew Burgessgdb/disasm: mark functions passed to the disassembler...
2022-10-31 Tom TromeyAdd missing TYPE_CODE_* constants to Python
2022-10-21 Maciej W. RozyckiGDB/Guile: Don't assert that an integer value is boolean
2022-10-10 Tom TromeyFix the guile build
2022-10-10 Tom TromeyChange GDB to use frame_info_ptr
2022-10-10 Tom TromeyRemove frame_id_eq
2022-09-21 Simon Marchigdb: remove TYPE_LENGTH
2022-09-21 Simon Marchigdb: remove TYPE_TARGET_TYPE
2022-08-31 Tom TromeyUse ui_out_redirect_pop in more places
2022-08-04 Tom TromeyUse registry in gdbarch
2022-07-28 Tom TromeyRemove some unneeded checks in Guile code
2022-07-28 Tom TromeyRewrite registry.h
2022-07-28 Tom TromeyRemove some unused functions from guile code
2022-07-28 Tom TromeyChange allocation of type-copying hash table
2022-07-08 Ludovic Courtès[gdb/build] Handle deprecation of scm_install_gmp_memor...
2022-06-17 Pedro AlvesConvert location_spec_to_string to a method
2022-06-17 Pedro Alvesevent_location -> location_spec
2022-06-15 Andrew Burgessgdb: add extension language print_insn hook
2022-06-02 Tom TromeyODR warning for "enum string_repr_result"
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_arch with symbol::arch
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-04 Pedro AlvesAvoid undefined behavior in gdbscm_make_breakpoint
2022-03-29 Tom TromeyRename print_spaces_filtered
2022-03-29 Tom TromeyUnify gdb printf functions
2022-03-29 Tom TromeyUnify gdb putc functions
2022-03-29 Tom TromeyUnify gdb puts functions
2022-02-14 Tom TromeyRemove LA_PRINT_TYPE
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: rename compunit_primary_filetab to compunit_symtab...
2022-02-06 Simon Marchigdb: remove COMPUNIT_OBJFILE macro
2022-01-26 Tom TromeyAlways call the wrap_here method
2022-01-26 Tom TromeyConvert wrap_here to use integer parameter
2022-01-26 Simon Marchigdb: add string_file::release method
2022-01-26 Tom TromeyFix another crash with gdb parameters in Python
2022-01-25 Tom TromeyReduce explicit use of gdb_stdout
2022-01-18 Tom TromeyMove gdb_argv to gdbsupport
2022-01-05 Tom TromeyImplement putstr and putstrn in ui_file
2022-01-01 Joel BrobeckerCopyright Year update after running gdb/copyright.py
2021-11-16 Andrew Burgessgdb/gdbsupport: make xstrprintf and xstrvprintf return...
2021-10-29 Simon Marchigdb: remove FIELD_ENUMVAL macro
2021-10-29 Simon Marchigdb: remove FIELD_BITPOS macro
2021-10-28 Simon Marchigdb: add add_setshow_prefix_cmd
2021-10-25 Simon Marchigdb: change functions returning value contents to use...
2021-10-20 Tom TromeyUse unique_xmalloc_ptr in breakpoint
2021-10-20 Tom TromeyUse unique_xmalloc_ptr in watchpoint
2021-10-09 Tom de Vries[gdb] Make execute_command_to_string return string...
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-01 Simon Marchigdb: remove TYPE_FIELD_NAME and FIELD_NAME macros
2021-08-10 George Barrettguile: fix smob exports
2021-07-29 George Barrettguile/scm-math: indentation fixes
2021-07-29 George Barrettguile: fix make-value with pointer type
2021-07-29 George Barrettgdbtypes: return value from get_unsigned_type_max
2021-07-29 George BarrettGuile: temporary breakpoints
2021-07-23 Simon Marchigdb: remove cmd_list_element::function::sfunc
2021-06-26 Simon Marchigdb/guile: use return values of add_setshow functions...
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/guile: allow for catchpoint type breakpoints in...
2021-06-25 Andrew Burgessgdb/guile: improve the errors when creating breakpoints
2021-05-27 Simon Marchigdb: fix some indentation issues
2021-05-27 Simon Marchigdb: remove iterate_over_breakpoints function
2021-05-27 Simon Marchigdb: remove add_alias_cmd overload that accepts a string
2021-05-27 Simon Marchigdb: make add_info_alias accept target as a cmd_list_el...
2021-05-27 Simon Marchigdb: make add_com_alias accept target as a cmd_list_element
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 Kent Cheunggdb: fix pretty printing max depth behaviour
2021-05-12 George BarrettGuile: add value-const-value
2021-05-12 George BarrettGuile: add value-{rvalue-,}reference-value
2021-05-12 George BarrettGuile: improved rvalue reference support
2021-05-12 Marco Barisionegdb: generate the prefix name for prefix commands on...
2021-05-09 Andrew Burgessgdb: replace fprint_frame_id
2021-05-07 Andrew Burgessgdb/guile: Have gdbscm_safe_source_script return a...
2021-05-06 Andrew Burgessgdb/guile: don't try to print location for watchpoints
2021-05-04 Tom de Vries[gdb/guile] Don't allow libguile to change libgmp mem fns
2021-04-28 Andrew Burgessgdb: extension languages finish_initialization to initi...
2021-04-28 Andrew Burgessgdb delay guile initialization until gdbscm_finish_init...
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-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-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
next