aboutsummaryrefslogtreecommitdiff
path: root/gdb/testsuite/gdb.ada
AgeCommit message (Expand)AuthorFilesLines
2023-01-13Use require !use_gdb_stubTom Tromey2-8/+2
2023-01-13Use require !skip_hw_watchpoint_testsTom Tromey1-1/+1
2023-01-13Use require !skip_ada_testsTom Tromey202-204/+202
2023-01-13Use require !skip_shlib_testsTom Tromey1-3/+1
2023-01-12Disable ptype/o for dynamic typesTom Tromey2-0/+76
2023-01-03Add test case for "finish" with variably-sized typesTom Tromey4-0/+121
2023-01-01Update copyright year range in header of all files managed by GDBJoel Brobecker721-721/+721
2022-12-05gdb/testsuite: remove perror calls when failing to runSimon Marchi33-33/+0
2022-12-02[gdb/testsuite] Prevent timeout in gdb.ada/float-bits.expTom de Vries1-3/+10
2022-12-01[gdb/testsuite] Fix gdb.ada/float-bits.exp for powerpc64leTom de Vries1-0/+28
2022-11-28gdb/testsuite: remove use of then keyword from gdb.ada/*.expAndrew Burgess51-55/+55
2022-11-28[gdb/testsuite] Require hw watchpoint in gdb.ada/task_watch.expTom de Vries1-0/+2
2022-11-28[gdb/testsuite] Fix gdb.ada/out_of_line_in_inlined.exp for ppc64leTom de Vries1-1/+1
2022-11-28gdb/testsuite: fail if gdb_start_cmd failsSimon Marchi2-2/+2
2022-11-28Fix range type signed-ness heuristicTom Tromey2-0/+60
2022-11-19Show locno for 'multi location' breakpoint hit msg+conv var $_hit_bbnum $_hit...Philippe Waroquiers2-3/+3
2022-11-15Fix crash in ada_print_typeTom Tromey4-0/+110
2022-10-21Fix crash in value_print_array_elementsTom Tromey1-0/+13
2022-10-21Fix bug in Ada packed array handlingTom Tromey2-0/+20
2022-10-17kfail an Ada test for GCC < 12Tom Tromey1-0/+12
2022-10-14[gdb/testsuite] Fix gdb.base/infoline-reloc-main-from-zero.exp with clangTom de Vries1-3/+3
2022-09-28Treat Character as a discrete type in AdaTom Tromey2-0/+65
2022-09-07[gdb/testsuite] xfail gdb.ada/O2_float_param.exp for aarch64 and gcc 7.5.0Tom de Vries1-1/+23
2022-09-07[gdb/testsuite] Fix gdb.ada/access_tagged_param.exp for aarch64Tom de Vries3-3/+3
2022-07-30[gdb/testsuite] Fix gdb.ada/literals.exp with aarch64Tom de Vries1-1/+1
2022-07-29[gdb/testsuite] Fix gdb.ada/convvar_comp.exp with broken debug infoTom de Vries1-1/+9
2022-07-22gdb/testsuite: give binaries distinct names in Ada testsSimon Marchi34-71/+71
2022-07-18Remove array typedef assumption for AdaTom Tromey3-0/+128
2022-06-24gdb/testsuite: remove unneeded calls to get_compiler_infoAndrew Burgess4-13/+0
2022-06-14[gdb/testsuite] Fix regexp in gdb.ada/mi_var_access.expTom de Vries1-1/+3
2022-06-10[gdb/testsuite] Fix timeout in gdb.ada/ghost.expTom de Vries1-3/+3
2022-05-25gdb: Fix DUPLICATE and PATH regressions throughoutPedro Alves4-11/+17
2022-05-16gdb/testsuite: fix "continue outside of loop" TCL errorsBruno Larsen3-3/+3
2022-05-12Make gdb.ada/float-bits.exp more genericLuis Machado1-19/+68
2022-05-08[gdb/testsuite] Fix gdb.ada/catch_ex_std.exp with remote-gdbserver-on-localhostTom de Vries1-0/+4
2022-04-18gdb/testsuite: make gdb.ada/mi_prot.exp stop at expected locationSimon Marchi1-1/+1
2022-04-15[gdb/testsuite] Fix gdb.ada/float-bits.exp with -m32Tom de Vries1-5/+22
2022-04-12Fix bug in Ada number lexingTom Tromey1-0/+3
2022-04-12Require GNAT debug info for some Ada testsTom Tromey5-0/+25
2022-04-04Add context-sensitive field name completion to Ada parserTom Tromey1-0/+31
2022-04-04Implement completion for Ada attributesTom Tromey1-0/+5
2022-04-04Fix bug in Ada attributes lexingTom Tromey1-7/+9
2022-04-04Handle ghost entities in symbol lookupTom Tromey4-0/+96
2022-04-04[gdb/testsuite] Fix KPASS in gdb.ada/arrayptr.expTom de Vries1-16/+45
2022-03-30Decode "dynamic" interface types in AdaTom Tromey4-0/+127
2022-03-17Add another test for Ada Wide_Wide_StringTom Tromey4-1/+17
2022-03-16Reimplement array concatenation for Ada and DTom Tromey1-0/+12
2022-03-16Ada support for wide stringsTom Tromey2-0/+6
2022-03-07Fix bug in ada_print_floatingTom Tromey1-0/+3
2022-03-07Implement real literal extension for AdaTom Tromey2-0/+72