OpenCores
URL https://opencores.org/ocsvn/openrisc_2011-10-31/openrisc_2011-10-31/trunk

Subversion Repositories openrisc_2011-10-31

[/] [openrisc/] [tags/] [gnu-src/] [gdb-7.2/] [gdb-7.2-or32-1.0rc1/] [gdb/] [testsuite/] [gdb.cp/] [pr-1023.exp] - Blame information for rev 341

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 330 jeremybenn
# Copyright 2003, 2007, 2008, 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
# Tests for PR gdb/1023.
17
# 2003-02-03  Michael Chastain 
18
 
19
# This file is part of the gdb testsuite.
20
 
21
if $tracelevel then {
22
        strace $tracelevel
23
        }
24
 
25
if { [skip_cplus_tests] } { continue }
26
 
27
#
28
# test running programs
29
#
30
 
31
set testfile "pr-1023"
32
set srcfile ${testfile}.cc
33
set binfile ${objdir}/${subdir}/${testfile}
34
 
35
if  { [gdb_compile "${srcdir}/${subdir}/${srcfile}" "${binfile}" executable {debug c++}] != "" } {
36
     untested pr-1023.exp
37
     return -1
38
}
39
 
40
if [get_compiler_info ${binfile} "c++"] {
41
    return -1
42
}
43
 
44
gdb_exit
45
gdb_start
46
gdb_reinitialize_dir $srcdir/$subdir
47
gdb_load ${binfile}
48
 
49
if ![runto_main] then {
50
    perror "couldn't run to breakpoint"
51
    continue
52
}
53
 
54
gdb_test_multiple "break myClass::performBlocking" "break myClass::performBlocking" {
55
    -re "Breakpoint $decimal at $hex: file .*$srcfile, line 12.*$gdb_prompt $" {
56
        pass "break myClass::performBlocking"
57
    }
58
    -re "the class myClass does not have any method named performBlocking.*$gdb_prompt $" {
59
        # fails with gcc 2.95.3 -gstabs+, native i686-pc-linux-gnu
60
        # -- chastain 2003-02-03
61
        kfail "gdb/1023" "break myClass::performBlocking"
62
    }
63
}
64
 
65
gdb_test \
66
  "break myClass::performUnblocking" \
67
  "Breakpoint $decimal at $hex: file .*$srcfile, line 10.*"
68
 
69
gdb_exit
70
return 0

powered by: WebSVN 2.1.0

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