summaryrefslogtreecommitdiff
path: root/gdb/ada-lang.c
Commit message (Expand)AuthorAgeFilesLines
* (Ada) Fix resolving of homonym components in tagged typesJerome Guitton2018-09-101-4/+10
* (Ada) Cleanup code by using ada_is_access_to_unconstrained_array call.Xavier Roirand2018-09-101-1/+1
* (Ada/MI) Fix -var-evaluate-expression for access to unconstrained arraysXavier Roirand2018-09-101-0/+24
* (Ada) New function ada_is_access_to_unconstrained_arrayXavier Roirand2018-09-101-3/+12
* (Ada) fix handling of expression with parameterless function callJoel Brobecker2018-09-081-1/+1
* ada-lang.c::ada_value_cast: remove unnecessary parenthesesJoel Brobecker2018-09-081-1/+1
* minor reformatting in ada-lang.c::ada_to_fixed_valueJoel Brobecker2018-09-081-3/+1
* Handle PPC64 function descriptor in Ada decodingJerome Guitton2018-09-081-0/+5
* (Ada) "catch assert" spurious internal errorJoel Brobecker2018-09-081-8/+5
* (Ada) infinite loop when hitting unhandled exception catchpointJoel Brobecker2018-09-081-1/+1
* (Ada) assigning packed array aggregate with variable as componentJoel Brobecker2018-09-081-5/+12
* Use block_symbol in linespec APIsKeith Seitz2018-08-291-1/+1
* Make ada-lang.c::add_angle_brackets return an std::stringSimon Marchi2018-08-261-8/+3
* Remove "repeat" argument from command_line_inputTom Tromey2018-08-171-1/+1
* Replace some uses of xstrprintf with string_printfSimon Marchi2018-08-071-4/+2
* Simple unused variable removalsTom Tromey2018-07-221-1/+0
* Remove ptid_get_pidTom Tromey2018-07-031-1/+1
* Remove la_errorTom Tromey2018-06-181-1/+0
* Remove last Ada cleanupsTom Tromey2018-06-041-113/+81
* Remove type_name_no_tag and rename type_name_no_tag_or_errorTom Tromey2018-06-011-5/+5
* Remove TYPE_TAG_NAMETom Tromey2018-06-011-12/+5
* fix "stale cleanup" internal-warning when using "catch assert" commandJoel Brobecker2018-05-221-1/+1
* Change ada_catchpoint::excep_string to be a std::stringTom Tromey2018-05-211-96/+36
* Remove cleanup from ada_collect_symbol_completion_matchesTom Tromey2018-05-211-3/+0
* Remove cleanup from ada-lang.cTom Tromey2018-05-211-20/+9
* Use XOBNEW/XOBNEWVEC/OBSTACK_ZALLOC when possibleSimon Marchi2018-05-201-2/+1
* Remove cleanup from print_mention_exceptionTom Tromey2018-05-041-5/+3
* Return std::string from ada_exception_catchpoint_cond_stringTom Tromey2018-05-041-22/+14
* Remove cleanup from old_renaming_is_invisibleTom Tromey2018-05-041-28/+7
* Change streq to return boolTom Tromey2018-04-051-3/+2
* Change target_read_string to use unique_xmalloc_ptrTom Tromey2018-03-301-3/+2
* set varsize-limit: New GDB setting for maximum dynamic object sizeJoel Brobecker2018-03-271-0/+7
* problem looking up some symbols when they have a linkage nameJoel Brobecker2018-03-271-0/+1
* Convert observers to C++Tom Tromey2018-03-191-4/+4
* delete ada-lang.c::ada_to_fixed_value_create advance declarationJoel Brobecker2018-02-141-3/+0
* Remove references to ada_name_for_lookup (deleted)Joel Brobecker2018-02-141-1/+1
* (Ada) C++fy conditional string when catching exception.Xavier Roirand2018-01-311-13/+14
* gdb: New API for tracking innermost blockAndrew Burgess2018-01-211-6/+2
* Fix gdb.ada/complete.exp's "complete break ada" test (PR gdb/22670)Pedro Alves2018-01-101-1/+18
* Fix regresssion(internal-error) printing subprogram argument (PR gdb/22670)Pedro Alves2018-01-051-0/+26
* Fix gdb.ada/info_addr_mixed_case.exp (PR gdb/22670)Pedro Alves2018-01-051-24/+19
* (Ada) Fix Length attribute on array accessJerome Guitton2018-01-051-1/+1
* memory error printing component of record from convenience variableJoel Brobecker2018-01-051-2/+10
* (Ada) New command to stop at start of exception handler.Xavier Roirand2018-01-031-13/+184
* [gdb/Ada] slices of arrays with dynamic stridesJoel Brobecker2018-01-011-4/+8
* Update copyright year range in all GDB filesJoel Brobecker2018-01-021-1/+1
* C++-ify parser_stateTom Tromey2017-12-301-12/+11
* improved error message when getting an exception printing a variableJoel Brobecker2017-12-171-2/+19
* (Ada) crash assigning to record component which is an arrayJoel Brobecker2017-12-171-3/+4
* Ada: fix bad handling in ada_convert_actualXavier Roirand2017-12-171-1/+1