aboutsummaryrefslogtreecommitdiff
path: root/gdb/valprint.c
AgeCommit message (Expand)AuthorFilesLines
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
2015-07-14Remove CHECK_TYPEDEF, use check_typedef insteadSimon Marchi1-4/+4
2015-05-15Array indexed by non-contiguous enumeration typesJerome Guitton1-5/+24
2015-03-07Split TRY_CATCH into TRY + CATCHPedro Alves1-4/+6
2015-01-01Update year range in copyright notice of all files owned by the GDB project.Joel Brobecker1-1/+1
2014-11-23Refine read_stringYao Qi1-15/+14
2014-10-08Remove spurious exceptions.h inclusionsGary Benson1-1/+0
2014-08-20Handle partially optimized out values similarly to unavailable valuesPedro Alves1-10/+12
2014-08-19Fix -fsanitize=address on unreadable inferior stringsJan Kratochvil1-2/+4
2014-08-07Move errno.h to common-defs.hGary Benson1-2/+0
2014-08-07Include string.h in common-defs.hGary Benson1-1/+0
2014-06-13make calls to help_list use enumeratorTom Tromey1-2/+2
2014-05-16Fix display of tabulation character for mingw hosts.Yao Qi1-59/+63
2014-04-11refactoring: rename create_range_type to create_static_range_typeSanimir Agovic1-1/+1
2014-02-11Return target_xfer_status in to_xfer_partialYao Qi1-2/+2
2014-02-05Extension Language APIDoug Evans1-10/+11
2014-01-01Update Copyright year range in all files maintained by GDB.Joel Brobecker1-1/+1
2013-12-06Fix "info frame" in the outermost frame.Pedro Alves1-1/+7
2013-11-28Print entirely unavailable struct/union values as a single <unavailable>.Andrew Burgess1-0/+9
2013-11-222013-11-22 Sterling Augustine <saugustine@google.com>Sterling Augustine1-7/+11
2013-11-18remove gdb_string.hTom Tromey1-1/+1