aboutsummaryrefslogtreecommitdiff
path: root/gdb/testsuite/gdb.ada
AgeCommit message (Expand)AuthorFilesLines
2018-09-10(Ada) Fix resolving of homonym components in tagged typesJerome Guitton4-3/+58
2018-09-10(Ada) Fix printing of access to unconstrained arraysXavier Roirand4-0/+96
2018-09-10(Ada/MI) Fix -var-evaluate-expression for access to unconstrained arraysXavier Roirand4-0/+128
2018-09-10(Ada) Fix -var-list-children MI command for union typeXavier Roirand4-0/+123
2018-09-08(Ada) fix handling of expression with parameterless function callJoel Brobecker4-0/+121
2018-09-08(Ada) assigning packed array aggregate with variable as componentJoel Brobecker6-0/+153
2018-06-18[gdb/testsuite/ada] Fix number-of-bp test in bp_inlined_func.expTom de Vries1-2/+2
2018-06-01inadvertent language switch during breakpoint_re_set_oneJoel Brobecker2-0/+54
2018-05-17Don't elide all inlined framesKeith Seitz1-15/+7
2018-04-13Show line numbers in output for "info var/func/type"Andreas Arnez1-1/+1
2018-03-27set varsize-limit: New GDB setting for maximum dynamic object sizeJoel Brobecker4-0/+106
2018-03-27problem looking up some symbols when they have a linkage nameJoel Brobecker6-1/+128
2018-03-23Testsuite: fully migrate to use_gdb_stub convenience funcAndreas Arnez2-2/+2
2018-01-31(Ada) Add gdb-mi support for stopping at start of exception handler.Xavier Roirand2-0/+170
2018-01-31(Ada/MI) Add testcase for mi catch assert with conditionXavier Roirand3-0/+161
2018-01-31(Ada) Add testcase for catch assert with conditionXavier Roirand3-0/+151
2018-01-31internal-error using '@' (repeat) operator on array of dynamic objectsJoel Brobecker1-0/+19
2018-01-10Ada: make verbatim matcher override other language matchers (PR gdb/22670)Pedro Alves3-2/+80
2018-01-10Fix gdb.ada/complete.exp's "complete break ada" test (PR gdb/22670)Pedro Alves1-2/+2
2018-01-10Fix gdb.ada/bp_c_mixed_case.exp (PR gdb/22670)Pedro Alves1-3/+1
2018-01-09Fix breakpoint add on inlined function using function name.Xavier Roirand6-0/+175
2018-01-08Relax expected output in gdb.ada/access_tagged_param.exp testJoel Brobecker1-1/+1
2018-01-07(Ada) Fix print of array using non-contiguous enumeration indexesXavier Roirand2-0/+57
2018-01-05Fix regresssion(internal-error) printing subprogram argument (PR gdb/22670)Pedro Alves4-0/+102
2018-01-05Fix gdb.ada/info_addr_mixed_case.exp (PR gdb/22670)Pedro Alves1-8/+7
2018-01-05(Ada) problem printing renaming which references a subprogram parameterJoel Brobecker6-0/+157
2018-01-05(Ada) Fix Length attribute on array accessJerome Guitton4-0/+156
2018-01-05memory error printing component of record from convenience variableJoel Brobecker4-0/+107
2018-01-04(Ada) Remove printing of array's first index when unneededXavier Roirand2-0/+6
2018-01-04gdb.ada/maint_with_ada.exp: New testcaseJoel Brobecker4-0/+120
2018-01-04Add new gdb.ada/bp_c_mixed_case testcase for PR gdb/22670Joel Brobecker3-0/+94
2018-01-04Add "complete break ada" test to gdb.ada/complete.expJoel Brobecker1-0/+21
2018-01-04Add gdb.ada/info_addr_mixed_case new testcaseJoel Brobecker4-0/+122
2018-01-03(Ada) New command to stop at start of exception handler.Xavier Roirand3-0/+293
2018-01-01[gdb/Ada] slices of arrays with dynamic stridesJoel Brobecker1-0/+3
2018-01-01Add support for dynamic DW_AT_byte_stride.Joel Brobecker2-0/+80
2018-01-02Update copyright year range in all GDB filesJoel Brobecker465-465/+465
2017-12-17(Ada) crash assigning to record component which is an arrayJoel Brobecker3-0/+77
2017-12-17Ada: fix bad handling in ada_convert_actualXavier Roirand4-0/+108
2017-12-14(Ada) Handle same component names when searching in tagged typesXavier Roirand4-0/+184
2017-12-14Ada: unable to compare strings (Attempt to compare array with non-array)Joel Brobecker4-0/+103
2017-12-13(Ada) Add support for task switching when debugging core filesJoel Brobecker2-0/+133
2017-12-11Adapt gdb.ada/variant_record_packed_array.exp to accept reordered componentsJoel Brobecker1-6/+18
2017-12-11Adapt gdb.ada/pkd_arr_elem.exp to accept reordered componentsJoel Brobecker1-2/+12
2017-11-30New gdb.ada/repeat_dyn testcase.Joel Brobecker4-0/+104
2017-11-27fix two issues in gdb.ada/mi_catch_ex.exp (re: "exception-message")Joel Brobecker1-2/+2
2017-11-24(Ada) provide the exception message when hitting an exception catchpointJoel Brobecker3-10/+10
2017-11-21gdb.ada/minsyms.exp: Don't hardcode the variable's addressPedro Alves1-1/+1
2017-11-17(Ada) fix handling of minimal symbols (UNOP_CAST and UNOP_ADDR)Joel Brobecker4-0/+103
2017-11-08local variable watchpoint not deleted after leaving scopeJoel Brobecker7-5/+187