summaryrefslogtreecommitdiff
path: root/gdb/valprint.c
AgeCommit message (Expand)Author
2015-03-07Split TRY_CATCH into TRY + CATCHPedro Alves
2015-01-01Update year range in copyright notice of all files owned by the GDB project.Joel Brobecker
2014-11-23Refine read_stringYao Qi
2014-10-08Remove spurious exceptions.h inclusionsGary Benson
2014-08-20Handle partially optimized out values similarly to unavailable valuesPedro Alves
2014-08-19Fix -fsanitize=address on unreadable inferior stringsJan Kratochvil
2014-08-07Move errno.h to common-defs.hGary Benson
2014-08-07Include string.h in common-defs.hGary Benson
2014-06-13make calls to help_list use enumeratorTom Tromey
2014-05-16Fix display of tabulation character for mingw hosts.Yao Qi
2014-04-11refactoring: rename create_range_type to create_static_range_typeSanimir Agovic
2014-02-11Return target_xfer_status in to_xfer_partialYao Qi
2014-02-05Extension Language APIDoug Evans
2014-01-01Update Copyright year range in all files maintained by GDB.Joel Brobecker
2013-12-06Fix "info frame" in the outermost frame.Pedro Alves
2013-11-28Print entirely unavailable struct/union values as a single <unavailable>.Andrew Burgess
2013-11-222013-11-22 Sterling Augustine <saugustine@google.com>Sterling Augustine
2013-11-18remove gdb_string.hTom Tromey
2013-10-09Stop using errno values around target_xfer interfaces and memory errors.Pedro Alves
2013-10-02Print registers not saved in the frame as "<not saved>" instead of "<optimize...Pedro Alves
2013-08-27Add options to skip unavailable localsYao Qi
2013-07-17 * NEWS: Mention "set print raw frame-arguments".Doug Evans
2013-07-09 * defs.h (enum val_prettyformat): Renamed from val_prettyprint.Doug Evans
2013-04-10Accept "set foo unlimited" in integer/uinteger/zuinteger_unlimited commands.Pedro Alves
2013-03-07Fix -Wpointer-sign around strings/encoding conversions.Pedro Alves
2013-01-312013-01-31 Aleksandar Ristovski <aristovski@qnx.com>Aleksandar Ristovski
2013-01-07 PR cli/7719:Tom Tromey
2013-01-01Update years in copyright notice for the GDB files.Joel Brobecker
2012-11-13 ARI fixes: Avoid sprintf function use rule.Pierre Muller
2012-11-10 PR gdb/14288Keith Seitz
2012-10-18 * valprint.c (generic_emit_char, generic_printstr): Pass size ofTom Tromey
2012-08-16gdb/Yao Qi
2012-05-182012-05-18 Sergio Durigan Junior <sergiodj@redhat.com>Sergio Durigan Junior
2012-05-18 PR exp/13907:Tom Tromey
2012-05-18 * valprint.c (val_print_string): Don't print leading space.Tom Tromey
2012-05-18 * printcmd.c (print_address_demangle): Add 'opts' argument.Tom Tromey
2012-04-18gdb/Jan Kratochvil
2012-04-03gdb/Jan Kratochvil
2012-03-01 * valprint.h (struct generic_val_print_decorations): New.Tom Tromey
2012-03-01 * valprint.c (val_print): Update.Tom Tromey
2012-03-01 * value.h (val_print): Return void.Tom Tromey
2012-03-01 * value.h (common_val_print): Return void.Tom Tromey
2012-03-01 * value.h (value_print): Return void.Tom Tromey
2012-03-01 * c-valprint.c (print_function_pointer_address): Move...Tom Tromey
2012-03-01 * valprint.c (val_print_type_code_flags): Fix placement ofTom Tromey
2012-01-04Copyright year update in most files of the GDB Project.Joel Brobecker
2011-10-10gdb/Yao Qi
2011-06-29gdbTom Tromey
2011-04-292011-04-26 Andrew Gontarek <andrewg@cray.com>Tom Tromey
2011-02-14 gdb/Pedro Alves