]> git.ipfire.org Git - thirdparty/binutils-gdb.git/history - gdb/printcmd.c
Rename "raw" to "unrelocated"
[thirdparty/binutils-gdb.git] / gdb / printcmd.c
2023-03-28  Tom TromeyRename "raw" to "unrelocated"
2023-03-28  Tom TromeyUse unrelocated_addr in minimal symbols
2023-03-02  Tom TromeyHandle half-float in 'x' command
2023-02-27  Kevin BuettnerCatch gdb_exception_error instead of gdb_exception...
2023-02-19  Tom TromeyConvert contained_in to method
2023-02-19  Tom TromeyConvert block_objfile to method
2023-02-13  Tom TromeyRely on value_ref_ptr::operator->
2023-02-13  Tom TromeyRemove deprecated_lval_hack
2023-02-13  Tom TromeyTurn record_latest_value into a method
2023-02-13  Tom TromeyTurn many optimized-out value functions into methods
2023-02-13  Tom TromeyTurn remaining value_contents functions into methods
2023-02-13  Tom TromeyTurn value_address and set_value_address functions...
2023-02-13  Tom TromeyTurn value_lazy and set_value_lazy functions into methods
2023-02-13  Tom TromeyTurn value_type into method
2023-02-10  Andrew BurgessGDB: Introduce limited array lengths while printing...
2023-01-19  Andrew BurgessGDB: Add a character string limiting option
2023-01-04  Tom TromeyUse first_opcode in another spot
2023-01-04  Tom TromeyConvert exp_uses_objfile to a method of expression
2023-01-01  Joel BrobeckerUpdate copyright year range in header of all files...
2022-12-19  Tom TromeyUse bool constants for value_print_options
2022-10-19  Pedro Alvesinternal_error: remove need to pass __FILE__/__LINE__
2022-10-10  Tom TromeyChange GDB to use frame_info_ptr
2022-09-21  Simon Marchigdb: remove TYPE_LENGTH
2022-06-18  Enze Ligdb: Add new 'print nibbles' feature
2022-04-28  Simon Marchigdb: remove BLOCK_ENTRY_PC macro
2022-04-20  Tom TromeyReplace symbol_arch with symbol::arch
2022-04-20  Tom TromeyReplace symbol_objfile with symbol::objfile
2022-04-11  Simon Marchigdb: remove minimal symbol size macros
2022-04-11  Simon Marchigdb: remove MSYMBOL_TYPE macro
2022-04-11  Simon Marchigdb: remove symbol value macros
2022-03-31  Tom TromeyRemove dbx mode
2022-03-29  Tom TromeyRemove unnecessary calls to wrap_here and gdb_flush
2022-03-29  Tom TromeyRename fprintf_symbol_filtered
2022-03-29  Tom TromeyUnify gdb printf functions
2022-03-29  Tom TromeyUnify gdb puts functions
2022-03-29  Tom TromeyChange the pager to a ui_file
2022-03-10  Tom TromeyChange how "print/x" displays floating-point value
2022-02-06  Simon Marchigdb: remove SYMBOL_IS_ARGUMENT macro
2022-02-06  Simon Marchigdb: remove SYMBOL_OBJFILE_OWNED macro
2022-02-06  Simon Marchigdb: remove SYMBOL_CLASS macro, add getter
2022-01-26  Tom TromeyAlways call the wrap_here method
2022-01-26  Tom TromeyConvert wrap_here to use integer parameter
2022-01-25  Tom TromeyReduce explicit use of gdb_stdout
2022-01-05  Tom TromeyUse filtered output in ordinary commands
2022-01-01  Joel BrobeckerAutomatic Copyright Year update after running gdb/copyr...
2021-11-18  Simon Marchigdbsupport: make gdb_assert_not_reached accept a format...
2021-10-25  Simon Marchigdb: change functions returning value contents to use...
2021-08-02  Tom TromeyRemove uses of fprintf_symbol_filtered
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...
next