aboutsummaryrefslogtreecommitdiff
path: root/gdb/valprint.c
AgeCommit message (Expand)Author
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
2015-03-07Split TRY_CATCH into TRY + CATCHPedro Alves
2015-01-01Update year range in copyright notice of all files owned by the GDB project.Joel Brobecker
2014-11-23Refine read_stringYao Qi
2014-10-08Remove spurious exceptions.h inclusionsGary Benson
2014-08-20Handle partially optimized out values similarly to unavailable valuesPedro Alves
2014-08-19Fix -fsanitize=address on unreadable inferior stringsJan Kratochvil
2014-08-07Move errno.h to common-defs.hGary Benson
2014-08-07Include string.h in common-defs.hGary Benson
2014-06-13make calls to help_list use enumeratorTom Tromey
2014-05-16Fix display of tabulation character for mingw hosts.Yao Qi
2014-04-11refactoring: rename create_range_type to create_static_range_typeSanimir Agovic