aboutsummaryrefslogtreecommitdiff
path: root/gdb/testsuite/gdb.ada
AgeCommit message (Collapse)AuthorFilesLines
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".
2007-12-24 * gdb.ada/print_chars/pck.ads, gdb.ada/print_chars/pck.adb,Joel Brobecker4-0/+109
gdb.ada/print_chars/foo.adb: New files. * gdb.ada/print_chars.exp: New testcase.
2007-12-24 * gdb.ada/char_param/pck.ads, gdb.ada/char_param/pck.adb,Joel Brobecker4-0/+154
gdb.ada/char_param/foo.adb: New files. * gdb.ada/char_param.exp: New testcase.
2007-12-17 * gdb.ada/frame_args/foo.adb: New file.Joel Brobecker4-0/+153
* gdb.ada/frame_args/pck.ads: New file. * gdb.ada/frame_args/pck.adb: New file. * gdb.ada/frame_args.exp: New testcase.
2007-08-23 Switch the license of all .exp files to GPLv3.Joel Brobecker9-45/+28
Switch the license of all .f and .f90 files to GPLv3. Switch the license of all .s and .S files to GPLv3.
2007-08-23 Switch the licensing to GPLv3 for all .ads and .adb files.Joel Brobecker14-50/+28
2007-03-27 * gdb.ada/exec_changed.exp: Avoid "set confirm off".Daniel Jacobowitz1-5/+0
2007-03-27 * config/gdbserver.exp (gdbserver_gdb_load): Update argument list.Daniel Jacobowitz3-9/+21
(gdb_load): Delete, replace with... (gdb_reload): ...this. * gdb.server/server-run.exp: Use gdb_load and gdbserver_run. * gdb.server/server-mon.exp: Likewise. * lib/gdb.exp (gdb_run_cmd): Use gdb_reload. (gdb_start_cmd): New. (gdb_file_cmd): Save the last loaded file. (gdb_reload): New. (gdb_gnu_strip_debug): Use transform. * lib/gdbserver-support.exp (gdbserver_spawn): Move file download support here. Use new $last_loaded_file. Check mtime. (gdb_target_cmd): Handle ObjC failure case. (infer_host_exec): Delete. (gdbserver_load): Rename to... (gdbserver_run): ...this. Simplify. * lib/mi-support.exp (mi_gdb_file_cmd): Set last_loaded_file. (mi_gdb_load): Move most contents to a new function... (mi_gdb_target_load): ...here. Simplify call to gdbserver_gdb_load. (mi_run_cmd): Use mi_gdb_target_load. * gdb.base/break.exp, gdb.base/ending-run.exp, gdb.base/pending.exp, gdb.base/sepdebug.exp, gdb.base/unload.exp, gdb.objc/objcdecode.exp: Use gdb_run_cmd. * gdb.base/charsign.exp: Remove incorrect comment. * gdb.base/dbx.exp (gdb_file_cmd): Set last_loaded_file. * gdb.ada/exec_changed.exp, gdb.ada/null_record.exp, gdb.ada/start.exp, gdb.base/start.exp: Use gdb_start_cmd.
2007-02-27 * gdb.ada/catch_ex.exp: Fix a couple of copy/paste typos.Joel Brobecker1-2/+2
2007-01-12revert 2007-01-11 Nathan Sidwell <nathan@codesourcery.com>Nathan Sidwell8-34/+18
* lib/gdb.exp (gdb_compile_test): New. (skip_ada_tests, skip_java_tests): New. (gdb_compile): Use gdb_compile_test for f77. * lib/ada.exp (gdb_compile_ada): Use gdb_compile_test to record result. * lib/java.exp (compile_java_from_source): Remove runtests check, use gdb_compile_test to record result. * gdb.ada/packed_array.exp, gdb.ada/fixed_points.exp, gdb.ada/exec_changed.exp, gdb.ada/start.exp, gdb.ada/watch_arg.exp, gdb.ada/null_record.exp, gdb.ada/array_return.exp, gdb.ada/arrayidx.exp, gdb.mi/mi-var-child-f.exp, gdb.fortran/types.exp, gdb.fortran/array-element.exp, gdb.fortran/subarray.exp, gdb.fortran/derived-type.exp, gdb.fortran/exprs.exp, gdb.java/jmisc.exp, gdb.java/jprint.exp, gdb.java/jv-print.exp, gdb.java/jmain.exp: Add language skip, adjust gdb_compile invocations.
2007-01-11 * lib/gdb.exp (gdb_compile_test): New.Nathan Sidwell8-18/+34
(skip_ada_tests, skip_java_tests): New. (gdb_compile): Use gdb_compile_test for f77. * lib/ada.exp (gdb_compile_ada): Use gdb_compile_test to record result. * lib/java.exp (compile_java_from_source): Remove runtests check, use gdb_compile_test to record result. * gdb.ada/packed_array.exp, gdb.ada/fixed_points.exp, gdb.ada/exec_changed.exp, gdb.ada/start.exp, gdb.ada/watch_arg.exp, gdb.ada/null_record.exp, gdb.ada/array_return.exp, gdb.ada/arrayidx.exp, gdb.mi/mi-var-child-f.exp, gdb.fortran/types.exp, gdb.fortran/array-element.exp, gdb.fortran/subarray.exp, gdb.fortran/derived-type.exp, gdb.fortran/exprs.exp, gdb.java/jmisc.exp, gdb.java/jprint.exp, gdb.java/jv-print.exp, gdb.java/jmain.exp: Add language skip, adjust gdb_compile invocations.
2007-01-10 * gdb.ada/catch_ex.exp: Call unsupported and stop if the runtimeDaniel Jacobowitz1-3/+13
has no debug information.
2007-01-09Copyright updates for 2007.Daniel Jacobowitz20-20/+20
2007-01-04 Make this testcase a bit more realistic. The current codeJoel Brobecker3-5/+7
is too simplistic, and allows the compiler to optimize out some of the entities we need for this testcase. * gdb.ada/null_record/bar.ads (Void_Star): New type. (Do_Nothing): Add extra parameter. * gdb.ada/null_record/bar.adb (Do_Nothing): Likewise. * gdb.ada/null_record/null_record.adb: Fake use of type Empty by using a variable of type Void_Star.
2007-01-04 * gdb.ada/catch_ex/foo.adb: New file.Joel Brobecker2-0/+188
* gdb.ada/catch_ex.exp: New testcase.
2006-12-29 * gdb.ada/array_return.exp: Update copyright date list.Joel Brobecker1-1/+1
2006-12-27 * gdb.ada/array_return/pck.ads (Small_Float_Vector): New type.Joel Brobecker4-2/+28
(Create_Small_Float_Vector): New function. * gdb.ada/array_return/pck.adb (Create_Small_Float_Vector): Add function body. * gdb.ada/array_return/p.adb: Use new type and function from package Pck. * gdb.ada/array_return.exp: Add a test verifying that GDB is able to print the value returned by a function returning an array of float.
2006-10-06 * gdb.ada/arrayidx.exp: Remove calls to setup_kfail now thatJoel Brobecker1-18/+0
the corresponding bug has been fixed in GDB (PR/2018).
2006-10-06 * gdb.ada/array_return/pck.ads: Add copyright notice.Joel Brobecker5-0/+85
* gdb.ada/array_return/pck.adb: Likewise. * gdb.ada/array_return/p.adb: Likewise. * gdb.ada/exec_changed/first.adb: Likewise. * gdb.ada/exec_changed/second.adb: Likewise.
2006-10-06 * gdb.ada/watch_arg/watch.adb: New file.Joel Brobecker2-0/+92
* gdb.ada/watch_arg.exp: New testcase.
2006-02-07 * gdb.ada/array_return.exp: Mark the last test as expected to failJoel Brobecker1-0/+8
on hppa32 targets.
2005-10-10 * gdb.ada/arrayidx/p.adb: New file.Joel Brobecker2-0/+192
* gdb.ada/arrayidx.exp: New testcase
2005-10-10 * gdb.ada/array_return/pck.ads: New file.Joel Brobecker4-0/+111
* gdb.ada/array_return/pck.adb: New file. * gdb.ada/array_return/p.adb: New file. * gdb.ada/array_return.exp: New testcase.
2005-03-08 * gdb.ada/exec_changed/first.adb: New file.Joel Brobecker3-0/+95
* gdb.ada/exec_changed/second.adb: New file. * gdb.ada/exec_changed.exp: New testcase.
2005-02-24 * gdb.ada/fixed_points.exp: Create compilation object directoryJoel Brobecker4-0/+4
before running the test. * gdb.ada/null_record.exp: Likewise. * gdb.ada/packed_array.exp: Likewise. * gdb.ada/start.exp: Likewise.
2005-02-15 * gdb.ada/packed_array/pa.adb: New file.Joel Brobecker2-0/+73
* gdb.ada/packed_array.exp: New testcase.
2005-02-09 * gdb.ada/start/dummy.adb: New file.Joel Brobecker2-0/+62
* gdb.ada/start.exp: New testcase.
2005-02-03 * gdb.ada/gnat_ada.gpr: New file.Joel Brobecker8-12/+16
* gdb.ada/gnat_ada.gin: Delete, no longer used. * lib/ada.exp (gdb_compile_ada): Minor adaptation to new project file. * configure.ac: No longer generate gnat_ada.gpr. * configure: Regenerate. * gdb.ada/Makefile.in: Minor adaptations due to new project file. * gdb.ada/null_record/null_record.adb: Moved here from gdb.ada. * gdb.ada/null_record/bar.ads: Likewise. * gdb.ada/null_record/bar.adb: Likewise. * gdb.ada/fixed_points/fixed_points.adb: Likewise. * gdb.ada/null_record.exp (testdir): New variable. (testfile): executable is now in testdir subdirectory. (srcfile): Use full path to the main compilation unit. * gdb.ada/fixed_points.exp: Same changes as above.
2004-12-13 * gdb.ada/fixed_points.c: New file.Jerome Guitton2-0/+89
* gdb.ada/fixed_points.exp: New file.
2004-10-21 * gdb.ada/null_record.exp: Check where we stopped afterJoel Brobecker1-1/+1
sending the start command, instead of where the associated temporary breakpoint was inserted.
2004-07-202004-07-20 Michael Chastain <mec.gnu@mindspring.com>Michael Chastain1-0/+0
* gdb.ada/gnat_ada.gpr.in: Rename from here ... * gdb.ada/gnat_ada.gin: ... to here. * configure.in: Use gnat_ada.gin. * configure: Regenerate.
2004-06-08 * gdb.ada/null_record.exp: Use "start" instead of "begin" toJoel Brobecker1-2/+2
start the execution of the program.