aboutsummaryrefslogtreecommitdiff
path: root/gdb/ada-lang.c
AgeCommit message (Expand)AuthorFilesLines
2017-11-24(Ada) provide the exception message when hitting an exception catchpointJoel Brobecker1-0/+81
2017-11-17(Ada) fix handling of minimal symbols (UNOP_CAST and UNOP_ADDR)Joel Brobecker1-7/+60
2017-11-16ada-lang.c::ada_value_cast: remove unused parameter nosideJoel Brobecker1-3/+3
2017-11-09fix typos in ada-lang.c commentJoel Brobecker1-2/+2
2017-11-08Make the linespec/location completer ignore data symbolsPedro Alves1-0/+12
2017-11-08Simplify completion_list_add_name | remove sym_text / sym_text_lenPedro Alves1-13/+5
2017-11-08Introduce lookup_name_info and generalize Ada's FULL/WILD name matchingPedro Alves1-354/+374
2017-11-08Per-language symbol name hashing algorithmPedro Alves1-0/+1
2017-11-07Constify add_setshow_*Tom Tromey1-2/+2
2017-11-07Constify add_infoTom Tromey1-1/+1
2017-11-06Target FP: Perform Ada fixed-point scaling in target formatUlrich Weigand1-62/+47
2017-10-25Target FP: Use target format throughout expression parsingUlrich Weigand1-3/+3
2017-10-11Constify add_prefix_cmdTom Tromey1-4/+4
2017-10-02Fix GDB build with G++ 4.8Pedro Alves1-2/+2
2017-09-29Use a std::vector for ada_exceptions_listTom Tromey1-55/+35
2017-09-27Make init_type/arch_type take a size in bitsUlrich Weigand1-1/+2
2017-09-27Constify some linespec functionsTom Tromey1-2/+2
2017-09-11Remove cleanups from find_frame_funnameTom Tromey1-16/+7
2017-09-11Rename _const functions to use overloading insteadTom Tromey1-6/+6
2017-09-09Remove unnecessary function prototypes.John Baldwin1-3/+0
2017-09-04Introduce OP_VAR_MSYM_VALUEPedro Alves1-0/+1
2017-09-04Stop assuming no-debug-info functions return intPedro Alves1-6/+4
2017-09-04Kill init_salPedro Alves1-2/+1
2017-08-25remove param "dispp" from ada-lang.c::ada_lookup_struct_elt_typeJoel Brobecker1-29/+14
2017-08-22Change install_breakpoint to take a std::unique_ptrTom Tromey1-6/+5
2017-07-20Make language_def O(1)Pedro Alves1-3/+1
2017-07-20get_int_var_valuePedro Alves1-30/+14
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