aboutsummaryrefslogtreecommitdiff
path: root/gdb/testsuite/gdb.ada
AgeCommit message (Expand)AuthorFilesLines
2021-07-21[gdb/testsuite] Add KFAILs for gdb.ada FAILs with gcc-11Tom de Vries3-22/+127
2021-07-16Fix array stride bugTom Tromey1-0/+17
2021-06-25Decode Ada types in Python layerTom Tromey1-0/+5
2021-06-04Add PROP_VARIABLE_NAMETom Tromey6-0/+191
2021-05-07gdb: re-format Python files using black 21.4b0Simon Marchi1-1/+1
2021-04-30Fix crash with GNAT minimal encodingsTom Tromey3-0/+12
2021-04-28Fix Ada overloading with 'null'Tom Tromey2-0/+79
2021-03-15Fix unary + in AdaTom Tromey1-0/+5
2021-03-15Call ada_ensure_varsize_limit in indirectionTom Tromey2-1/+15
2021-03-15Implement Ada operator overloadingTom Tromey4-0/+328
2021-03-15Fix Ada assignment resolutionTom Tromey4-0/+119
2021-03-15Fix bug in Ada aggregate assignmentTom Tromey4-0/+45
2021-03-02Rewrite GNAT-encoded fixed point types in DWARF readerTom Tromey1-64/+21
2021-02-11gdb: Remove arm-symbianelf supportAlan Modra1-2/+1
2021-01-28[gdb/testsuite] Fix gdb.ada/out_of_line_in_inlined.exp with -m32 and gcc-10Tom de Vries1-2/+1
2021-01-25Fix fixed-point regression with recent GCCTom Tromey3-0/+12
2021-01-25Specially handle array contexts in Ada expression resolutionTom Tromey1-0/+5
2021-01-25Add test case for symbol menu for local enumeratorsTom Tromey2-0/+111
2021-01-08Pass void_context_p to parse_expressionTom Tromey4-0/+121
2021-01-07Fix regression in Ada aggregate assignmentTom Tromey1-0/+3
2021-01-06Fix fixed-point binary operation type handlingTom Tromey3-0/+23
2021-01-01Update copyright year range in all GDB filesJoel Brobecker641-641/+641
2020-12-18Run fixed_points.exp with -fgnat-encodings=minimalTom Tromey1-61/+73
2020-12-14[gdb/testsuite] Don't pass -fPIC to gdb_compile_shlibTom de Vries1-2/+1
2020-12-14Handle block-local names for AdaTom Tromey2-2/+31
2020-12-13[gdb/testsuite] Handle ada in gdb_compile_shlibTom de Vries1-18/+3
2020-12-13[gdb/testsuite] Avoid gnatbind/gnatlink in gdb.ada/catch_ex_std.expTom de Vries1-48/+23
2020-12-08[gdb/testsuite] Fix gdb.ada/mi_task_arg.exp for -m32Tom de Vries1-2/+4
2020-11-23[gdb/testsuite] Fix minimal encodings KPASSesTom de Vries3-6/+9
2020-11-15Add support for fixed-point type comparison operatorsJoel Brobecker1-1/+1
2020-11-15Add ptype support for DWARF-based fixed-point typesJoel Brobecker1-0/+36
2020-11-15Add support for printing value of DWARF-based fixed-point type objectsJoel Brobecker5-15/+86
2020-11-10Fix bug in gdb.ada/bias.expTom Tromey2-6/+6
2020-11-04Handle __XVL fields in Ada type printingTom Tromey2-18/+6
2020-11-04Print Ada type name in more casesTom Tromey3-0/+113
2020-11-04Recognize names of array typesTom Tromey3-0/+6
2020-11-04Use bit stride when taking slice of arrayTom Tromey4-0/+137
2020-11-04Only use stride for final element typeTom Tromey3-0/+13
2020-11-04Fix bit strides for -fgnat-encodings=minimalTom Tromey1-41/+80
2020-11-04Resolve dynamic type in ada_value_struct_eltTom Tromey4-13/+45
2020-11-04Reject slicing a packed arrayTom Tromey1-0/+1
2020-11-04Synthesize array descriptors with -fgnat-encodings=minimalTom Tromey16-282/+363
2020-11-04Fix decoding of multi-dimensional constrained packed arraysTom Tromey4-2/+122
2020-11-01avoid unwarranted assumption in gdb.ada/fixed_points/fixed_points.adbJoel Brobecker1-2/+1
2020-10-28[gdb/testsuite] Fix re-read FAILs with -readnowTom de Vries1-0/+8
2020-10-26Don't inherit range-type signed-ness from underlying typeTom Tromey4-0/+113
2020-10-14[gdb/testsuite] Fix gdb.ada/mi_catch_ex{,_hand}.exp FAILsTom de Vries2-0/+2
2020-10-13Eliminate mi_run_to_main, introduce mi_clean_restartPedro Alves13-107/+29
2020-10-13'runto main' -> 'runto_main' throughoutPedro Alves2-2/+2
2020-10-09Fix bit offset regressionTom Tromey2-5/+8