Minor simplification in tui_default_win_viewport_height
[external/binutils.git] / gdb / guile /
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
2017-03-16 Doug EvansCopy lazy string handling fixes from Python.
2017-03-16 Doug EvansNew function tyscm_scm_to_type.
2017-02-02 Pedro AlvesEliminate make_cleanup_ui_file_delete / make ui_file...
2017-01-26 Yao QiRefactor disassembly code
2017-01-11 Tom TromeyRemove cleanups from execute_gdb_command
2017-01-10 Simon MarchiChange return type of ui_out redirect to void
2017-01-01 Joel Brobeckerupdate copyright year range in GDB files
2016-12-22 Simon MarchiClass-ify ui_out
2016-11-21 Yao QiCreate subobject value in pretty printer
2016-11-11 Yao QiRemove apply_val_pretty_printer parameter valaddr
2016-11-08 Pedro AlvesUse ui_file_as_string in execute_command_to_string
2016-11-08 Pedro AlvesUse ui_file_as_string in gdb/guile/
2016-11-07 Doug EvansFix ext lang calls to value_struct_elt.
2016-10-21 Tom TromeyUse scoped_restore for ui_file
2016-10-06 Pedro Alvesgdb: Remove some C compiler support leftovers
2016-06-25 David TaylorSupport structure offsets that are 512K or larger.
2016-06-21 Pedro AlvesMake the interpreters be per UI
2016-04-21 Pedro AlvesAdd missing sentinel 'char *' casts in concat/reconcat...
2016-04-12 Pedro AlvesEliminate clear_quit_flag
2016-04-12 Pedro AlvesIntroduce interruptible_select
2016-02-09 Keith SeitzUse string_to_event_location_basic in guile.
2016-01-13 Pedro AlvesPer-inferior/Inferior-qualified thread IDs
2016-01-01 Joel BrobeckerGDB copyright headers update after running GDB's copyri...
2015-11-17 Pedro Alvesguile disassembly hardcode TARGET_XFER_E_IO
2015-10-29 Pedro Alvesguile/: Add enum cast
2015-10-27 Simon Marchiguile: Change return value of gdbscm_with_guile for...
next