aboutsummaryrefslogtreecommitdiff
path: root/gdb/testsuite/gdb.ada
AgeCommit message (Expand)AuthorFilesLines
2017-01-01update copyright year range in GDB filesJoel Brobecker436-436/+436
2016-12-23Fix more cases of improper test namesLuis Machado2-2/+2
2016-12-01Fixup testcases outputting own name as a test name and standardize failed com...Luis Machado1-2/+2
2016-12-01Fix test names starting with uppercase using multi-line gdb_test_no_outputLuis Machado2-2/+2
2016-12-01Fix test names starting with uppercase using multi-line gdb_test/mi_gdb_testLuis Machado6-13/+13
2016-12-01Fix test names starting with uppercase output by basic functionsLuis Machado11-15/+15
2016-07-06gdb.ada/arraydim.exp: Fix directory layoutSimon Marchi1-2/+2
2016-07-06Remove extra output directory level for Ada testsSimon Marchi3-8/+7
2016-06-21[Ada catchpoints] Fix "warning: failed to get exception name: No definition o...Pedro Alves1-10/+31
2016-05-30PR 15231: import bare DW_TAG_lexical_blockJan Kratochvil1-6/+0
2016-02-08Always organize test artifacts in a directory hierarchySimon Marchi1-66/+0
2016-01-01GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker436-436/+436
2015-12-24[testsuite/Ada] stop using project files when building test programsJoel Brobecker3-27/+2
2015-12-07Enhance the menu to select function overloads with signaturesPierre-Marie de Rodat2-0/+118
2015-11-23gdb/dwarf2read: Minimal handling of non-constant struct sizes.Joel Brobecker1-0/+6
2015-11-09[Ada] GDB crash during "finish" of function with out parametersJoel Brobecker4-0/+109
2015-10-27Fix access_to_packed_array.exp typos/errorsJan Kratochvil1-4/+4
2015-09-23[Ada] Fix handling of array renamingsPierre-Marie de Rodat3-0/+89
2015-09-15[Ada] Enhance type printing for arrays with variable-sized elementsPierre-Marie de Rodat4-0/+120
2015-09-14[Ada] Fix the evaluation of access to packed array subscriptPierre-Marie de Rodat4-0/+106
2015-09-03[Ada] Make string_char_type a true TYPE_CODE_CHAR type in AdaPierre-Marie de Rodat2-0/+65
2015-09-01[Ada] Fix completion for multiple function matchesPierre-Marie de Rodat6-1/+74
2015-08-20[Ada] Fix parsing for expressions with attributes and charactersPierre-Marie de Rodat2-0/+66
2015-08-13[Ada] Add support for subprogram renamingsPierre-Marie de Rodat4-0/+154
2015-07-23gdb/gdbtypes: fix handling of typedef layers between array typesPierre-Marie de Rodat4-0/+126
2015-07-20gdb.ada/info_exc.exp: Adjust expected output in "info exception" test.Joel Brobecker1-3/+1
2015-05-15Non bit-packed packed arrays as variable-length fieldsJerome Guitton5-0/+139
2015-05-15[Ada] problem printing negative integer values in packed arrays.Joel Brobecker4-0/+109
2015-05-05out of line functions nested inside inline functions.Joel Brobecker1-0/+12
2015-05-05DWARF: cannot break on out-of-line function nested inside inlined function.Pierre-Marie de Rodat4-0/+130
2015-05-05testsuite/gdb.ada/var_rec_arr: New testcase.Joel Brobecker4-0/+140
2015-04-27[Ada] Preserve typedef layer when getting struct elementJoel Brobecker4-0/+114
2015-04-03Do not consider reference types as dynamicPierre-Marie de Rodat2-0/+78
2015-04-01Share the "multi_line" helper among all testcasesPierre-Marie de Rodat6-65/+0
2015-02-22testcase for PR symtab/17855Doug Evans3-2/+41
2015-01-31gdb.ada/dyn_arrayidx.exp: Add additional_flags=-gnat12.Doug Evans1-1/+1
2015-01-29gdb/DWARF: Support for arrays whose bound is a discriminant.Joel Brobecker4-0/+119
2015-01-29[Ada/varobj] number of children of null pointer to dynamic array.Joel Brobecker4-0/+121
2015-01-15[Ada] 'first/'last/'length of array whose bound is a discriminantJoel Brobecker4-0/+121
2015-01-01Update year range in copyright notice of all files owned by the GDB project.Joel Brobecker371-371/+371
2014-12-13Internal error trying to print uninitialized string.Joel Brobecker4-0/+114
2014-11-28Fix prints in tests for Python 3Simon Marchi1-3/+3
2014-11-21Handling of empty Ada ranges with a negative upper bound.Joel Brobecker4-0/+95
2014-11-19[Ada] Ignore __XA types when redundant.Joel Brobecker4-0/+98
2014-11-19varsize-limit error printing element of packed array...Joel Brobecker4-0/+123
2014-11-13GDB testsuite: Fix warnings with -std=gnu11Andreas Arnez1-1/+1
2014-10-14[Ada] Error adding/subtracting pointer value to/from integral.Joel Brobecker4-0/+103
2014-04-28Add gdb.ada/dyn_arrayidx testcase.Joel Brobecker2-0/+68
2014-03-28[varobj] false type-changed status for reference to Ada arrayJoel Brobecker4-0/+127
2014-03-26Skip tests on completion and readline when readline lib isn't usedYao Qi1-10/+13