aboutsummaryrefslogtreecommitdiff
path: root/gdb/ada-lang.c
AgeCommit message (Expand)AuthorFilesLines
2015-11-09[Ada] GDB crash during "finish" of function with out parametersJoel Brobecker1-0/+11
2015-10-13More char constificationPedro Alves1-1/+1
2015-10-13ada-lang.c:ada_value_primitive_packed_val: const correctnessPedro Alves1-8/+10
2015-10-13ada-lang.c: malloc/alloca casts for C++Pedro Alves1-2/+2
2015-10-09[Ada] ada_unpack_from_contents: Error if target buffer not large enoughJoel Brobecker1-1/+10
2015-10-09[Ada] Buffer overflow in ada_unpack_from_contentsJoel Brobecker1-1/+13
2015-10-09make is_scalar_type non-static and use it in ada-lang.cJoel Brobecker1-13/+1
2015-10-09[Ada] Better handling of dynamic types in ada_value_primitive_packed_valJoel Brobecker1-29/+52
2015-10-09[Ada] split data unpacking code out of ada_value_primitive_packed_val.Joel Brobecker1-91/+126
2015-10-09Reorder variable declarations in ada_value_primitive_packed_valJoel Brobecker1-9/+13
2015-10-09use gdb_byte in ada-lang.c::ada_value_primitive_packed_val...Joel Brobecker1-5/+5
2015-10-09More explicit local variable names in ada_value_primitive_packed_valJoel Brobecker1-30/+31
2015-09-25Add some more casts (1/2)Simon Marchi1-6/+7
2015-09-25Add casts to memory allocation related callsSimon Marchi1-12/+15
2015-09-23[Ada] Fix handling of array renamingsPierre-Marie de Rodat1-4/+11
2015-09-18symtab.h (general_symbol_info) <mangled_lang>: delete and move up only member.Doug Evans1-1/+1
2015-09-14[Ada] Fix the evaluation of access to packed array subscriptPierre-Marie de Rodat1-2/+15
2015-09-10Small refactor in ada-lang.c:scan_discrim_boundSimon Marchi1-6/+11
2015-09-10Constify variables in ada-lang.cSimon Marchi1-11/+10
2015-09-03[Ada] Make string_char_type a true TYPE_CODE_CHAR type in AdaPierre-Marie de Rodat1-1/+1
2015-09-01[Ada] Fix completion for multiple function matchesPierre-Marie de Rodat1-1/+5
2015-08-26Replace some xmalloc-family functions with XNEW-family onesSimon Marchi1-5/+4
2015-08-25DWARF: handle non-local references in nested functionsPierre-Marie de Rodat1-2/+3
2015-08-13[Ada] Add support for subprogram renamingsPierre-Marie de Rodat1-52/+147
2015-08-01Replace the block_found global with explicit data-flowPierre-Marie de Rodat1-114/+115
2015-07-31Mostly trivial enum fixesSimon Marchi1-1/+1
2015-07-14Remove CHECK_TYPEDEF, use check_typedef insteadSimon Marchi1-4/+4
2015-05-20gdb/ada-lang.c: Rename local variable typename into type_name...Joel Brobecker1-5/+5
2015-05-15Array indexed by non-contiguous enumeration typesJerome Guitton1-31/+65
2015-05-15Non bit-packed packed arrays as variable-length fieldsJerome Guitton1-4/+40
2015-05-15[Ada] problem printing negative integer values in packed arrays.Joel Brobecker1-0/+2
2015-05-08[Ada] error trying to call function when parameter is aligner type.Joel Brobecker1-0/+10
2015-05-05Further document ada-lang.c::value_assign_to_component & fix whitespaces.Joel Brobecker1-11/+17
2015-05-05compare object sizes before comparing them with value_contents_eqJoel Brobecker1-0/+3
2015-05-05GDB crash trying to subscript array of variant record.Joel Brobecker1-0/+11
2015-05-05[Ada] array of variant record subscriptingJoel Brobecker1-2/+2
2015-05-05Add valaddr support in dynamic property resolution.Joel Brobecker1-2/+2
2015-04-27[Ada] Cache all static structures and reset cache during resolutionPierre-Marie de Rodat1-18/+34
2015-04-27[Ada] Preserve typedef layer when getting struct elementJoel Brobecker1-4/+9
2015-03-07Split TRY_CATCH into TRY + CATCHPedro Alves1-17/+25
2015-03-06New common function "startswith"Gary Benson1-28/+27
2015-02-27C++ keyword cleanliness, mostly auto-generatedPedro Alves1-29/+29
2015-02-02[Ada] Do not re-cache symbol-lookup result found from cache lookup.Joel Brobecker1-6/+5
2015-02-02[Ada] pspace_data->sym_cache is always NULLJoel Brobecker1-5/+4
2015-01-31new callback parameter expansion_notify for expand_symtabs_matchingGary Benson1-3/+3
2015-01-15[Ada] 'first/'last/'length of array whose bound is a discriminantJoel Brobecker1-2/+13
2015-01-13[python/Ada] gdb.lookup_type fails to looking primitive typeJoel Brobecker1-1/+32
2015-01-01Update year range in copyright notice of all files owned by the GDB project.Joel Brobecker1-1/+1
2014-12-23Look up primitive types as symbols.Doug Evans1-1/+9
2014-12-23Add langdef arg to la_lookup_symbol_nonlocal.Doug Evans1-1/+2