gdb: LoongArch: Define LOONGARCH_LINUX_NUM_GREGSET as 45
[binutils-gdb.git] / gdb / guile /
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
2020-12-04 Tom TromeyRemove redundant typedefs
2020-11-02 Simon Marchigdb, gdbserver, gdbsupport: fix leading space vs tabs...
2020-10-27 Tankut Baris Aktemurgdb/breakpoint: add flags to 'condition' and 'break...
2020-09-17 Tom TromeyUse htab_up in type copying
2020-09-14 Simon Marchigdb: remove TYPE_UNSIGNED
2020-07-20 Ludovic Courtèsguile: Add support for Guile 3.0.
2020-07-20 Ludovic Courtèsguile: Add support for Guile 2.2.
2020-07-13 Simon Marchigdb: make type::bounds work for array and string types
2020-07-13 Simon Marchigdb: remove TYPE_HIGH_BOUND and TYPE_LOW_BOUND
2020-06-22 Philippe Waroquiersdefault-args: allow to define default arguments for...
2020-06-08 Simon Marchigdb: remove FIELD_TYPE macro
2020-06-08 Simon Marchigdb: remove TYPE_INDEX_TYPE macro
2020-05-23 Simon Marchigdb: remove TYPE_FIELD macro
2020-05-22 Simon Marchigdb: remove TYPE_FIELDS macro
2020-05-22 Simon Marchigdb: remove TYPE_NFIELDS macro
2020-05-16 Simon Marchigdb: remove TYPE_NAME macro
2020-05-14 Simon Marchigdb: remove TYPE_CODE macro
2020-05-08 Tom TromeyRemove ALL_PSPACES
2020-04-17 Tom TromeyReplace most calls to help_list and cmd_show_list
next