[Ada] Fix the evaluation of access to packed array subscript
[binutils-gdb.git] / gdb / ada-lang.c
2015-09-14 Pierre-Marie de... [Ada] Fix the evaluation of access to packed array...
2015-09-10 Simon MarchiSmall refactor in ada-lang.c:scan_discrim_bound
2015-09-10 Simon MarchiConstify variables in ada-lang.c
2015-09-03 Pierre-Marie de... [Ada] Make string_char_type a true TYPE_CODE_CHAR type...
2015-09-01 Pierre-Marie de... [Ada] Fix completion for multiple function matches
2015-08-26 Simon MarchiReplace some xmalloc-family functions with XNEW-family...
2015-08-25 Pierre-Marie de... DWARF: handle non-local references in nested functions
2015-08-13 Pierre-Marie de... [Ada] Add support for subprogram renamings
2015-08-01 Pierre-Marie de... Replace the block_found global with explicit data-flow
2015-07-31 Simon MarchiMostly trivial enum fixes
2015-07-14 Simon MarchiRemove CHECK_TYPEDEF, use check_typedef instead
2015-05-20 Joel Brobeckergdb/ada-lang.c: Rename local variable typename into...
2015-05-15 Jerome GuittonArray indexed by non-contiguous enumeration types
2015-05-15 Jerome GuittonNon bit-packed packed arrays as variable-length fields
2015-05-15 Joel Brobecker[Ada] problem printing negative integer values in packe...
2015-05-08 Joel Brobecker[Ada] error trying to call function when parameter...
2015-05-05 Joel BrobeckerFurther document ada-lang.c::value_assign_to_component...
2015-05-05 Joel Brobeckercompare object sizes before comparing them with value_c...
2015-05-05 Joel BrobeckerGDB crash trying to subscript array of variant record.
2015-05-05 Joel Brobecker[Ada] array of variant record subscripting
2015-05-05 Joel BrobeckerAdd valaddr support in dynamic property resolution.
2015-04-27 Pierre-Marie de... [Ada] Cache all static structures and reset cache durin...
2015-04-27 Joel Brobecker[Ada] Preserve typedef layer when getting struct element
2015-03-07 Pedro AlvesSplit TRY_CATCH into TRY + CATCH
2015-03-06 Gary BensonNew common function "startswith"
2015-02-27 Pedro AlvesC++ keyword cleanliness, mostly auto-generated
2015-02-02 Joel Brobecker[Ada] Do not re-cache symbol-lookup result found from...
2015-02-02 Joel Brobecker[Ada] pspace_data->sym_cache is always NULL
2015-01-31 Gary Bensonnew callback parameter expansion_notify for expand_symt...
2015-01-15 Joel Brobecker[Ada] 'first/'last/'length of array whose bound is...
2015-01-13 Joel Brobecker[python/Ada] gdb.lookup_type fails to looking primitive...
2015-01-01 Joel BrobeckerUpdate year range in copyright notice of all files...
2014-12-23 Doug EvansLook up primitive types as symbols.
2014-12-23 Doug EvansAdd langdef arg to la_lookup_symbol_nonlocal.
2014-12-23 Doug EvansReplace some symbol accessor macros with functions.
2014-12-13 Joel BrobeckerInternal error trying to print uninitialized string.
2014-12-12 Tom Tromeythe "compile" command
2014-11-20 Doug EvansSplit struct symtab into two: struct symtab and compuni...
2014-11-20 Joel Brobecker[Ada] XA type is not redundant if the ranges' subtypes...
2014-11-19 Joel Brobecker[Ada] gdb.ada/complete.exp failure on x86_64-windows
2014-11-19 Joel Brobecker[Ada] Ignore __XA types when redundant.
2014-11-19 Joel Brobeckervarsize-limit error printing element of packed array...
2014-11-18 Doug Evanssymtab.h (SYMTAB_BLOCKVECTOR): Renamed from BLOCKVECTOR...
2014-11-18 Doug EvansSYMTAB_OBJFILE: New macro.
2014-11-07 Doug EvansUse ALL_PRIMARY_SYMTABS instead of ALL_SYMTABS in some...
2014-10-14 Joel Brobecker[Ada] Error adding/subtracting pointer value to/from...
2014-10-08 Gary BensonRemove spurious exceptions.h inclusions
2014-09-10 Joel BrobeckerAda: Print bounds/length of pointer to array with dynam...
2014-09-10 Joel BrobeckerAda subscripting of pointer to array with dynamic bounds
2014-08-19 Pedro AlvesHandle partially optimized out values similarly to...
2014-08-18 Joel Brobeckerada_evaluate_subexp<OP_VAR_VALUE>: Avoid static fixing...
2014-08-18 Joel Brobeckeravoid "if ... else if ... else" logic in ada-lang.c...
2014-08-18 Joel BrobeckerFix indentation level in ada-lang.c::ada_evaluate_subexp.
2014-08-07 Gary BensonInclude string.h in common-defs.h
2014-08-07 Gary BensonMove stdarg.h to common-defs.h
2014-08-07 Gary BensonMove stdio.h to common-defs.h
2014-06-18 Tom Tromeyconstify some blockvector APIs
2014-06-18 Tom Tromeyconstify struct block in some places
2014-06-13 Tom Tromeymake calls to help_list use enumerator
2014-06-07 Keith SeitzRevert patchset for c++/16253: it causes a large perfor...
2014-06-04 Tom Tromeyhandle VLA in a struct or union
2014-04-28 Joel BrobeckerImprove Ada dynamic range type handling.
2014-04-28 Joel Brobeckerremove unnecessary second call to static_unwrap_type...
2014-04-24 Joel Brobeckerada-lang.c: Expand standard_exc's introductory comment.
2014-04-14 Keith SeitzRemove symbol_matches_domain. This fixes
2014-04-14 Sanimir Agovicvla: update type from newly created value
2014-04-11 Joel BrobeckerRevert the entire VLA series.
2014-04-11 Sanimir Agovicvla: update type from newly created value
2014-04-11 Sanimir Agovicrefactoring: rename create_range_type to create_static_...
2014-03-27 Sergio Durigan JuniorRemove `expout*' globals from parser-defs.h
2014-03-17 Pierre-Marie de... [Ada] Crash with references to GNAT packed arrays handling
2014-03-10 Joel BrobeckerMissing space before '(' in ada-lang.c::ada_evaluate_subexp
2014-03-10 Jerome Guitton[Ada] Full view of tagged type with ptype
2014-02-26 Tom Tromeystart change to progspace independence
2014-02-26 Tom Tromeyuse bound_minsym as result for lookup_minimal_symbol...
2014-02-26 Tom Tromeychange minsym representation
2014-02-10 Joel Brobecker[Ada] Make the symbol cache per-program-space.
2014-02-10 Joel BrobeckerWrong type for 'Length result.
2014-02-10 Joel BrobeckerAdd missing call to obstack_init for ada-lang.c::cache_...
2014-02-10 Joel Brobecker[Ada] Add a symbol lookup cache
2014-02-10 Joel Brobeckerstruct block parameter constification in ada-lang.c
2014-01-28 Joel BrobeckerNew Ada maintenance command to ignore descriptive types...
2014-01-27 Joel Brobeckerada-lang.c: Really include "ui-out.h".
2014-01-15 Doug Evanspsymtab cleanup patch 3/3
2014-01-13 Tom Tromeyreplace XZALLOC with XCNEW
2014-01-07 Honggyu KimRemove duplicated #include's from GDB
2014-01-01 Joel BrobeckerUpdate Copyright year range in all files maintained...
2013-12-13 Joel Brobeckerwrong dimension found in ada-lang.c:ada_array_bound_fro...
2013-12-13 Joel BrobeckerSmall style violation fix in ada_array_bound_from_type
2013-12-03 Joel Brobeckercrash evaluating bogus exception condition expression...
2013-11-18 Tom Tromeyremove gdb_stat.h
2013-11-18 Tom Tromeyremove gdb_string.h
2013-11-12 Joel BrobeckerAdd command to list Ada exceptions
2013-11-11 Joel BrobeckerDandling memory pointers in Ada catchpoints with GDB/MI.
2013-11-07 Yao QiNew field 'la_natural_name' in struct language_defn
2013-10-25 Yao QiNew field la_varobj_ops in struct language_defn
2013-10-11 Joel BrobeckerNew GDB/MI commands to catch Ada exceptions
2013-10-11 Joel BrobeckerAdd "ada_" prefix to enum ada_exception_catchpoint_kind
2013-10-11 Joel BrobeckerRework a bit Ada exception catchpoint support (in prep...
2013-10-08 Joel Brobecker[Ada] psymbol search failure due to comparison function...
next