aboutsummaryrefslogtreecommitdiff
path: root/gdb/ada-lang.c
AgeCommit message (Expand)AuthorFilesLines
2018-11-14delete ada-lang.c::move_bits, sharing and re-using copy_bitwise insteadJoel Brobecker1-78/+10
2018-11-03OBVIOUS Fix a typo in ada-lang.c add_prefix_cmd for "set ada"Philippe Waroquiers1-1/+1
2018-11-01(Ada) fix "error in expression" when using watch -location commandJoel Brobecker1-1/+12
2018-09-10(Ada) Fix resolving of homonym components in tagged typesJerome Guitton1-4/+10
2018-09-10(Ada) Cleanup code by using ada_is_access_to_unconstrained_array call.Xavier Roirand1-1/+1
2018-09-10(Ada/MI) Fix -var-evaluate-expression for access to unconstrained arraysXavier Roirand1-0/+24
2018-09-10(Ada) New function ada_is_access_to_unconstrained_arrayXavier Roirand1-3/+12
2018-09-08(Ada) fix handling of expression with parameterless function callJoel Brobecker1-1/+1
2018-09-08ada-lang.c::ada_value_cast: remove unnecessary parenthesesJoel Brobecker1-1/+1
2018-09-08minor reformatting in ada-lang.c::ada_to_fixed_valueJoel Brobecker1-3/+1
2018-09-08Handle PPC64 function descriptor in Ada decodingJerome Guitton1-0/+5
2018-09-08(Ada) "catch assert" spurious internal errorJoel Brobecker1-8/+5
2018-09-08(Ada) infinite loop when hitting unhandled exception catchpointJoel Brobecker1-1/+1
2018-09-08(Ada) assigning packed array aggregate with variable as componentJoel Brobecker1-5/+12
2018-08-29Use block_symbol in linespec APIsKeith Seitz1-1/+1
2018-08-26Make ada-lang.c::add_angle_brackets return an std::stringSimon Marchi1-8/+3
2018-08-17Remove "repeat" argument from command_line_inputTom Tromey1-1/+1
2018-08-07Replace some uses of xstrprintf with string_printfSimon Marchi1-4/+2
2018-07-22Simple unused variable removalsTom Tromey1-1/+0
2018-07-03Remove ptid_get_pidTom Tromey1-1/+1
2018-06-18Remove la_errorTom Tromey1-1/+0
2018-06-04Remove last Ada cleanupsTom Tromey1-113/+81
2018-06-01Remove type_name_no_tag and rename type_name_no_tag_or_errorTom Tromey1-5/+5
2018-06-01Remove TYPE_TAG_NAMETom Tromey1-12/+5
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