aboutsummaryrefslogtreecommitdiff
path: root/gdb/testsuite/gdb.ada/uninitialized_vars/parse.adb
AgeCommit message (Collapse)AuthorFilesLines
2012-01-04Copyright year update in most files of the GDB Project.Joel Brobecker1-1/+1
gdb/ChangeLog: Copyright year update in most files of the GDB Project.
2011-01-06Avoid the use of gdb_start_cmd in gdb.ada/*.exp testcases.Joel Brobecker1-1/+1
This command does not work when testing with GDBserver. So this patch changes the few tests that do not specifically test the `start' command, and replace calls to gdb_start_cmd with the usual `run LOC' approach. For the couple of testcases that do really test the `start' command, do an early return as UNTESTED instead of running this testcase. gdb/testsuite/ChangeLog: Add marker to be used as anchor for inserting breakpoints. * gdb.ada/null_record/null_record.adb: Add "-- START" comment. * gdb.ada/start/dummy.adb, gdb.ada/uninitialized_vars/parse.adb: Likewise. Remove uses of gdb_start_cmd. * gdb.ada/null_record.exp: Remove use of gdb_start_cmd. * gdb.ada/print_pc.exp, gdb.ada/uninitialized_vars.exp: Ditto. Do not run testcase if testing with GDBserver. * gdb.ada/exec_changed.exp, gdb.ada/start.exp: Abort as untested if testing with GDBserver.
2011-01-01run copyright.sh for 2011.Joel Brobecker1-1/+1
2009-02-04 * gdb.ada/uninitialized_vars: New test program.Jerome Guitton1-0/+130
* gdb.ada/uninitialized_vars.exp: New testcase.