Remove MULTI_OBJFILE_P
[deliverable/binutils-gdb.git] / gdb / printcmd.c
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
2017-10-05  Ulrich WeigandClean up some DFP interfaces
2017-10-03  Tom TromeyUse std::string in info_symbol_command
2017-10-03  Tom TromeyRemove unused declarations
2017-09-27  Tom TromeyConstify some commands in printcmd.c
2017-09-11  Tom TromeyRename _const functions to use overloading instead
2017-09-09  John BaldwinRemove unnecessary function prototypes.
2017-08-22  Simon MarchiRename some command functions
2017-08-14  Tom TromeyFix two regressions in scalar printing
2017-08-03  Tom TromeyUse containers to avoid cleanups
2017-06-27  Pedro AlvesEliminate make_cleanup_obstack_free, introduce auto_obstack
2017-06-14  Pedro AlvesIntroduce gdb::byte_vector, add allocator that default...
2017-06-12  Tom TromeySimplify print_scalar_formatted
2017-06-12  Tom TromeyLet print_decimal_chars handle signed values
2017-06-12  Tom TromeyDon't always zero pad in print_*_chars
2017-04-12  Tom TromeyUse std::vector in find_instruction_backward
2017-04-05  Pedro Alves-Wwrite-strings: The Rest
2017-03-20  Artemiy VolkovConvert lvalue reference type check to general referenc...
2017-02-02  Pedro AlvesEliminate make_cleanup_ui_file_delete / make ui_file...
2017-01-01  Joel Brobeckerupdate copyright year range in GDB files
2016-12-02  Pedro AlvesFix PR 20559 - "eval" command and $arg0...$arg9/$argc...
2016-11-15  Pedro Alvesgdb::{unique_ptr,move} -> std::{unique_ptr,move}
2016-11-08  Yao QiRemove parameter valaddr from la_val_print
2016-11-08  Pedro AlvesUse ui_file_as_string in gdb/printcmd.c
2016-11-08  Pedro Alves'struct expression *' -> gdb::unique_xmalloc_ptr<expres...
2016-10-21  Tom TromeyUse RAII to save and restore scalars
2016-10-13  Pedro AlvesConvert tid_range_parser and get_number_or_range to...
2016-06-10  Toshihito KikuchiAdd negative repeat count to 'x' command
2016-01-20  Joel Brobeckerminor reformatting in printcmd.c::print_scalar_formatted
2016-01-01  Joel BrobeckerGDB copyright headers update after running GDB's copyri...
2015-11-24  Pedro AlvesList displays in ascending order
2015-10-09  Simon MarchiChange some void* to gdb_byte*
2015-09-25  Simon MarchiAdd casts to memory allocation related calls
2015-09-15  Philippe WaroquiersFix PR/18564 - regression in showing __thread so extern...
2015-08-26  Simon MarchiReplace some xmalloc-family functions with XNEW-family...
2015-08-25  Pierre-Marie de... DWARF: handle non-local references in nested functions
2015-08-01  Pierre-Marie de... Replace the block_found global with explicit data-flow
2015-05-21  Andrew Burgessgdb: Remove register class specific layout names.
2015-05-16  Jan KratochvilCode cleanup: Make parts of print_command_1 public
next
This page took 0.681192 seconds and 107 git commands to generate.