summaryrefslogtreecommitdiff
path: root/gdb/testsuite/gdb.ada
Commit message (Expand)AuthorAgeFilesLines
* [gdb/symtab] Enable ada .gdb_indexTom de Vries2020-06-101-5/+0
* Handle indexing Ada arrays with enum indicesTom Tromey2020-05-261-0/+3
* Fix bugs in 'val and 'pos with range typesTom Tromey2020-05-263-2/+9
* Fix array_char_idx.expTom Tromey2020-05-201-1/+3
* [gdb/testsuite] Fix duplicate test-names in gdb.adaTom de Vries2020-05-123-16/+25
* [gdb/testsuite] Change kfail into xfail in gdb.ada/packed_tagged.expTom de Vries2020-05-111-2/+2
* Fix gdb.ada/attr_ref_and_charlit.exp typoKeith Seitz2020-05-111-1/+1
* Clean-up gdb.ada test namesKeith Seitz2020-05-1115-47/+67
* [gdb/testsuite] Fix gdb.ada/operator_bp.exp breakpoint location FAILsTom de Vries2020-05-011-4/+10
* [gdb/testsuite] Add PR number in KFAIL in gdb.ada/array_ptr_renaming.expTom de Vries2020-04-281-1/+1
* Update test cases that work with minimal encodingsTom Tromey2020-04-245-104/+211
* Add Python support for dynamic typesTom Tromey2020-04-241-0/+10
* Add tests for Ada changesTom Tromey2020-04-247-86/+265
* Add support for variable field offsetsTom Tromey2020-04-243-0/+34
* Add support for dynamic type lengthsTom Tromey2020-04-243-0/+107
* [gdb/testsuite] Add gcc/94469 xfails to gdb.ada/call_pn.expTom de Vries2020-04-081-3/+47
* Select variant field when printing variantTom Tromey2020-04-064-0/+129
* Fix Ada val_print removal regressionTom Tromey2020-03-202-0/+79
* [gdb/testsuite] Set language in gdb.ada/minsym.expTom de Vries2020-03-111-0/+2
* [gdb] Fix segv in "maint print symbols" for ada execTom de Vries2020-03-111-0/+10
* [gdb/testsuite] Fix funcall_ref.exp xpassTom de Vries2020-02-191-9/+24
* [gdb/testsuite] Add unsupported tests in catch_ex_std.expTom de Vries2020-02-131-0/+12
* Update copyright year range in all GDB files.Joel Brobecker2020-01-01608-608/+608
* [PATCH] Adjust test gdb.ada/ptype_tagged_param.exp for when GNAT runtime does...Simon Marchi2019-12-271-4/+21
* Normalize Ada ptype to use a single "?"Tom Tromey2019-12-104-0/+149
* Propagate endianity to subrange typesTom Tromey2019-12-044-0/+123
* Avoid crash in print_ada_task_infoTom Tromey2019-11-222-1/+10
* [gdb/testsuite] Remove superfluous 3rd argument from gdb_test callTom de Vries2019-10-3128-144/+58
* [gdb/testsuite] Fix gdb.ada/mi_task_arg.expTom de Vries2019-10-151-1/+7
* gdb/testsuite/ada: Handle missing debug info caseAndrew Burgess2019-10-071-7/+18
* Add $_ada_exception convenience variableTom Tromey2019-10-021-0/+3
* Do not expose stub types to PythonTom Tromey2019-09-264-0/+109
* [gdb/testsuite] Require gnatmake 8 for gdb.ada/rename_subscript_param.expTom de Vries2019-09-141-0/+4
* Output the Ada task name in more messages.Philippe Waroquiers2019-09-122-2/+2
* Fix latent bug in .debug_names file-name handlingTom Tromey2019-09-102-0/+53
* Handle biased typesTom Tromey2019-09-036-1/+155
* Fix bug with character enumeration literalTom Tromey2019-08-153-4/+10
* Allow nested function displaysTom Tromey2019-07-304-0/+102
* gdb: Show type summary for anonymous structures from c_print_typedefAndrew Burgess2019-07-221-4/+1
* Change Ada catchpoints to be bp_catchpointTom Tromey2019-07-106-13/+13
* [gdb/testsuite] Mark ptype_union.exp as unsupported for cc-with-gdb-indexTom de Vries2019-06-211-0/+5
* Add intro comment to length_cond.expTom Tromey2019-06-191-0/+3
* Fix crash when setting breakpoint conditionTom Tromey2019-06-194-0/+120
* Allow re-assigning to convenience variablesTom Tromey2019-06-141-0/+5
* Recognize _ in attribute namesTom Tromey2019-06-141-8/+10
* Fix gdb.ada/vla.expTom Tromey2019-06-142-4/+9
* Fix failure in gdb.ada/complete.expTom Tromey2019-05-291-2/+3
* Add completion for Ada catch commandsTom Tromey2019-05-101-0/+4
* When debugging a mixed Ada/C program using this scenario:Xavier Roirand2019-05-085-0/+159
* Fix VLA printing for AdaTom Tromey2019-05-082-0/+95