summaryrefslogtreecommitdiff
path: root/gdb/valprint.c
Commit message (Expand)AuthorAgeFilesLines
* Replace some uses of xstrprintf with string_printfSimon Marchi2018-08-071-3/+2
* Use unique_xmalloc_ptr for read_stringTom Tromey2018-06-181-27/+21
* target_stack -> current_top_target() throughoutPedro Alves2018-06-071-1/+1
* Convert struct target_ops to C++Pedro Alves2018-05-031-1/+1
* Replace VEC(converted_character_d) with std::vectorSimon Marchi2018-01-071-19/+10
* Update copyright year range in all GDB filesJoel Brobecker2018-01-021-1/+1
* Constify add_setshow_*Tom Tromey2017-11-071-6/+2
* Target FP: Add string routines to target-float.{c,h}Ulrich Weigand2017-11-061-14/+2
* Target FP printing: Simplify and fix print_floatingUlrich Weigand2017-10-241-104/+11
* Constify add_prefix_cmdTom Tromey2017-10-111-8/+4
* Clean up some DFP interfacesUlrich Weigand2017-10-051-4/+2
* Constify two functions in valprint.cTom Tromey2017-09-271-6/+2
* Remove unnecessary function prototypes.John Baldwin2017-09-091-2/+0
* Return std::string from memory_error_messageTom Tromey2017-09-031-5/+2
* 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