aboutsummaryrefslogtreecommitdiff
path: root/gdb/ada-lang.c
AgeCommit message (Expand)AuthorFilesLines
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
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