aboutsummaryrefslogtreecommitdiff
path: root/gdb/ada-lang.c
AgeCommit message (Expand)AuthorFilesLines
2017-07-17Rewrite/enhance explicit locations completer, parse left->rightPedro Alves1-0/+1
2017-07-17Introduce class completion_tracker & rewrite completion<->readline interactionPedro Alves1-18/+17
2017-06-14Introduce gdb::byte_vector, add allocator that default-initializesPedro Alves1-8/+8
2017-06-07Introduce compiled_regex, eliminate make_regfree_cleanupPedro Alves1-19/+14
2017-06-02C++ify breakpoint class hierarchy (destructors only)Simon Marchi1-42/+12
2017-05-19Use watchpoint's language when re-parsing expressionTom Tromey1-0/+1
2017-04-25Don't memset non-POD types: struct bp_locationPedro Alves1-12/+7
2017-04-05-Wwrite-strings: The RestPedro Alves1-26/+28
2017-04-05-Wwrite-strings: Constify word break character arraysPedro Alves1-4/+2
2017-03-20Add ability to return rvalue reference values from value_refArtemiy Volkov1-1/+1
2017-02-23Use gdb::function_view in iterate_over_symtabs & coPedro Alves1-71/+36
2017-02-02Eliminate make_cleanup_ui_file_delete / make ui_file a class hierarchyPedro Alves1-9/+3
2017-01-01update copyright year range in GDB filesJoel Brobecker1-1/+1
2016-12-22Class-ify ui_outSimon Marchi1-24/+23
2016-11-28Restrict checking value.lval on using addressYao Qi1-1/+1
2016-11-24Do not use std::move when assigning an anonymous object to a unique_ptr.John Baldwin1-3/+3
2016-11-17gdb/ada-lang.c: one malloc -> unique_ptr<[]>Pedro Alves1-9/+5
2016-11-15gdb::{unique_ptr,move} -> std::{unique_ptr,move}Pedro Alves1-2/+2
2016-11-08Use ui_file_as_string throughout morePedro Alves1-11/+4
2016-11-08Use ui_file_as_string in gdb/ada-lang.cPedro Alves1-25/+6
2016-11-08'struct expression *' -> gdb::unique_xmalloc_ptr<expression>Pedro Alves1-25/+12
2016-09-06Add missing format for built-in floating-point typesUlrich Weigand1-3/+3
2016-09-06Fix typo in ada_language_arch_infoUlrich Weigand1-1/+1
2016-07-06Use unsigned integer constant with left shifts.John Baldwin1-2/+2
2016-06-23Move logic out of symbol_find_demangled_nameTom Tromey1-0/+40
2016-06-23Move filename extensions into language_defnTom Tromey1-0/+6
2016-06-21[Ada catchpoints] Fix "warning: failed to get exception name: No definition o...Pedro Alves1-0/+9
2016-04-22Centralize yacc interface names remapping (yyparse, yylex, yyerror, etc)Pedro Alves1-1/+1
2016-04-16Fix gdb build with --enable-build-with-cxx --disable-nlsPedro Alves1-2/+2
2016-04-12ada-lang.c: Introduce type_as_string and use itPedro Alves1-30/+44
2016-01-26Fix GCC6 -Wmisleading-indentation issues.Mark Wielaard1-3/+5
2016-01-01GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker1-1/+1
2015-12-07Enhance the menu to select function overloads with signaturesPierre-Marie de Rodat1-23/+80
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