aboutsummaryrefslogtreecommitdiff
path: root/gdb/ada-lang.c
AgeCommit message (Expand)AuthorFilesLines
2018-05-22fix "stale cleanup" internal-warning when using "catch assert" commandJoel Brobecker1-1/+1
2018-05-21Change ada_catchpoint::excep_string to be a std::stringTom Tromey1-96/+36
2018-05-21Remove cleanup from ada_collect_symbol_completion_matchesTom Tromey1-3/+0
2018-05-21Remove cleanup from ada-lang.cTom Tromey1-20/+9
2018-05-20Use XOBNEW/XOBNEWVEC/OBSTACK_ZALLOC when possibleSimon Marchi1-2/+1
2018-05-04Remove cleanup from print_mention_exceptionTom Tromey1-5/+3
2018-05-04Return std::string from ada_exception_catchpoint_cond_stringTom Tromey1-22/+14
2018-05-04Remove cleanup from old_renaming_is_invisibleTom Tromey1-28/+7
2018-04-05Change streq to return boolTom Tromey1-3/+2
2018-03-30Change target_read_string to use unique_xmalloc_ptrTom Tromey1-3/+2
2018-03-27set varsize-limit: New GDB setting for maximum dynamic object sizeJoel Brobecker1-0/+7
2018-03-27problem looking up some symbols when they have a linkage nameJoel Brobecker1-0/+1
2018-03-19Convert observers to C++Tom Tromey1-4/+4
2018-02-14delete ada-lang.c::ada_to_fixed_value_create advance declarationJoel Brobecker1-3/+0
2018-02-14Remove references to ada_name_for_lookup (deleted)Joel Brobecker1-1/+1
2018-01-31(Ada) C++fy conditional string when catching exception.Xavier Roirand1-13/+14
2018-01-21gdb: New API for tracking innermost blockAndrew Burgess1-6/+2
2018-01-10Fix gdb.ada/complete.exp's "complete break ada" test (PR gdb/22670)Pedro Alves1-1/+18
2018-01-05Fix regresssion(internal-error) printing subprogram argument (PR gdb/22670)Pedro Alves1-0/+26
2018-01-05Fix gdb.ada/info_addr_mixed_case.exp (PR gdb/22670)Pedro Alves1-24/+19
2018-01-05(Ada) Fix Length attribute on array accessJerome Guitton1-1/+1
2018-01-05memory error printing component of record from convenience variableJoel Brobecker1-2/+10
2018-01-03(Ada) New command to stop at start of exception handler.Xavier Roirand1-13/+184
2018-01-01[gdb/Ada] slices of arrays with dynamic stridesJoel Brobecker1-4/+8
2018-01-02Update copyright year range in all GDB filesJoel Brobecker1-1/+1
2017-12-30C++-ify parser_stateTom Tromey1-12/+11
2017-12-17improved error message when getting an exception printing a variableJoel Brobecker1-2/+19
2017-12-17(Ada) crash assigning to record component which is an arrayJoel Brobecker1-3/+4
2017-12-17Ada: fix bad handling in ada_convert_actualXavier Roirand1-1/+1
2017-12-14(Ada) Handle same component names when searching in tagged typesXavier Roirand1-2/+167
2017-12-14Ada: unable to compare strings (Attempt to compare array with non-array)Joel Brobecker1-7/+12
2017-12-11(Ada) change tagged types base_address computationXavier Roirand1-2/+27
2017-12-05Remove some unused variablesSimon Marchi1-2/+0
2017-12-01(Ada) GDB crash printing expression with type castingJoel Brobecker1-16/+42
2017-11-29preserve type length in ada-lang.c::to_fixed_range_typeJoel Brobecker1-0/+4
2017-11-29Handle custom completion match prefix / LCDPedro Alves1-12/+10
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