aboutsummaryrefslogtreecommitdiff
path: root/gdb/valprint.c
AgeCommit message (Expand)AuthorFilesLines
2020-01-01Update copyright year range in all GDB files.Joel Brobecker1-1/+1
2019-12-11Implement 'print -raw-values' and 'set print raw-values on|off'Philippe Waroquiers1-0/+10
2019-12-04Use metadata style in a few more placesTom Tromey1-3/+3
2019-11-21Adjust byte order variable display/change if DW_AT_endianity is present.Peeter Joot1-3/+3
2019-10-26[gdb] Fix more typos in comments (2)Tom de Vries1-1/+1
2019-10-18[gdb] Fix more typos in commentsTom de Vries1-3/+3
2019-10-01Introduce metadata styleTom Tromey1-12/+18
2019-08-07Make first and last lines of 'command help documentation' consistent.Philippe Waroquiers1-1/+1
2019-07-10Don't include gdbarch.h from defs.hTom Tromey1-0/+1
2019-07-09Rename common to gdbsupportTom Tromey1-1/+1
2019-06-13"set print raw frame-arguments" -> "set print raw-frame-arguments"Pedro Alves1-6/+13
2019-06-13Make "print" and "compile print" support -OPT optionsPedro Alves1-81/+178
2019-05-29Add "set print finish"Tom Tromey1-1/+2
2019-04-29gdb: Introduce 'print max-depth' featureAndrew Burgess1-1/+56
2019-04-08Rename gdb exception typesTom Tromey1-1/+1
2019-04-08Rewrite TRY/CATCHTom Tromey1-3/+2
2019-03-05Remove excess calls to gdb_flushTom Tromey1-4/+0
2019-01-17Replace "the the" with "the"Tom Tromey1-1/+1
2019-01-01Update copyright year range in all GDB files.Joel Brobecker1-1/+1
2018-10-31gdb: Handle ICC's unexpected void return typeAndrew Burgess1-0/+1
2018-10-04Simple -Wshadow=local fixesTom Tromey1-4/+4
2018-08-07Replace some uses of xstrprintf with string_printfSimon Marchi1-3/+2
2018-06-18Use unique_xmalloc_ptr for read_stringTom Tromey1-27/+21
2018-06-07target_stack -> current_top_target() throughoutPedro Alves1-1/+1
2018-05-03Convert struct target_ops to C++Pedro Alves1-1/+1
2018-01-07Replace VEC(converted_character_d) with std::vectorSimon Marchi1-19/+10
2018-01-02Update copyright year range in all GDB filesJoel Brobecker1-1/+1
2017-11-07Constify add_setshow_*Tom Tromey1-6/+2
2017-11-06Target FP: Add string routines to target-float.{c,h}Ulrich Weigand1-14/+2
2017-10-24Target FP printing: Simplify and fix print_floatingUlrich Weigand1-104/+11
2017-10-11Constify add_prefix_cmdTom Tromey1-8/+4
2017-10-05Clean up some DFP interfacesUlrich Weigand1-4/+2
2017-09-27Constify two functions in valprint.cTom Tromey1-6/+2
2017-09-09Remove unnecessary function prototypes.John Baldwin1-2/+0
2017-09-03Return std::string from memory_error_messageTom Tromey1-5/+2
2017-08-14Remove BITS_IN_BYTES defineTom Tromey1-6/+3
2017-08-14Fix two regressions in scalar printingTom Tromey1-1/+7
2017-06-27Eliminate make_cleanup_obstack_free, introduce auto_obstackPedro Alves1-13/+4
2017-06-14Introduce gdb::byte_vector, add allocator that default-initializesPedro Alves1-2/+3
2017-06-12Remove val_print_type_code_intTom Tromey1-55/+5
2017-06-12Let print_decimal_chars handle signed valuesTom Tromey1-1/+55
2017-06-12Don't always zero pad in print_*_charsTom Tromey1-45/+92
2017-03-20Convert lvalue reference type check to general reference type checkArtemiy Volkov1-2/+3
2017-03-03Fetch lazy value before calling val_printYao Qi1-0/+3
2017-01-01update copyright year range in GDB filesJoel Brobecker1-1/+1
2016-11-11Remove apply_val_pretty_printer parameter valaddrYao Qi1-4/+1
2016-11-08Remove parameter valaddr from la_val_printYao Qi1-80/+110
2016-10-12Turn wchar iterator into a classTom Tromey1-15/+10
2016-09-16gdb: Use std::min and std::max throughoutPedro Alves1-5/+6
2016-09-06Remove obsolete TYPE_FLAG_... valuesUlrich Weigand1-4/+3