Change build_address_symbolic to return std::string
[external/binutils.git] / gdb / printcmd.c
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
2015-03-27 Jan KratochvilRevert: Code cleanup: Move print_command_1 expr variabl...
2015-03-26 Jan KratochvilCode cleanup: Move print_command_1 expr variable scope
2015-03-26 Jan KratochvilCode cleanup: Make validate_format parameter const
2015-03-07 Pedro AlvesSplit TRY_CATCH into TRY + CATCH
2015-02-27 Pedro AlvesC++ keyword cleanliness, mostly auto-generated
2015-01-01 Joel BrobeckerUpdate year range in copyright notice of all files...
2014-12-23 Doug EvansLook up primitive types as symbols.
2014-12-23 Doug EvansReplace some symbol accessor macros with functions.
2014-11-18 Doug EvansUse SYMBOL_OBJFILE more.
2014-10-08 Gary BensonRemove spurious exceptions.h inclusions
2014-08-07 Gary BensonInclude string.h in common-defs.h
2014-08-07 Gary BensonInclude gdb_assert.h in common-defs.h
2014-07-30 Tom Tromeyconstify some cli-utils stuff
2014-05-05 Yao QiShow new created display
2014-02-26 Tom Tromeystart change to progspace independence
2014-02-26 Tom Tromeychange minsym representation
2014-02-24 Doug Evans * value.c (record_latest_value): Fix comment.
2014-01-07 Honggyu KimRemove duplicated #include's from GDB
2014-01-01 Joel BrobeckerUpdate Copyright year range in all files maintained...
2013-11-18 Tom Tromeyremove gdb_string.h
2013-10-29 Nicolas BlancNew remove-symbol-file command.
2013-10-17 Tom Tromeyfix for PR gdb/15995
2013-09-24 Jan KratochvilCode cleanup: Add objfile_name accessor
2013-08-05 Tom Tromeyremove msymbol_objfile
2013-07-25 Andrew BurgessAdd new 'z' format for print command.
2013-06-07 Will Newtongdb/printcmd.c: Fix printing of Thumb minimal symbols.
2013-05-30 Tom Tromeyfix print_command_1
2013-04-10 Pedro AlvesAccept "set foo unlimited" in integer/uinteger/zuintege...
2013-04-08 Tom Tromey PR symtab/8424:
2013-04-08 Tom Tromey * minsyms.h (struct bound_minimal_symbol): New.
2013-03-20 Tom Tromey * ax-gdb.c (gen_var_ref): Unconditionally call via...
2013-03-13 Pedro AlvesConstify strings in tracepoint.c, lookup_cmd and the...
2013-03-12 Keith Seitz * ada-lang.c (ada_read_renaming_var_value): Pass const
2013-02-11 Doug Evans(printf_c_string): Fix thinko in comment.
2013-02-11 Doug Evans * printcmd.c (printf_c_string,printf_wide_c_string...
2013-02-03 Jan Kratochvilgdb/
2013-01-16 Yao Qigdb/
2013-01-08 Hui Zhu2013-01-08 Hui Zhu <hui_zhu@mentor.com>
2013-01-07 Tom Tromey PR cli/7719:
next