OpenCores
URL https://opencores.org/ocsvn/openrisc/openrisc/trunk

Subversion Repositories openrisc

[/] [openrisc/] [tags/] [gnu-src/] [gdb-7.2/] [gdb-7.2-or32-1.0rc3/] [gdb/] [testsuite/] [gdb.ada/] [uninitialized_vars.exp] - Blame information for rev 513

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 330 jeremybenn
# Copyright 2009, 2010 Free Software Foundation, Inc.
2
#
3
# This program is free software; you can redistribute it and/or modify
4
# it under the terms of the GNU General Public License as published by
5
# the Free Software Foundation; either version 3 of the License, or
6
# (at your option) any later version.
7
#
8
# This program is distributed in the hope that it will be useful,
9
# but WITHOUT ANY WARRANTY; without even the implied warranty of
10
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
11
# GNU General Public License for more details.
12
#
13
# You should have received a copy of the GNU General Public License
14
# along with this program.  If not, see .
15
 
16
# Check that GDB is able to print unconstrained variables and discriminated
17
# records before their initialization.
18
 
19
if $tracelevel then {
20
    strace $tracelevel
21
}
22
 
23
load_lib "ada.exp"
24
 
25
set testdir "uninitialized_vars"
26
set testfile "${testdir}/parse"
27
set srcfile ${srcdir}/${subdir}/${testfile}.adb
28
set binfile ${objdir}/${subdir}/${testfile}
29
 
30
file mkdir ${objdir}/${subdir}/${testdir}
31
if {[gdb_compile_ada "${srcfile}" "${binfile}" executable [list debug]] != "" } {
32
  return -1
33
}
34
 
35
gdb_exit
36
gdb_start
37
gdb_reinitialize_dir $srcdir/$subdir
38
gdb_load ${binfile}
39
 
40
# Start the program; we should land in the program main procedure, before
41
# variable initialization.
42
if { [gdb_start_cmd] < 0 } {
43
    untested start
44
    return -1
45
}
46
 
47
gdb_test "" \
48
         "parse \\(\\) at .*parse.adb.*" \
49
         "start"
50
 
51
# Check that printing uninitialized variables does not crash the debugger.
52
gdb_test "info locals" \
53
         ".*" \
54
         "info locals"

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.