aboutsummaryrefslogtreecommitdiff
path: root/gdb/valprint.c
AgeCommit message (Expand)AuthorFilesLines
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
2013-10-09Stop using errno values around target_xfer interfaces and memory errors.Pedro Alves1-19/+15
2013-10-02Print registers not saved in the frame as "<not saved>" instead of "<optimize...Pedro Alves1-5/+8
2013-08-27Add options to skip unavailable localsYao Qi1-4/+4
2013-07-17 * NEWS: Mention "set print raw frame-arguments".Doug Evans1-0/+26
2013-07-09 * defs.h (enum val_prettyformat): Renamed from val_prettyprint.Doug Evans1-23/+23
2013-04-10Accept "set foo unlimited" in integer/uinteger/zuinteger_unlimited commands.Pedro Alves1-2/+2
2013-03-07Fix -Wpointer-sign around strings/encoding conversions.Pedro Alves1-2/+2
2013-01-312013-01-31 Aleksandar Ristovski <aristovski@qnx.com>Aleksandar Ristovski1-1/+0
2013-01-07 PR cli/7719:Tom Tromey1-12/+1
2013-01-01Update years in copyright notice for the GDB files.Joel Brobecker1-1/+1
2012-11-13 ARI fixes: Avoid sprintf function use rule.Pierre Muller1-3/+4
2012-11-10 PR gdb/14288Keith Seitz1-154/+315
2012-10-18 * valprint.c (generic_emit_char, generic_printstr): Pass size ofTom Tromey1-2/+2
2012-08-16gdb/Yao Qi1-1/+0
2012-05-182012-05-18 Sergio Durigan Junior <sergiodj@redhat.com>Sergio Durigan Junior1-1/+0
2012-05-18 PR exp/13907:Tom Tromey1-2/+23
2012-05-18 * valprint.c (val_print_string): Don't print leading space.Tom Tromey1-6/+2
2012-05-18 * printcmd.c (print_address_demangle): Add 'opts' argument.Tom Tromey1-8/+7
2012-04-18gdb/Jan Kratochvil1-3/+3
2012-04-03gdb/Jan Kratochvil1-10/+2
2012-03-01 * valprint.h (struct generic_val_print_decorations): New.Tom Tromey1-0/+355
2012-03-01 * valprint.c (val_print): Update.Tom Tromey1-3/+3
2012-03-01 * value.h (val_print): Return void.Tom Tromey1-11/+6
2012-03-01 * value.h (common_val_print): Return void.Tom Tromey1-9/+6
2012-03-01 * value.h (value_print): Return void.Tom Tromey1-8/+5
2012-03-01 * c-valprint.c (print_function_pointer_address): Move...Tom Tromey1-0/+25
2012-03-01 * valprint.c (val_print_type_code_flags): Fix placement ofTom Tromey1-1/+1
2012-01-04Copyright year update in most files of the GDB Project.Joel Brobecker1-3/+1
2011-10-10gdb/Yao Qi1-6/+10
2011-06-29gdbTom Tromey1-0/+447
2011-04-292011-04-26 Andrew Gontarek <andrewg@cray.com>Tom Tromey1-8/+14