summaryrefslogtreecommitdiff
path: root/gdb/valprint.c
Commit message (Expand)AuthorAgeFilesLines
* Turn wchar iterator into a classTom Tromey2016-10-121-15/+10
* gdb: Use std::min and std::max throughoutPedro Alves2016-09-161-5/+6
* Remove obsolete TYPE_FLAG_... valuesUlrich Weigand2016-09-061-4/+3
* Support structure offsets that are 512K or larger.David Taylor2016-06-241-4/+4
* [PR gdb/19893] Fix handling of synthetic C++ referencesMartin Galvan2016-05-311-27/+94
* Add array start and end strings to generic_val_print_decorationsTom Tromey2016-05-171-7/+9
* Extend flags to support multibit and enum bitfields.Doug Evans2016-03-151-25/+66
* GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker2016-01-011-1/+1
* [C++] Add casts to obstack_base callsSimon Marchi2015-11-181-2/+2
* target_read_memory&co: no longer return target_xfer_statusPedro Alves2015-10-271-7/+7
* fort_dyn_array: add basic fortran dyn array supportKeven Boell2015-10-211-0/+25
* Add casts to memory allocation related callsSimon Marchi2015-09-251-3/+3
* Consider addressable memory unit size in various value functionsSimon Marchi2015-07-281-13/+40
* Factor out complex printing code from generic_val_printSimon Marchi2015-07-271-23/+33
* Factor out decfloat printing code from generic_val_printSimon Marchi2015-07-271-6/+17
* Factor out float printing code from generic_val_printSimon Marchi2015-07-271-9/+21
* Factor out char printing code from generic_val_printSimon Marchi2015-07-271-20/+34
* Factor out int printing code from generic_val_printSimon Marchi2015-07-271-11/+23
* Factor out bool printing code from generic_val_printSimon Marchi2015-07-271-18/+33
* Factor out function/method printing code from generic_val_printSimon Marchi2015-07-271-15/+31
* Factor out flags printing code from generic_val_printSimon Marchi2015-07-271-6/+18
* Factor out enum printing code from generic_val_printSimon Marchi2015-07-271-57/+71
* Factor out reference printing code from generic_val_printSimon Marchi2015-07-271-37/+50
* Factor out memberptr printing code from generic_val_printSimon Marchi2015-07-271-2/+15
* Factor out pointer printing code from generic_val_printSimon Marchi2015-07-271-12/+26
* Factor out array printing code from generic_val_printSimon Marchi2015-07-271-25/+41
* Factor out print_unpacked_pointer from generic_val_printSimon Marchi2015-07-271-17/+31
* Remove CHECK_TYPEDEF, use check_typedef insteadSimon Marchi2015-07-141-4/+4
* Array indexed by non-contiguous enumeration typesJerome Guitton2015-05-151-5/+24
* Split TRY_CATCH into TRY + CATCHPedro Alves2015-03-071-4/+6
* Update year range in copyright notice of all files owned by the GDB project.Joel Brobecker2015-01-011-1/+1
* Refine read_stringYao Qi2014-11-231-15/+14
* Remove spurious exceptions.h inclusionsGary Benson2014-10-081-1/+0
* Handle partially optimized out values similarly to unavailable valuesPedro Alves2014-08-201-10/+12
* Fix -fsanitize=address on unreadable inferior stringsJan Kratochvil2014-08-191-2/+4
* Move errno.h to common-defs.hGary Benson2014-08-071-2/+0
* Include string.h in common-defs.hGary Benson2014-08-071-1/+0
* make calls to help_list use enumeratorTom Tromey2014-06-131-2/+2
* Fix display of tabulation character for mingw hosts.Yao Qi2014-05-161-59/+63
* refactoring: rename create_range_type to create_static_range_typeSanimir Agovic2014-04-111-1/+1
* Return target_xfer_status in to_xfer_partialYao Qi2014-02-111-2/+2
* Extension Language APIDoug Evans2014-02-051-10/+11
* Update Copyright year range in all files maintained by GDB.Joel Brobecker2014-01-011-1/+1
* Fix "info frame" in the outermost frame.Pedro Alves2013-12-061-1/+7
* Print entirely unavailable struct/union values as a single <unavailable>.Andrew Burgess2013-11-281-0/+9
* 2013-11-22 Sterling Augustine <saugustine@google.com>Sterling Augustine2013-11-221-7/+11
* remove gdb_string.hTom Tromey2013-11-181-1/+1
* Stop using errno values around target_xfer interfaces and memory errors.Pedro Alves2013-10-091-19/+15
* Print registers not saved in the frame as "<not saved>" instead of "<optimize...Pedro Alves2013-10-021-5/+8
* Add options to skip unavailable localsYao Qi2013-08-271-4/+4