summaryrefslogtreecommitdiff
path: root/gdb/ada-lang.c
Commit message (Expand)AuthorAgeFilesLines
* Fix GCC6 -Wmisleading-indentation issues.Mark Wielaard2016-01-261-3/+5
* GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker2016-01-011-1/+1
* Enhance the menu to select function overloads with signaturesPierre-Marie de Rodat2015-12-071-23/+80
* [Ada] GDB crash during "finish" of function with out parametersJoel Brobecker2015-11-091-0/+11
* More char constificationPedro Alves2015-10-131-1/+1
* ada-lang.c:ada_value_primitive_packed_val: const correctnessPedro Alves2015-10-131-8/+10
* ada-lang.c: malloc/alloca casts for C++Pedro Alves2015-10-131-2/+2
* [Ada] ada_unpack_from_contents: Error if target buffer not large enoughJoel Brobecker2015-10-091-1/+10
* [Ada] Buffer overflow in ada_unpack_from_contentsJoel Brobecker2015-10-091-1/+13
* make is_scalar_type non-static and use it in ada-lang.cJoel Brobecker2015-10-091-13/+1
* [Ada] Better handling of dynamic types in ada_value_primitive_packed_valJoel Brobecker2015-10-091-29/+52
* [Ada] split data unpacking code out of ada_value_primitive_packed_val.Joel Brobecker2015-10-091-91/+126
* Reorder variable declarations in ada_value_primitive_packed_valJoel Brobecker2015-10-091-9/+13
* use gdb_byte in ada-lang.c::ada_value_primitive_packed_val...Joel Brobecker2015-10-091-5/+5
* More explicit local variable names in ada_value_primitive_packed_valJoel Brobecker2015-10-091-30/+31
* Add some more casts (1/2)Simon Marchi2015-09-251-6/+7
* 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