aboutsummaryrefslogtreecommitdiff
path: root/gdb/testsuite/gdb.ada
AgeCommit message (Collapse)AuthorFilesLines
2009-04-01 * gdb.base/funcargs.exp: Set print frame-arguments to "all".Joel Brobecker2-0/+4
* gdb.base/call-ar-st.exp: Set print frame-arguments to "all". * gdb.ada/ref_param.exp: Set print frame-arguments to "all". * gdb.ada/lang_switch.exp: Set print frame-arguments to "all".
2009-03-31 * gdb.ada/tasks: New testcase.Joel Brobecker2-0/+147
2009-03-19 * gdb.ada/fixed_points/fixed_points.adb: Add a test on overpreciseJerome Guitton2-7/+42
deltas. * gdb.ada/fixed_points.exp: Ditto.
2009-03-13 * gdb.ada/ptype_arith_binop.exp: Remove some commented-out codeJoel Brobecker1-19/+0
that was checked in by mistake. Remove loading of ada.exp, since this is not necessary in this case.
2009-03-13 * gdb.ada/ptype_arith_binop.exp: New testcase.Joel Brobecker1-0/+55
2009-03-12 * gdb.ada/mod_from_name: New testcase.Joel Brobecker2-0/+83
2009-03-12 * gdb.ada/tick_last_segv: New testcase.Joel Brobecker2-0/+68
2009-02-04 * gdb.ada/uninitialized_vars: New test program.Jerome Guitton3-0/+219
* gdb.ada/uninitialized_vars.exp: New testcase.
2009-01-14 Update the copyright notice of some of the files I missedJoel Brobecker3-3/+3
in the previous copyright update.
2009-01-03 Updated copyright notices for most files.Joel Brobecker124-124/+124
2008-11-28 * gdb.ada/int_deref.exp: Convert the addresses into long_integerJoel Brobecker1-2/+2
rather than integer, as integer might not be big enough when on 64bit targets.
2008-11-27 * gdb.cp/formatted-ref.exp: Add equality test.Jerome Guitton1-0/+10
* gdb.ada/formatted_ref.exp: Ditto.
2008-11-15 * gdb.ada/int_deref.exp: New testcase.Joel Brobecker3-0/+86
2008-10-07 * gdb.ada/ref_tick_size.exp: New testcase.Joel Brobecker4-0/+124
2008-09-10 * gdb.ada/Makefile.in (EXECUTABLES): Bring up to date.Joel Brobecker1-0/+24
2008-09-10 * gdb.ada/array_bounds.exp, gdb.ada/array_subscript_addr.exp,Joel Brobecker25-67/+67
gdb.ada/arrayidx.exp, gdb.ada/arrayparam.exp, gdb.ada/arrayptr.exp, gdb.ada/assign_1.exp, gdb.ada/boolean_expr.exp, gdb.ada/char_param.exp, gdb.ada/exprs.exp, gdb.ada/fixed_cmp.exp, gdb.ada/fixed_points.exp, gdb.ada/fun_addr.exp, gdb.ada/funcall_param.exp, gdb.ada/homonym.exp, gdb.ada/interface.exp, gdb.ada/null_array.exp, gdb.ada/packed_array.exp, gdb.ada/packed_tagged.exp, gdb.ada/print_chars.exp, gdb.ada/print_pc.exp, gdb.ada/str_ref_cmp.exp, gdb.ada/sym_print_name.exp, gdb.ada/taft_type.exp, gdb.ada/tagged.exp, gdb.ada/type_coercion.exp: Include the "= " sequence in the expected output of print tests.
2008-09-10 * gdb.ada/packed_tagged.exp: Accept "boolean" as a valid typeJoel Brobecker1-1/+1
description for boolean types.
2008-05-23 * gdb.ada/null_array/foo.adb: Add multi-dimensional arrayJoel Brobecker2-3/+10
of zero-size elements. * gdb.ada/null_array.exp: Test printing this new array.
2008-05-09 * gdb.ada/assign_1.exp: New testcase.Joel Brobecker1-0/+36
2008-05-06 * gdb.ada/lang_switch: New test program.Joel Brobecker3-0/+112
* gdb.ada/lang_switch.exp: New testcase.
2008-04-19 * gdb.ada/atomic_enum: New test program.Joel Brobecker4-0/+128
* gdb.ada/atomic_enum.exp: New testcase.
2008-02-05 * gdb.ada/complete/pck.ads, gdb.ada/complete/pck.adb,Joel Brobecker4-0/+227
gdb.ada/complete/foo.adb: New files. * gdb.ada/complete.exp: New testcase.
2008-02-01 * gdb.ada/sym_print_name: New test program.Joel Brobecker4-0/+142
* gdb.ada/sym_print_name.exp: New testcase.
2008-02-01 * gdb.ada/nested/hello.adb: New file.Joel Brobecker3-0/+82
* gdb.ada/nested.exp: New testcase. * gdb.ada/Makefile.in (EXECUTABLES): Update list.
2008-01-30 * gdb.ada/formatted_ref: New test program.Joel Brobecker4-0/+173
* gdb.ada/formatted_ref.exp: New testcase. * gdb.cp/formatted-ref.cc: New file. * gdb.cp/formatted-ref.exp: New testcase.
2008-01-302008-01-30 Paul N. Hilfinger <hilfinger@adacore.com>Paul N. Hilfinger2-0/+91
* valarith.c (value_binop): Add floating-point BINOP_MIN and BINOP_MAX cases. For BINOP_EXP, use length and signedness of left operand only for result, as for shifts. For integral operands to BINOP_EXP, use new integer_pow and uinteger_pow functions so as to get full range of results. (integer_pow): New function. (uinteger_pow): New function. 2008-01-30 Paul N. Hilfinger <hilfinger@adacore.com> * gdb.ada/exprs: New test program. * gdb.ada/exprs.exp: New testcase.
2008-01-09 * gdb.ada/null_array: New test program.Joel Brobecker4-0/+126
* gdb.ada/null_array.exp: New testcase.
2008-01-08 * gdb.ada/funcall_param: New test program.Joel Brobecker4-0/+124
* gdb.ada/funcall_param.exp: New testcase.
2008-01-08 * gdb.ada/arrayparam: New test program.Joel Brobecker4-0/+140
* gdb.ada/arrayparam.exp: New testcase.
2008-01-08 * gdb.ada/print_pc.exp: Add verification of where gdb_start_cmdJoel Brobecker1-0/+4
landed. Should also fix random failures in the test following it.
2008-01-05 * gdb.ada/packed_tagged/comp_bug.adb: New file.Joel Brobecker2-0/+105
* gdb.ada/packed_tagged.exp: New testcase.
2008-01-04 * gdb.ada/homonym/homonym.ads, gdb.ada/homonym/homonym.adb,Joel Brobecker4-0/+196
gdb.ada/homonym/homonym_main.adb: New files. * gdb.ada/homonym.exp: New testcase.
2008-01-04 * gdb.ada/packed_array.exp: Add testing of references toJoel Brobecker1-0/+10
a packed array.
2008-01-04 * gdb.ada/type_coercion/ident.adb, gdb.ada/type_coercion/assign.adb:Joel Brobecker3-0/+107
New files. * gdb.ada/type_coercion.exp: New testcase.
2008-01-04 * gdb.ada/tagged/pck.ads, gdb.ada/tagged/pck.adb,Joel Brobecker4-0/+157
gdb.ada/tagged/foo.adb: New file. * gdb.ada/tagged.exp: New testcase.
2008-01-04 * gdb.ada/ptype_field/pck.ads, gdb.ada/ptype_field/pck.adb,Joel Brobecker4-0/+145
gdb.ada/ptype_field/foo.adb: New files. * gdb.ada/ptype_field.exp: New testcase.
2008-01-03 * gdb.ada/print_pc.exp: New testcase.Joel Brobecker1-0/+44
2008-01-03 * gdb.ada/taft_type/pck.ads, gdb.ada/taft_type/pck.adb,Joel Brobecker4-0/+129
gdb.ada/taft_type/p.adb: New files. * gdb.ada/taft_type.exp: New testcase.
2008-01-03 * gdb.ada/array_bounds/bar.adb: New file.Joel Brobecker2-0/+85
* gdb.ada/array_bounds.exp: New testcase.
2008-01-03 * gdb.ada/arrayptr/pck.ads, gdb.ada/arrayptr/pck.adb,Joel Brobecker4-0/+115
gdb.ada/arrayptr/foo.adb: New files. * gdb.ada/arrayptr.exp: New testcase.
2008-01-03 * gdb.ada/fun_addr/foo.adb: New file.Joel Brobecker2-0/+63
* gdb.ada/fun_addr.exp: New testcase.
2008-01-02 * array_subscript_addr/p.adb: New file.Joel Brobecker2-0/+74
* array_subscript_addr.exp: New testcase.
2008-01-02 * gdb.ada/str_cmp_ref/pck.ads, gdb.ada/str_cmp_ref/foo.adb:Joel Brobecker3-0/+90
New files. * gdb.ada/str_cmp_ref.exp: New testcase.
2008-01-01 Updated copyright notices for most files.Daniel Jacobowitz40-40/+40
2008-01-01 * gdb.ada/fun_in_declare/pck.ads, gdb.ada/fun_in_declare/pck.adb,Joel Brobecker4-0/+122
gdb.ada/fun_in_declare/foo.adb: New files. * gdb.ada/fun_in_declare.exp: New testcase.
2008-01-01 * gdb.ada/ref_param/foo.adb, gdb.ada/ref_param/pck.adb,Joel Brobecker4-0/+122
gdb.ada/ref_param/pck.ads: New files. * gdb.ada/ref_param.exp: New testcase.
2008-01-01 * gdb.ada/interface/types.ads, gdb.ada/interface/types.adb,Joel Brobecker4-0/+144
gdb.ada/interface/foo.adb: New files. * gdb.ada/interface.exp: New testcase.
2007-12-28 * gdb.ada/fixed_cmp/pck.ads, gdb.ada/fixed_cmp/pck.adb,Joel Brobecker4-0/+126
gdb.ada/fixed_cmp/fixed.adb: New files. * gdb.ada/fixed_cmp.exp: New testcase.
2007-12-28 * gdb.ada/boolean_expr.exp: New testcase.Joel Brobecker1-0/+42
2007-12-26 * gdb.ada/Makefile.in (EXECUTABLES): Update list.Joel Brobecker3-4/+16
* gdb.ada/char_param.exp: Do not compile our test program with -gnata, this is unnecessary. * gdb.ada/char_param/pck.ads: Remove unnecessary "with".