summaryrefslogtreecommitdiff
path: root/gdb/valprint.c
AgeCommit message (Expand)Author
2018-01-02Update copyright year range in all GDB filesJoel Brobecker
2017-11-07Constify add_setshow_*Tom Tromey
2017-11-06Target FP: Add string routines to target-float.{c,h}Ulrich Weigand
2017-10-24Target FP printing: Simplify and fix print_floatingUlrich Weigand
2017-10-11Constify add_prefix_cmdTom Tromey
2017-10-05Clean up some DFP interfacesUlrich Weigand
2017-09-27Constify two functions in valprint.cTom Tromey
2017-09-09Remove unnecessary function prototypes.John Baldwin
2017-09-03Return std::string from memory_error_messageTom Tromey
2017-08-14Remove BITS_IN_BYTES defineTom Tromey
2017-08-14Fix two regressions in scalar printingTom Tromey
2017-06-27Eliminate make_cleanup_obstack_free, introduce auto_obstackPedro Alves
2017-06-14Introduce gdb::byte_vector, add allocator that default-initializesPedro Alves
2017-06-12Remove val_print_type_code_intTom Tromey
2017-06-12Let print_decimal_chars handle signed valuesTom Tromey
2017-06-12Don't always zero pad in print_*_charsTom Tromey
2017-03-20Convert lvalue reference type check to general reference type checkArtemiy Volkov
2017-03-03Fetch lazy value before calling val_printYao Qi
2017-01-01update copyright year range in GDB filesJoel Brobecker
2016-11-11Remove apply_val_pretty_printer parameter valaddrYao Qi
2016-11-08Remove parameter valaddr from la_val_printYao Qi
2016-10-12Turn wchar iterator into a classTom Tromey
2016-09-16gdb: Use std::min and std::max throughoutPedro Alves
2016-09-06Remove obsolete TYPE_FLAG_... valuesUlrich Weigand
2016-06-24Support structure offsets that are 512K or larger.David Taylor
2016-05-31[PR gdb/19893] Fix handling of synthetic C++ referencesMartin Galvan
2016-05-17Add array start and end strings to generic_val_print_decorationsTom Tromey
2016-03-15Extend flags to support multibit and enum bitfields.Doug Evans
2016-01-01GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker
2015-11-18[C++] Add casts to obstack_base callsSimon Marchi
2015-10-27target_read_memory&co: no longer return target_xfer_statusPedro Alves
2015-10-21fort_dyn_array: add basic fortran dyn array supportKeven Boell
2015-09-25Add casts to memory allocation related callsSimon Marchi
2015-07-28Consider addressable memory unit size in various value functionsSimon Marchi
2015-07-27Factor out complex printing code from generic_val_printSimon Marchi
2015-07-27Factor out decfloat printing code from generic_val_printSimon Marchi
2015-07-27Factor out float printing code from generic_val_printSimon Marchi
2015-07-27Factor out char printing code from generic_val_printSimon Marchi
2015-07-27Factor out int printing code from generic_val_printSimon Marchi
2015-07-27Factor out bool printing code from generic_val_printSimon Marchi
2015-07-27Factor out function/method printing code from generic_val_printSimon Marchi
2015-07-27Factor out flags printing code from generic_val_printSimon Marchi
2015-07-27Factor out enum printing code from generic_val_printSimon Marchi
2015-07-27Factor out reference printing code from generic_val_printSimon Marchi
2015-07-27Factor out memberptr printing code from generic_val_printSimon Marchi
2015-07-27Factor out pointer printing code from generic_val_printSimon Marchi
2015-07-27Factor out array printing code from generic_val_printSimon Marchi
2015-07-27Factor out print_unpacked_pointer from generic_val_printSimon Marchi
2015-07-14Remove CHECK_TYPEDEF, use check_typedef insteadSimon Marchi
2015-05-15Array indexed by non-contiguous enumeration typesJerome Guitton