Automatic date update in version.in
[deliverable/binutils-gdb.git] / gdb / printcmd.c
2021-07-20  Luis MachadoFix printing of non-address types when memory tagging...
2021-06-28  Simon Marchigdb: convert obj_section macros to methods
2021-05-27  Simon Marchigdb: fix tab after space indentation issues
2021-05-27  Simon Marchigdb: remove add_alias_cmd overload that accepts a string
2021-05-27  Simon Marchigdb: make add_com_alias accept target as a cmd_list_element
2021-05-12  Marco Barisionegdb: generate the prefix name for prefix commands on...
2021-04-24  Simon Marchigdbsupport, gdb: give names to observers
2021-04-15  Tom TromeyUse common_val_print_checked in print_variable_and_value
2021-03-24  Luis MachadoExtend "x" and "print" commands to support memory tagging
2021-03-24  Luis MachadoNew memory-tag commands
2021-03-08  Tom TromeyRemove some null checks
2021-03-08  Tom TromeyRemove union exp_element
2021-03-08  Tom TromeyAdd an expr::operation_up to struct expression
2021-02-11  Andrew Burgessgdb: add obj_section function to bound_minimal_symbol
2021-02-10  Andrew Burgessgdb: Delete SYMBOL_OBJ_SECTION and MSYMBOL_OBJ_SECTION
2021-01-28  Simon Marchigdb: rename get_type_arch to type::arch
2021-01-08  Tom TromeyPass void_context_p to parse_expression
2021-01-01  Joel BrobeckerUpdate copyright year range in all GDB files
2020-12-17  Tom TromeyRemove a use of n_spaces
2020-11-27  Andrew Burgessgdb: fix potentially uninitialised variable
2020-11-19  Andrew Burgessgdb: make use of skip_to_space and skip_spaces
2020-11-17  Andrew Burgessgdb: improve command completion for 'print', 'x', and...
2020-11-15  Joel Brobeckerfix printing of DWARF fixed-point type objects with...
2020-11-02  Simon Marchigdb, gdbserver, gdbsupport: fix leading space vs tabs...
2020-10-09  Hannes DomaniHandle void results as unformatted prints
2020-09-23  Tom TromeyHandle bit offset and bit size in base types
2020-09-14  Simon Marchigdb: remove TYPE_UNSIGNED
2020-07-13  Simon Marchigdb: remove TYPE_RANGE_DATA macro
2020-05-15  Tom TromeyRemove lookup_objfile_from_block
2020-05-14  Simon Marchigdb: remove TYPE_CODE macro
2020-05-08  Tom TromeyMore C++-ification for struct display
2020-04-18  Tom TromeyChange get_objfile_arch to a method on objfile
2020-03-14  Tom TromeyTwo simple uses of value_print_scalar_formatted
2020-03-03  Sergio Durigan JuniorFix printf of a convenience variable holding an inferio...
2020-02-11  Tom TromeyRemove some ui_file_* functions
2020-02-07  Iain BuclawMake gdb_flush also flush the wrap buffer
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-12  Tom TromeyRemove MULTI_OBJFILE_P
2019-12-11  Philippe WaroquiersImplement 'print -raw-values' and 'set print raw-values...
2019-12-05  Simon MarchiRemove gdbarch parameter of lookup_typename
2019-11-22  Christian BiesingerReplace SYMBOL_*_NAME accessors with member functions
2019-11-22  Christian BiesingerReplace the MSYMBOL_*_NAME macros with member functions
2019-11-21  Peeter JootAdjust byte order variable display/change if DW_AT_endi...
2019-11-12  Andrew Burgessgdb: Support printf 'z' size modifier
2019-10-18  Tom de Vries[gdb] Fix more typos in comments
2019-10-01  Tom TromeyIntroduce metadata style
2019-10-01  Pedro AlvesUse new %p format suffixes in gdb
2019-09-18  Christian BiesingerChange boolean options to bool instead of int
2019-09-03  Tom TromeyHandle biased types
2019-08-19  Tom TromeyFix Fortran regression with variables in nested functions
2019-08-06  Philippe WaroquiersMake first and last lines of 'command help documentatio...
2019-08-05  Tom TromeyUse _() in calls to build_help
2019-07-30  Kevin BuettnerAllow display of negative offsets in print_address_symb...
2019-07-27  Kevin BuettnerRestrict use of minsym names when printing addresses...
2019-07-09  Tom TromeyRename common to gdbsupport
2019-07-08  Philippe WaroquiersEnsure GDB printf command can print convenience var...
2019-06-12  Pedro AlvesMake "print" and "compile print" support -OPT options
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-04-05  Tom TromeyMove innermost_block_tracker global to parse_state
2019-03-29  Tom TromeyAdd usage for commands in printcmd.c
2019-03-23  Tom TromeyHave parser reset the innermost block tracker
2019-03-05  Tom TromeyRemove excess calls to gdb_flush
2019-01-25  Tom TromeyNormalize includes to use common/
2019-01-21  Tom TromeyRemove duplicate or commented-out #includes
2019-01-17  Tom TromeyChange all_objfiles adapter to be a method on program_space
2019-01-10  Tom TromeyRemove ALL_OBJSECTIONS
2019-01-01  Joel BrobeckerUpdate copyright year range in all GDB files.
2018-12-28  Tom TromeyStyle addresses
2018-12-28  Tom TromeyStyle print_address_symbolic
2018-12-28  Tom TromeyStyle variable names
2018-12-28  Tom TromeyReset terminal styles
2018-09-06  Simon MarchiDisable -Wformat-nonliteral in parts of printcmd.c
2018-08-23  Kevin BuettnerUse BLOCK_ENTRY_PC in place of most uses of BLOCK_START
2018-07-22  Tom TromeySimple unused variable removals
2018-06-07  Tom TromeyChange build_address_symbolic to return std::string
2018-05-29  Weimin PanRemoving lookup_minimal_symbol_and_objfile
2018-05-21  Tom TromeyRemove output_command_const
2018-05-04  Tom TromeyMinor cleanups in printcmd.c
2018-05-04  Tom TromeyUse previous count when 'x' command is repeated
2018-04-06  Tom TromeyChange last_examine_value to value_ref_ptr
2018-04-06  Tom TromeyIntroduce a gdb_ref_ptr specialization for struct value
2018-03-27  Joel Brobeckerset varsize-limit: New GDB setting for maximum dynamic...
2018-03-19  Tom TromeyConvert observers to C++
2018-03-14  Tom TromeySpecial case NULL when using printf's %s format
2018-03-14  Tom TromeyAllow - in %p for printf
2018-03-14  Tom TromeyAdd usage to printf command
2018-01-21  Andrew Burgessgdb: New API for tracking innermost block
2018-01-02  Joel BrobeckerUpdate copyright year range in all GDB files
2017-12-08  Tom TromeyC++-ify parse_format_string
2017-11-07  Tom TromeyConstify execute_command
2017-11-07  Tom TromeyConstify add_info
2017-11-07  Tom TromeyConstify add_com
2017-11-07  Tom TromeyAdd set_repeat_arguments function
2017-11-06  Ulrich WeigandTarget FP: Add string routines to target-float.{c,h}
2017-10-24  Ulrich WeigandTarget FP printing: Simplify and fix ui_printf
2017-10-24  Ulrich WeigandTarget FP printing: Simplify and fix print_floating
2017-10-11  Tom TromeyConstify add_prefix_cmd
next
This page took 0.792058 seconds and 106 git commands to generate.