summaryrefslogtreecommitdiff
path: root/gdb/valprint.c
Commit message (Expand)AuthorAgeFilesLines
* [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
* * NEWS: Mention "set print raw frame-arguments".Doug Evans2013-07-171-0/+26
* * defs.h (enum val_prettyformat): Renamed from val_prettyprint.Doug Evans2013-07-091-23/+23
* Accept "set foo unlimited" in integer/uinteger/zuinteger_unlimited commands.Pedro Alves2013-04-101-2/+2
* Fix -Wpointer-sign around strings/encoding conversions.Pedro Alves2013-03-071-2/+2
* 2013-01-31 Aleksandar Ristovski <aristovski@qnx.com>Aleksandar Ristovski2013-01-311-1/+0
* PR cli/7719:Tom Tromey2013-01-071-12/+1
* Update years in copyright notice for the GDB files.Joel Brobecker2013-01-011-1/+1
* ARI fixes: Avoid sprintf function use rule.Pierre Muller2012-11-131-3/+4