summaryrefslogtreecommitdiff
path: root/gdb/ada-lang.c
Commit message (Expand)AuthorAgeFilesLines
* Introduce gdb::byte_vector, add allocator that default-initializesPedro Alves2017-06-141-8/+8
* Introduce compiled_regex, eliminate make_regfree_cleanupPedro Alves2017-06-071-19/+14
* C++ify breakpoint class hierarchy (destructors only)Simon Marchi2017-06-021-42/+12
* Use watchpoint's language when re-parsing expressionTom Tromey2017-05-191-0/+1
* Don't memset non-POD types: struct bp_locationPedro Alves2017-04-251-12/+7
* -Wwrite-strings: The RestPedro Alves2017-04-051-26/+28
* -Wwrite-strings: Constify word break character arraysPedro Alves2017-04-051-4/+2
* Add ability to return rvalue reference values from value_refArtemiy Volkov2017-03-201-1/+1
* Use gdb::function_view in iterate_over_symtabs & coPedro Alves2017-02-231-71/+36
* 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