gdb: add target_ops::supports_displaced_step
[deliverable/binutils-gdb.git] / gdb / guile /
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
2017-09-27  Tom TromeyConstify some linespec functions
2017-09-27  Tom TromeyAdd add_cmd function overloads
2017-09-22  Simon MarchiFix sometimes-uninitialized warning in gdbscm_value_address
2017-09-11  Tom TromeyRemove cleanups from find_frame_funname
2017-09-09  Tom TromeyRemove make_cleanup_ui_out_redirect_pop
2017-09-09  John BaldwinRemove unnecessary function prototypes.
2017-09-04  Pedro AlvesStop assuming no-debug-info functions return int
2017-09-04  Pedro AlvesKill init_sal
2017-08-22  Tom TromeyChange gdb_realpath to return a unique_xmalloc_ptr
2017-08-03  Tom TromeyIntroduce gdb_argv, a class wrapper for buildargv
2017-07-17  Pedro AlvesIntroduce class completion_tracker & rewrite completion...
2017-07-17  Pedro AlvesRename make_symbol_completion_list_fn -> symbol_completer
2017-04-12  Tom TromeyChange breakpoint event locations to event_location_up
2017-04-12  Tom TromeyUse scoped_restore in more places
2017-04-12  Tom TromeyIntroduce command_line_up
2017-04-12  Tom TromeyIntroduce event_location_up
2017-04-05  Pedro Alves-Wwrite-strings: The Rest
2017-03-20  Artemiy VolkovChange {lookup,make}_reference_type API
next
This page took 0.324056 seconds and 7 git commands to generate.