aboutsummaryrefslogtreecommitdiff
path: root/gdb/ada-lang.c
AgeCommit message (Expand)Author
2017-06-14Introduce gdb::byte_vector, add allocator that default-initializesPedro Alves
2017-06-07Introduce compiled_regex, eliminate make_regfree_cleanupPedro Alves
2017-06-02C++ify breakpoint class hierarchy (destructors only)Simon Marchi
2017-05-19Use watchpoint's language when re-parsing expressionTom Tromey
2017-04-25Don't memset non-POD types: struct bp_locationPedro Alves
2017-04-05-Wwrite-strings: The RestPedro Alves
2017-04-05-Wwrite-strings: Constify word break character arraysPedro Alves
2017-03-20Add ability to return rvalue reference values from value_refArtemiy Volkov
2017-02-23Use gdb::function_view in iterate_over_symtabs & coPedro Alves
2017-02-02Eliminate make_cleanup_ui_file_delete / make ui_file a class hierarchyPedro Alves
2017-01-01update copyright year range in GDB filesJoel Brobecker
2016-12-22Class-ify ui_outSimon Marchi
2016-11-28Restrict checking value.lval on using addressYao Qi
2016-11-24Do not use std::move when assigning an anonymous object to a unique_ptr.John Baldwin
2016-11-17gdb/ada-lang.c: one malloc -> unique_ptr<[]>Pedro Alves
2016-11-15gdb::{unique_ptr,move} -> std::{unique_ptr,move}Pedro Alves
2016-11-08Use ui_file_as_string throughout morePedro Alves
2016-11-08Use ui_file_as_string in gdb/ada-lang.cPedro Alves
2016-11-08'struct expression *' -> gdb::unique_xmalloc_ptr<expression>Pedro Alves
2016-09-06Add missing format for built-in floating-point typesUlrich Weigand
2016-09-06Fix typo in ada_language_arch_infoUlrich Weigand
2016-07-06Use unsigned integer constant with left shifts.John Baldwin
2016-06-23Move logic out of symbol_find_demangled_nameTom Tromey
2016-06-23Move filename extensions into language_defnTom Tromey
2016-06-21[Ada catchpoints] Fix "warning: failed to get exception name: No definition o...Pedro Alves
2016-04-22Centralize yacc interface names remapping (yyparse, yylex, yyerror, etc)Pedro Alves
2016-04-16Fix gdb build with --enable-build-with-cxx --disable-nlsPedro Alves
2016-04-12ada-lang.c: Introduce type_as_string and use itPedro Alves
2016-01-26Fix GCC6 -Wmisleading-indentation issues.Mark Wielaard
2016-01-01GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker
2015-12-07Enhance the menu to select function overloads with signaturesPierre-Marie de Rodat
2015-11-09[Ada] GDB crash during "finish" of function with out parametersJoel Brobecker
2015-10-13More char constificationPedro Alves
2015-10-13ada-lang.c:ada_value_primitive_packed_val: const correctnessPedro Alves
2015-10-13ada-lang.c: malloc/alloca casts for C++Pedro Alves
2015-10-09[Ada] ada_unpack_from_contents: Error if target buffer not large enoughJoel Brobecker
2015-10-09[Ada] Buffer overflow in ada_unpack_from_contentsJoel Brobecker
2015-10-09make is_scalar_type non-static and use it in ada-lang.cJoel Brobecker
2015-10-09[Ada] Better handling of dynamic types in ada_value_primitive_packed_valJoel Brobecker
2015-10-09[Ada] split data unpacking code out of ada_value_primitive_packed_val.Joel Brobecker
2015-10-09Reorder variable declarations in ada_value_primitive_packed_valJoel Brobecker
2015-10-09use gdb_byte in ada-lang.c::ada_value_primitive_packed_val...Joel Brobecker
2015-10-09More explicit local variable names in ada_value_primitive_packed_valJoel Brobecker
2015-09-25Add some more casts (1/2)Simon Marchi
2015-09-25Add casts to memory allocation related callsSimon Marchi
2015-09-23[Ada] Fix handling of array renamingsPierre-Marie de Rodat
2015-09-18symtab.h (general_symbol_info) <mangled_lang>: delete and move up only member.Doug Evans
2015-09-14[Ada] Fix the evaluation of access to packed array subscriptPierre-Marie de Rodat
2015-09-10Small refactor in ada-lang.c:scan_discrim_boundSimon Marchi
2015-09-10Constify variables in ada-lang.cSimon Marchi