Set is_debug_types in allocate_signatured_type
[binutils-gdb.git] / gdb / guile /
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
2020-04-13 Tom TromeyMove gdb_select.h to gdbsupport/
2020-03-14 Tom TromeyChange extension language pretty-printers to use value API
2020-02-11 Tom TromeyRemove some ui_file_* functions
2020-02-08 Tom TromeyMove DWARF code to dwarf2/ subdirectory
2020-01-13 Simon Marchigdb: add back declarations for _initialize functions
2020-01-01 Joel BrobeckerUpdate copyright year range in all GDB files.
2019-12-09 George BarrettFix scripted probe breakpoints
2019-12-05 Simon MarchiRemove gdbarch parameter of lookup_typename
2019-11-30 Philippe WaroquiersAllow . character as part of command names.
2019-11-28 Tom TromeyRemove unused declaratoin from guile
2019-11-26 Tom TromeyAdd RAII class for blocking gdb signals
2019-11-22 Christian BiesingerReplace SYMBOL_*_NAME accessors with member functions
2019-11-05 Tom TromeyRemove la_get_string member
2019-10-26 Tom de Vries[gdb] Fix more typos in comments (2)
2019-10-15 Andrew Burgessgdb: Remove vec.{c,h} and update code to not include...
2019-10-15 Christian BiesingerChange iterate_over_breakpoints to take a function_view
2019-10-09 Christian BiesingerMark guile_{extension_,}script_ops as static
2019-09-18 Christian BiesingerChange boolean options to bool instead of int
2019-09-11 Christian BiesingerMake relocate_{path,gdb_directory} return std::string
2019-07-09 Tom TromeyRename common to gdbsupport
2019-06-10 Tom TromeyRemove newlines from warnings
2019-06-04 Pedro AlvesIntroduce and use make_unique_xstrdup
2019-04-29 Andrew Burgessgdb: Introduce 'print max-depth' feature
2019-04-28 Philippe WaroquiersFollow-up to Support style in 'frame|thread apply'
2019-04-25 Tom TromeyAvoid undefined behavior in Guile exception handling
2019-04-25 Tom TromeyRemove exception_none
2019-04-08 Tom TromeyRename gdb exception types
2019-04-08 Tom TromeyRewrite TRY/CATCH
2019-04-08 Tom TromeyMake exceptions use std::string and be self-managing
2019-03-07 Andrew Burgessgdb: Move value_from_host_double into value.c and make...
2019-02-07 Tom TromeyNormalize include guards in gdb
2019-01-25 Tom TromeyNormalize includes to use common/
2019-01-17 Tom TromeyChange all_objfiles adapter to be a method on program_space
2019-01-10 Tom TromeyRemove most uses of ALL_OBJFILES
2019-01-10 Tom TromeyRemove ALL_PSPACE_OBJFILES
2019-01-01 Joel BrobeckerUpdate copyright year range in all GDB files.
2018-11-21 Pedro AlvesUse gdb:array_view in call_function_by_hand & friends
2018-10-05 Tom TromeyShadowing fix in gdbscm_frame_read_var
2018-10-05 Tom TromeySimple -Wshadow=local fixes
2018-10-04 Tom TromeyAvoid two uninitialized warnings from gcc
2018-09-17 Simon Marchipython: Make gdb.execute("show commands") work (PR...
2018-08-22 Simon MarchiReplace xstrvprintf usages with string_vprintf
2018-08-21 Pedro AlvesDon't throw Scheme exceptions with live std::vector...
2018-07-22 Tom TromeyCall value_fetch_lazy when needed in pretty-printers
2018-07-22 Tom TromeyCall some functions in guile/ for effect
2018-07-22 Tom TromeyUnused variable fixes related to conditional compilation
2018-07-22 Tom TromeySimple unused variable removals
2018-07-19 Pedro AlvesEliminate remaining gdb/guile cleanups
2018-07-19 Pedro Alvesgdbscm_wrap, really forward args
2018-07-18 Pedro AlvesEliminate cleanup in gdbscm_execute_gdb_command
2018-07-18 Pedro AlvesEliminate most remaining cleanups under gdb/guile/
2018-07-17 Tom TromeyReturn unique_xmalloc_ptr from gdbscm_scm_to_string
2018-07-17 Tom TromeyReturn unique_xmalloc_ptr from gdbscm_safe_eval_string
2018-07-17 Tom TromeyChange gdbscm_exception_message_to_string to return...
next