aboutsummaryrefslogtreecommitdiff
path: root/gdb/testsuite/gdb.ada
AgeCommit message (Expand)AuthorFilesLines
2019-08-15Fix bug with character enumeration literalTom Tromey3-4/+10
2019-07-30Allow nested function displaysTom Tromey4-0/+102
2019-07-22gdb: Show type summary for anonymous structures from c_print_typedefAndrew Burgess1-4/+1
2019-07-10Change Ada catchpoints to be bp_catchpointTom Tromey6-13/+13
2019-06-21[gdb/testsuite] Mark ptype_union.exp as unsupported for cc-with-gdb-indexTom de Vries1-0/+5
2019-06-19Add intro comment to length_cond.expTom Tromey1-0/+3
2019-06-19Fix crash when setting breakpoint conditionTom Tromey4-0/+120
2019-06-14Allow re-assigning to convenience variablesTom Tromey1-0/+5
2019-06-14Recognize _ in attribute namesTom Tromey1-8/+10
2019-06-14Fix gdb.ada/vla.expTom Tromey2-4/+9
2019-05-29Fix failure in gdb.ada/complete.expTom Tromey1-2/+3
2019-05-10Add completion for Ada catch commandsTom Tromey1-0/+4
2019-05-08When debugging a mixed Ada/C program using this scenario:Xavier Roirand5-0/+159
2019-05-08Fix VLA printing for AdaTom Tromey2-0/+95
2019-05-03Fix cast of character to enum type in AdaTom Tromey3-2/+3
2019-05-01Fix bug in assignment to nested packed structureTom Tromey2-0/+10
2019-05-01Fix big-endian aggregate assignment in AdaTom Tromey1-0/+5
2019-04-30Fix "catch exception" with dynamic linkingTom Tromey4-0/+168
2019-04-19Print non-Ada unions without crashingTom Tromey2-0/+75
2019-03-18Fix Ada "ptype" bug with array typesTom Tromey4-0/+108
2019-02-23Update copyright year range in gdb.ada/mi_ref_changeable testcaseJoel Brobecker4-4/+4
2019-02-17(Ada) fix GDB crash printing packed arrayJoel Brobecker5-1/+134
2019-02-10(Ada) -var-update crash for variable whose type is a reference to changeableJoel Brobecker4-0/+145
2019-01-01Update copyright year range in all GDB files.Joel Brobecker557-557/+557
2018-12-27Fix gdb.ada/fun_renaming.exp by using more unique names.Philippe Waroquiers4-14/+16
2018-12-27Fix gdb.ada/assign_arr.exp by using more unique names.Philippe Waroquiers3-3/+3
2018-12-27Improve gdb.ada/rename_subscript_param.exp by using more unique names.Philippe Waroquiers2-6/+6
2018-12-27Fix gdb.ada/packed_array_assign.exp by using more unique names.Philippe Waroquiers2-5/+7
2018-12-24Fix gdb.ada bp_fun_addr failure due to conflict between fun 'a' and s-dimmks....Philippe Waroquiers2-7/+7
2018-12-20Ensure deterministic result order in gdb.ada/info_auto_lang.expPhilippe Waroquiers1-17/+21
2018-11-20Add a test to verify info [functions|variables|types]|rbreak respect language...Philippe Waroquiers4-0/+231
2018-11-01(Ada) fix "error in expression" when using watch -location commandJoel Brobecker4-0/+107
2018-10-18[gdb/testsuite] Fix capitalized test namesTom de Vries4-4/+4
2018-09-18Expect for "@" when doing "complete break ada" on gdb.ada/complete.expSergio Durigan Junior1-1/+1
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