summaryrefslogtreecommitdiff
path: root/gdb/ada-lang.c
Commit message (Expand)AuthorAgeFilesLines
* Eliminate make_cleanup_ui_file_delete / make ui_file a class hierarchyPedro Alves2017-02-021-9/+3
* update copyright year range in GDB filesJoel Brobecker2017-01-011-1/+1
* Class-ify ui_outSimon Marchi2016-12-221-24/+23
* Restrict checking value.lval on using addressYao Qi2016-11-281-1/+1
* Do not use std::move when assigning an anonymous object to a unique_ptr.John Baldwin2016-11-241-3/+3
* gdb/ada-lang.c: one malloc -> unique_ptr<[]>Pedro Alves2016-11-171-9/+5
* gdb::{unique_ptr,move} -> std::{unique_ptr,move}Pedro Alves2016-11-151-2/+2
* Use ui_file_as_string throughout morePedro Alves2016-11-081-11/+4
* Use ui_file_as_string in gdb/ada-lang.cPedro Alves2016-11-081-25/+6
* 'struct expression *' -> gdb::unique_xmalloc_ptr<expression>Pedro Alves2016-11-081-25/+12
* Add missing format for built-in floating-point typesUlrich Weigand2016-09-061-3/+3
* Fix typo in ada_language_arch_infoUlrich Weigand2016-09-061-1/+1
* Use unsigned integer constant with left shifts.John Baldwin2016-07-061-2/+2
* Move logic out of symbol_find_demangled_nameTom Tromey2016-06-231-0/+40
* Move filename extensions into language_defnTom Tromey2016-06-231-0/+6
* [Ada catchpoints] Fix "warning: failed to get exception name: No definition o...Pedro Alves2016-06-211-0/+9
* Centralize yacc interface names remapping (yyparse, yylex, yyerror, etc)Pedro Alves2016-04-221-1/+1
* Fix gdb build with --enable-build-with-cxx --disable-nlsPedro Alves2016-04-161-2/+2
* ada-lang.c: Introduce type_as_string and use itPedro Alves2016-04-121-30/+44
* 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