]> git.ipfire.org Git - thirdparty/binutils-gdb.git/history - gdb/ada-valprint.c
PR24435, buffer overflow reading dynamic entries
[thirdparty/binutils-gdb.git] / gdb / ada-valprint.c
2019-04-08  Tom TromeyRename gdb exception types
2019-04-08  Tom TromeyRewrite TRY/CATCH
2019-04-08  Tom TromeyMake exceptions use std::string and be self-managing
2019-04-06  Tom TromeyRevert the header-sorting patch
2019-04-06  Tom TromeySort includes for files gdb/[a-f]*.[chyl].
2019-03-05  Tom TromeyRemove excess calls to gdb_flush
2019-01-01  Joel BrobeckerUpdate copyright year range in all GDB files.
2018-09-10  Xavier Roirand(Ada) Fix printing of access to unconstrained arrays
2018-01-08  Xavier Roirand(Ada) Fix print of array using non-contiguous enumerati...
2018-01-05  Xavier Roirand(Ada) Remove printing of array's first index when unneeded
2018-01-02  Joel BrobeckerUpdate copyright year range in all GDB files
2017-12-18  Joel Brobeckerimproved error message when getting an exception printi...
2017-11-06  Ulrich WeigandTarget FP: Perform Ada fixed-point scaling in target...
2017-06-12  Tom TromeyRemove val_print_type_code_int
2017-03-03  Yao QiFetch lazy value before calling val_print
2017-02-02  Pedro AlvesEliminate make_cleanup_ui_file_delete / make ui_file...
2017-01-01  Joel Brobeckerupdate copyright year range in GDB files
2016-11-08  Yao QiRemove parameter valaddr from la_val_print
2016-11-08  Pedro AlvesUse ui_file_as_string in gdb/ada-valprint.c
2016-01-01  Joel BrobeckerGDB copyright headers update after running GDB's copyri...
2015-05-05  Joel Brobeckercompare object sizes before comparing them with value_c...
2015-05-05  Joel Brobecker[Ada] Resolve dynamic type before trying to print it.
2015-03-07  Pedro AlvesSplit TRY_CATCH into TRY + CATCH
2015-01-01  Joel BrobeckerUpdate year range in copyright notice of all files...
2014-12-13  Joel BrobeckerInternal error trying to print uninitialized string.
2014-10-08  Gary BensonRemove spurious exceptions.h inclusions
2014-09-10  Joel Brobeckerprint PTR.all where PTR is an Ada thin pointer
2014-08-19  Pedro AlvesHandle partially optimized out values similarly to...
2014-08-07  Gary BensonInclude string.h in common-defs.h
2014-01-27  Joel Brobecker[Ada] Array bound incorrectly printed for array indexed...
2014-01-07  Joel BrobeckerAda: Fix missing call to pretty-printer for fields...
2014-01-07  Joel Brobeckerada_print_floating: Remove use of statically sized...
2014-01-07  Joel BrobeckerExtract string-printing out of ada_val_print_array
2014-01-07  Joel Brobeckermove ada_val_print_array down within other ada_val_prin...
2014-01-07  Joel Brobeckerrewrite ada_val_print_ref to reduce if/else block nesti...
2014-01-07  Joel Brobeckerada-valprint.c: Inline print_record inside ada_val_prin...
2014-01-07  Joel BrobeckerSplit ada_val_print_1 into smaller functions
2014-01-07  Joel BrobeckerRemove call to gdb_flush at end of ada_val_print_1
2014-01-07  Joel Brobeckerada_val_print_1: Go through val_print instead of recurs...
2014-01-07  Joel Brobeckerada_val_print_1: Add language parameter
2014-01-07  Joel Brobeckerada-valprint.c: Reorder functions to reduce advance...
2014-01-01  Joel BrobeckerUpdate Copyright year range in all files maintained...
2013-11-18  Tom Tromeyremove gdb_string.h
2013-07-09  Doug Evans * defs.h (enum val_prettyformat): Renamed from val_pre...
2013-02-01  Aleksandar Ristovski2013-02-01 Aleksandar Ristovski <aristovski@qnx.com>
2013-01-07  Tom Tromey PR cli/7719:
2013-01-01  Joel BrobeckerUpdate years in copyright notice for the GDB files.
2012-11-29  Jerome GuittonFull view of interface-wide types
2012-09-25  Siddhesh Poyarekar * ada-valprint.c (ada_val_print_1): Eliminate single-use
2012-04-18  Jan Kratochvilgdb/
2012-03-29  Joel BrobeckerFix -Wshadow error in ada-valprint.c
2012-03-01  Tom Tromey * valprint.h (struct generic_val_print_decorations...
2012-03-01  Tom Tromey * valprint.c (val_print): Update.
2012-03-01  Tom Tromey * value.h (value_print): Return void.
2012-02-29  Joel Brobecker[Ada] Handle reference to array descriptors
2012-01-04  Joel BrobeckerCopyright year update in most files of the GDB Project.
2011-10-09  Jan Kratochvilgdb/
2011-07-01  Joel BrobeckerFix printing address of packed array
2011-07-01  Joel Brobeckermissing type description for typedef to pointer value
2011-03-07  Joel Brobeckersimplify ada-valprint.c:ada_val_print_array
2011-02-14  Pedro Alves gdb/
2011-02-07  Pedro Alves * valprint.c (val_print): Extend comment.
2011-01-25  Pedro Alves * printcmd.c (print_formatted): Use val_print_scalar_f...
2011-01-24  Pedro Alves * ada-valprint.c (val_print_packed_array_elements...
2011-01-24  Pedro Alves2011-01-24 Pedro Alves <pedro@codesourcery.com>
2011-01-18  Joel Brobeckerfix printing of Ada wide characters on ppc-aix
2011-01-14  Joel BrobeckerFix printing of Wide_Character & Wide_Wide_Character...
2011-01-13  Joel Brobecker[Ada] Fix printing of Wide_Wide_Strings
2011-01-10  Joel Brobeckerminor comment reformatting (ada-valprint.c:printstr)
2011-01-07  Michael Snyder2011-01-07 Michael Snyder <msnyder@vmware.com>
2011-01-01  Joel Brobeckerrun copyright.sh for 2011.
2010-12-29  Joel Brobecker[Ada] print null array pointer as `0x0' rather than...
2010-12-29  Joel Brobecker[Ada] do not print arrays as array pointers
2010-11-03  Joel Brobecker[Ada] move some variables to scope where they are used
2010-06-11  Tom Tromeygdb
2010-06-03  Pierre Muller * valprint.h (get_array_bounds): Change low and high...
2010-05-18  Michael Snyder2010-05-18 Michael Snyder <msnyder@vmware.com>
2010-05-07  Michael Snyder2010-05-06 Michael Snyder <msnyder@vmware.com>
2010-04-20  Joel BrobeckerWrong value printed by info locals for dynamic object.
2010-01-14  Phil Muldoon2010-01-13 Phil Muldoon <pmuldoon@redhat.com>
2010-01-12  Joel Brobecker * ada-valprint.c (ada_print_floating): Remove...
2010-01-12  Joel Brobeckergdb/ChangeLog:
2010-01-09  Joel Brobecker * ada-valprint.c, parse.c: Include defs.h befor...
2010-01-08  Joel BrobeckerGet rid of support for VAX Floats.
2010-01-01  Joel BrobeckerUpdate copyright year in most headers.
2009-11-19  Joel Brobecker * ada-lang.c (packed_array_type): Rename to...
2009-07-02  Ulrich Weigand * defs.h (extract_signed_integer, extract_unsigned_int...
2009-07-02  Ulrich Weigand * defs.h (strlen_paddr, paddr, paddr_nz): Remove.
2009-07-02  Ulrich Weigand * gdbtypes.c (make_pointer_type, make_reference_type,
2009-07-02  Ulrich Weigand * gdbtypes.h (builtin_type_true_char): Remove.
2009-06-29  Ulrich Weigand * ada-valprint.c (ada_print_scalar): Accept NULL type...
2009-05-28  Tom Tromey2009-05-27 Tom Tromey <tromey@redhat.com>
2009-05-18  Ulrich Weigand * ada-valprint.c (ada_val_print_1): Use val_print_stri...
2009-03-20  Tom Tromeygdb:
2009-01-03  Joel Brobecker Updated copyright notices for most files.
2008-12-28  Jan Kratochvil Fix TYPE_HIGH_BOUND for TYPE_CODE_RANGE using arbitrar...
2008-10-28  Tom Tromeygdb
2008-09-11  Ulrich Weigand * ada-lang.c (ada_coerce_to_simple_array_type): Use...
2008-09-11  Ulrich Weigand * gdbtypes.h (struct builtin_type): Remove builtin_tru...
2008-09-11  Ulrich Weigand * ada-valprint.c: Include "objfiles.h".
next