aboutsummaryrefslogtreecommitdiff
path: root/gdb/valprint.c
AgeCommit message (Expand)AuthorFilesLines
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
2016-06-24Support structure offsets that are 512K or larger.David Taylor1-4/+4
2016-05-31[PR gdb/19893] Fix handling of synthetic C++ referencesMartin Galvan1-27/+94
2016-05-17Add array start and end strings to generic_val_print_decorationsTom Tromey1-7/+9
2016-03-15Extend flags to support multibit and enum bitfields.Doug Evans1-25/+66
2016-01-01GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker1-1/+1
2015-11-18[C++] Add casts to obstack_base callsSimon Marchi1-2/+2
2015-10-27target_read_memory&co: no longer return target_xfer_statusPedro Alves1-7/+7
2015-10-21fort_dyn_array: add basic fortran dyn array supportKeven Boell1-0/+25
2015-09-25Add casts to memory allocation related callsSimon Marchi1-3/+3
2015-07-28Consider addressable memory unit size in various value functionsSimon Marchi1-13/+40
2015-07-27Factor out complex printing code from generic_val_printSimon Marchi1-23/+33
2015-07-27Factor out decfloat printing code from generic_val_printSimon Marchi1-6/+17
2015-07-27Factor out float printing code from generic_val_printSimon Marchi1-9/+21
2015-07-27Factor out char printing code from generic_val_printSimon Marchi1-20/+34
2015-07-27Factor out int printing code from generic_val_printSimon Marchi1-11/+23
2015-07-27Factor out bool printing code from generic_val_printSimon Marchi1-18/+33
2015-07-27Factor out function/method printing code from generic_val_printSimon Marchi1-15/+31
2015-07-27Factor out flags printing code from generic_val_printSimon Marchi1-6/+18
2015-07-27Factor out enum printing code from generic_val_printSimon Marchi1-57/+71
2015-07-27Factor out reference printing code from generic_val_printSimon Marchi1-37/+50
2015-07-27Factor out memberptr printing code from generic_val_printSimon Marchi1-2/+15
2015-07-27Factor out pointer printing code from generic_val_printSimon Marchi1-12/+26
2015-07-27Factor out array printing code from generic_val_printSimon Marchi1-25/+41
2015-07-27Factor out print_unpacked_pointer from generic_val_printSimon Marchi1-17/+31