summaryrefslogtreecommitdiff
path: root/gdb/valprint.c
Commit message (Expand)AuthorAgeFilesLines
* Remove BITS_IN_BYTES defineTom Tromey2017-08-141-6/+3
* Fix two regressions in scalar printingTom Tromey2017-08-141-1/+7
* Eliminate make_cleanup_obstack_free, introduce auto_obstackPedro Alves2017-06-271-13/+4
* Introduce gdb::byte_vector, add allocator that default-initializesPedro Alves2017-06-141-2/+3
* Remove val_print_type_code_intTom Tromey2017-06-121-55/+5
* Let print_decimal_chars handle signed valuesTom Tromey2017-06-121-1/+55
* Don't always zero pad in print_*_charsTom Tromey2017-06-121-45/+92
* Convert lvalue reference type check to general reference type checkArtemiy Volkov2017-03-201-2/+3
* Fetch lazy value before calling val_printYao Qi2017-03-031-0/+3
* update copyright year range in GDB filesJoel Brobecker2017-01-011-1/+1
* Remove apply_val_pretty_printer parameter valaddrYao Qi2016-11-111-4/+1
* Remove parameter valaddr from la_val_printYao Qi2016-11-081-80/+110
* 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