summaryrefslogtreecommitdiff
path: root/gdb/ada-lang.c
AgeCommit message (Expand)Author
2018-01-10Fix gdb.ada/complete.exp's "complete break ada" test (PR gdb/22670)Pedro Alves
2018-01-05Fix regresssion(internal-error) printing subprogram argument (PR gdb/22670)Pedro Alves
2018-01-05Fix gdb.ada/info_addr_mixed_case.exp (PR gdb/22670)Pedro Alves
2018-01-03(Ada) New command to stop at start of exception handler.Xavier Roirand
2018-01-01[gdb/Ada] slices of arrays with dynamic stridesJoel Brobecker
2018-01-02Update copyright year range in all GDB filesJoel Brobecker
2017-12-30C++-ify parser_stateTom Tromey
2017-12-17improved error message when getting an exception printing a variableJoel Brobecker
2017-12-17(Ada) crash assigning to record component which is an arrayJoel Brobecker
2017-12-17Ada: fix bad handling in ada_convert_actualXavier Roirand
2017-12-14(Ada) Handle same component names when searching in tagged typesXavier Roirand
2017-12-14Ada: unable to compare strings (Attempt to compare array with non-array)Joel Brobecker
2017-12-11(Ada) change tagged types base_address computationXavier Roirand
2017-12-05Remove some unused variablesSimon Marchi
2017-12-01(Ada) GDB crash printing expression with type castingJoel Brobecker
2017-11-29preserve type length in ada-lang.c::to_fixed_range_typeJoel Brobecker
2017-11-29Handle custom completion match prefix / LCDPedro Alves
2017-11-24(Ada) provide the exception message when hitting an exception catchpointJoel Brobecker
2017-11-17(Ada) fix handling of minimal symbols (UNOP_CAST and UNOP_ADDR)Joel Brobecker
2017-11-16ada-lang.c::ada_value_cast: remove unused parameter nosideJoel Brobecker
2017-11-09fix typos in ada-lang.c commentJoel Brobecker
2017-11-08Make the linespec/location completer ignore data symbolsPedro Alves
2017-11-08Simplify completion_list_add_name | remove sym_text / sym_text_lenPedro Alves
2017-11-08Introduce lookup_name_info and generalize Ada's FULL/WILD name matchingPedro Alves
2017-11-08Per-language symbol name hashing algorithmPedro Alves
2017-11-07Constify add_setshow_*Tom Tromey
2017-11-07Constify add_infoTom Tromey
2017-11-06Target FP: Perform Ada fixed-point scaling in target formatUlrich Weigand
2017-10-25Target FP: Use target format throughout expression parsingUlrich Weigand
2017-10-11Constify add_prefix_cmdTom Tromey
2017-10-02Fix GDB build with G++ 4.8Pedro Alves
2017-09-29Use a std::vector for ada_exceptions_listTom Tromey
2017-09-27Make init_type/arch_type take a size in bitsUlrich Weigand
2017-09-27Constify some linespec functionsTom Tromey
2017-09-11Remove cleanups from find_frame_funnameTom Tromey
2017-09-11Rename _const functions to use overloading insteadTom Tromey
2017-09-09Remove unnecessary function prototypes.John Baldwin
2017-09-04Introduce OP_VAR_MSYM_VALUEPedro Alves
2017-09-04Stop assuming no-debug-info functions return intPedro Alves
2017-09-04Kill init_salPedro Alves
2017-08-25remove param "dispp" from ada-lang.c::ada_lookup_struct_elt_typeJoel Brobecker
2017-08-22Change install_breakpoint to take a std::unique_ptrTom Tromey
2017-07-20Make language_def O(1)Pedro Alves
2017-07-20get_int_var_valuePedro Alves
2017-07-17Rewrite/enhance explicit locations completer, parse left->rightPedro Alves
2017-07-17Introduce class completion_tracker & rewrite completion<->readline interactionPedro Alves
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