Introduce typeid_operation
[deliverable/binutils-gdb.git] / gdb / guile /
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...
2018-07-17  Tom TromeyUse std::string in ppscm_make_pp_type_error_exception
2018-06-18  Tom TromeyUse unique_xmalloc_ptr for read_string
2018-06-01  Tom TromeyRemove TYPE_TAG_NAME
2018-05-29  Tom TromeyRemove a VEC from type.c
2018-05-04  Tom TromeyUse counted_command_line everywhere
2018-04-23  Tom TromeyRemove a cleanup from scm-frame.c
2018-04-06  Tom TromeyIntroduce a gdb_ref_ptr specialization for struct value
2018-03-30  Simon MarchiRemove usage of VEC(char_ptr) in gdbscm_parse_function_args
2018-03-19  Tom TromeyConvert observers to C++
2018-02-28  Sergio Durigan JuniorCreate new common/pathstuff.[ch]
2018-01-02  Joel BrobeckerUpdate copyright year range in all GDB files
2017-12-05  Simon MarchiRemove some unused variables
2017-11-29  Pedro AlvesMake "break foo" find "A::foo", A::B::foo", etc. [C...
2017-11-07  Tom TromeyConstify execute_command
2017-11-07  Tom TromeyConstify add_setshow_*
2017-11-07  Tom TromeyRemove cmd_cfunc_ftype
2017-11-07  Tom TromeyConstify add_com
2017-11-06  Ulrich WeigandTarget FP: Handle interfaces to scripting languages
2017-10-11  Tom TromeyConstify add_prefix_cmd
2017-10-04  Pedro AlvesMove code out of 'between TRY and CATCH'
2017-10-03  Tom TromeyRemove set_batch_flag_and_make_cleanup_restore_page_info
next
This page took 0.357419 seconds and 7 git commands to generate.