aboutsummaryrefslogtreecommitdiff
path: root/gdb/testsuite/gdb.ada
AgeCommit message (Expand)AuthorFilesLines
2020-05-12[gdb/testsuite] Fix duplicate test-names in gdb.adaTom de Vries3-16/+25
2020-05-11[gdb/testsuite] Change kfail into xfail in gdb.ada/packed_tagged.expTom de Vries1-2/+2
2020-05-11Fix gdb.ada/attr_ref_and_charlit.exp typoKeith Seitz1-1/+1
2020-05-11Clean-up gdb.ada test namesKeith Seitz15-47/+67
2020-05-01[gdb/testsuite] Fix gdb.ada/operator_bp.exp breakpoint location FAILsTom de Vries1-4/+10
2020-04-28[gdb/testsuite] Add PR number in KFAIL in gdb.ada/array_ptr_renaming.expTom de Vries1-1/+1
2020-04-24Update test cases that work with minimal encodingsTom Tromey5-104/+211
2020-04-24Add Python support for dynamic typesTom Tromey1-0/+10
2020-04-24Add tests for Ada changesTom Tromey7-86/+265
2020-04-24Add support for variable field offsetsTom Tromey3-0/+34
2020-04-24Add support for dynamic type lengthsTom Tromey3-0/+107
2020-04-08[gdb/testsuite] Add gcc/94469 xfails to gdb.ada/call_pn.expTom de Vries1-3/+47
2020-04-06Select variant field when printing variantTom Tromey4-0/+129
2020-03-20Fix Ada val_print removal regressionTom Tromey2-0/+79
2020-03-11[gdb/testsuite] Set language in gdb.ada/minsym.expTom de Vries1-0/+2
2020-03-11[gdb] Fix segv in "maint print symbols" for ada execTom de Vries1-0/+10
2020-02-19[gdb/testsuite] Fix funcall_ref.exp xpassTom de Vries1-9/+24
2020-02-13[gdb/testsuite] Add unsupported tests in catch_ex_std.expTom de Vries1-0/+12
2020-01-01Update copyright year range in all GDB files.Joel Brobecker608-608/+608
2019-12-27[PATCH] Adjust test gdb.ada/ptype_tagged_param.exp for when GNAT runtime does...Simon Marchi1-4/+21
2019-12-10Normalize Ada ptype to use a single "?"Tom Tromey4-0/+149
2019-12-04Propagate endianity to subrange typesTom Tromey4-0/+123
2019-11-22Avoid crash in print_ada_task_infoTom Tromey2-1/+10
2019-10-31[gdb/testsuite] Remove superfluous 3rd argument from gdb_test callTom de Vries28-144/+58
2019-10-15[gdb/testsuite] Fix gdb.ada/mi_task_arg.expTom de Vries1-1/+7
2019-10-07gdb/testsuite/ada: Handle missing debug info caseAndrew Burgess1-7/+18
2019-10-02Add $_ada_exception convenience variableTom Tromey1-0/+3
2019-09-26Do not expose stub types to PythonTom Tromey4-0/+109
2019-09-14[gdb/testsuite] Require gnatmake 8 for gdb.ada/rename_subscript_param.expTom de Vries1-0/+4
2019-09-12Output the Ada task name in more messages.Philippe Waroquiers2-2/+2
2019-09-10Fix latent bug in .debug_names file-name handlingTom Tromey2-0/+53
2019-09-03Handle biased typesTom Tromey6-1/+155
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