summaryrefslogtreecommitdiff
path: root/gdb/ada-lang.c
Commit message (Expand)AuthorAgeFilesLines
* Add casts to memory allocation related callsSimon Marchi2015-09-251-12/+15
* [Ada] Fix handling of array renamingsPierre-Marie de Rodat2015-09-231-4/+11
* symtab.h (general_symbol_info) <mangled_lang>: delete and move up only member.Doug Evans2015-09-181-1/+1
* [Ada] Fix the evaluation of access to packed array subscriptPierre-Marie de Rodat2015-09-141-2/+15
* Small refactor in ada-lang.c:scan_discrim_boundSimon Marchi2015-09-101-6/+11
* Constify variables in ada-lang.cSimon Marchi2015-09-101-11/+10
* [Ada] Make string_char_type a true TYPE_CODE_CHAR type in AdaPierre-Marie de Rodat2015-09-031-1/+1
* [Ada] Fix completion for multiple function matchesPierre-Marie de Rodat2015-09-011-1/+5
* Replace some xmalloc-family functions with XNEW-family onesSimon Marchi2015-08-261-5/+4
* DWARF: handle non-local references in nested functionsPierre-Marie de Rodat2015-08-251-2/+3
* [Ada] Add support for subprogram renamingsPierre-Marie de Rodat2015-08-131-52/+147
* Replace the block_found global with explicit data-flowPierre-Marie de Rodat2015-08-011-114/+115
* Mostly trivial enum fixesSimon Marchi2015-07-311-1/+1
* Remove CHECK_TYPEDEF, use check_typedef insteadSimon Marchi2015-07-141-4/+4
* gdb/ada-lang.c: Rename local variable typename into type_name...Joel Brobecker2015-05-201-5/+5
* Array indexed by non-contiguous enumeration typesJerome Guitton2015-05-151-31/+65
* Non bit-packed packed arrays as variable-length fieldsJerome Guitton2015-05-151-4/+40
* [Ada] problem printing negative integer values in packed arrays.Joel Brobecker2015-05-151-0/+2
* [Ada] error trying to call function when parameter is aligner type.Joel Brobecker2015-05-081-0/+10
* Further document ada-lang.c::value_assign_to_component & fix whitespaces.Joel Brobecker2015-05-051-11/+17
* compare object sizes before comparing them with value_contents_eqJoel Brobecker2015-05-051-0/+3
* GDB crash trying to subscript array of variant record.Joel Brobecker2015-05-051-0/+11
* [Ada] array of variant record subscriptingJoel Brobecker2015-05-051-2/+2
* Add valaddr support in dynamic property resolution.Joel Brobecker2015-05-051-2/+2
* [Ada] Cache all static structures and reset cache during resolutionPierre-Marie de Rodat2015-04-271-18/+34
* [Ada] Preserve typedef layer when getting struct elementJoel Brobecker2015-04-271-4/+9
* Split TRY_CATCH into TRY + CATCHPedro Alves2015-03-071-17/+25
* New common function "startswith"Gary Benson2015-03-061-28/+27
* C++ keyword cleanliness, mostly auto-generatedPedro Alves2015-02-271-29/+29
* [Ada] Do not re-cache symbol-lookup result found from cache lookup.Joel Brobecker2015-02-021-6/+5
* [Ada] pspace_data->sym_cache is always NULLJoel Brobecker2015-02-021-5/+4
* new callback parameter expansion_notify for expand_symtabs_matchingGary Benson2015-01-311-3/+3
* [Ada] 'first/'last/'length of array whose bound is a discriminantJoel Brobecker2015-01-151-2/+13
* [python/Ada] gdb.lookup_type fails to looking primitive typeJoel Brobecker2015-01-131-1/+32
* Update year range in copyright notice of all files owned by the GDB project.Joel Brobecker2015-01-011-1/+1
* Look up primitive types as symbols.Doug Evans2014-12-231-1/+9
* Add langdef arg to la_lookup_symbol_nonlocal.Doug Evans2014-12-231-1/+2
* Replace some symbol accessor macros with functions.Doug Evans2014-12-231-3/+3
* Internal error trying to print uninitialized string.Joel Brobecker2014-12-131-9/+7
* the "compile" commandTom Tromey2014-12-121-0/+2
* Split struct symtab into two: struct symtab and compunit_symtab.Doug Evans2014-11-201-11/+9
* [Ada] XA type is not redundant if the ranges' subtypes do not matchJoel Brobecker2014-11-201-0/+11
* [Ada] gdb.ada/complete.exp failure on x86_64-windowsJoel Brobecker2014-11-191-1/+9
* [Ada] Ignore __XA types when redundant.Joel Brobecker2014-11-191-0/+73
* varsize-limit error printing element of packed array...Joel Brobecker2014-11-191-2/+12
* symtab.h (SYMTAB_BLOCKVECTOR): Renamed from BLOCKVECTOR. All uses updated.Doug Evans2014-11-181-5/+7
* SYMTAB_OBJFILE: New macro.Doug Evans2014-11-181-2/+2
* Use ALL_PRIMARY_SYMTABS instead of ALL_SYMTABS in some places.Doug Evans2014-11-061-3/+5
* [Ada] Error adding/subtracting pointer value to/from integral.Joel Brobecker2014-10-141-0/+8
* Remove spurious exceptions.h inclusionsGary Benson2014-10-081-1/+0