summaryrefslogtreecommitdiff
path: root/gdb/ada-lang.c
Commit message (Expand)AuthorAgeFilesLines
* Fix GDB build with G++ 4.8Pedro Alves2017-10-021-2/+2
* Use a std::vector for ada_exceptions_listTom Tromey2017-09-291-55/+35
* Make init_type/arch_type take a size in bitsUlrich Weigand2017-09-271-1/+2
* Constify some linespec functionsTom Tromey2017-09-271-2/+2
* Remove cleanups from find_frame_funnameTom Tromey2017-09-111-16/+7
* Rename _const functions to use overloading insteadTom Tromey2017-09-111-6/+6
* Remove unnecessary function prototypes.John Baldwin2017-09-091-3/+0
* Introduce OP_VAR_MSYM_VALUEPedro Alves2017-09-041-0/+1
* Stop assuming no-debug-info functions return intPedro Alves2017-09-041-6/+4
* Kill init_salPedro Alves2017-09-041-2/+1
* remove param "dispp" from ada-lang.c::ada_lookup_struct_elt_typeJoel Brobecker2017-08-251-29/+14
* Change install_breakpoint to take a std::unique_ptrTom Tromey2017-08-221-6/+5
* Make language_def O(1)Pedro Alves2017-07-201-3/+1
* get_int_var_valuePedro Alves2017-07-201-30/+14
* Rewrite/enhance explicit locations completer, parse left->rightPedro Alves2017-07-171-0/+1
* Introduce class completion_tracker & rewrite completion<->readline interactionPedro Alves2017-07-171-18/+17
* 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