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

Subversion Repositories openrisc_me

[/] [openrisc/] [trunk/] [gnu-src/] [gdb-7.2/] [gdb/] [testsuite/] [gdb.mi/] [mi-nonstop-exit.exp] - Blame information for rev 394

Go to most recent revision | 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
load_lib mi-support.exp
17
set MIFLAGS "-i=mi"
18
 
19
gdb_exit
20
if {[mi_gdb_start]} {
21
    continue
22
}
23
 
24
#
25
# Start here
26
#
27
set testfile "non-stop-exit"
28
set srcfile "$testfile.c"
29
set binfile "$objdir/$subdir/mi-$testfile"
30
 
31
set options [list debug incdir=$objdir]
32
if {[gdb_compile_pthreads "$srcdir/$subdir/$srcfile" $binfile executable $options] != "" } {
33
    return -1
34
}
35
 
36
mi_gdb_reinitialize_dir $srcdir/$subdir
37
mi_gdb_load $binfile
38
 
39
set supported 0
40
gdb_test_multiple "-gdb-show non-stop" "" {
41
    -re ".*\\^done,value=\"off\",supported=\"(\[^\"\]+)\"\r\n$mi_gdb_prompt$" {
42
        if { $expect_out(1,string) == "1" } {
43
            set supported 1
44
        }
45
    }
46
    -re ".*$mi_gdb_prompt$" {
47
    }
48
}
49
 
50
mi_gdb_test "-gdb-set non-stop 1" ".*"
51
mi_gdb_test "-gdb-set target-async 1" ".*"
52
detect_async
53
 
54
if { [mi_run_to_main] < 0 } {
55
    continue
56
}
57
 
58
mi_send_resuming_command "exec-continue" "continue"
59
 
60
mi_expect_stop "exited-normally" "" "" "" "" "" "finished exec continue"
61
 
62
# Run the program again.
63
 
64
if { [mi_run_to_main] < 0 } {
65
    continue
66
}
67
 
68
mi_send_resuming_command "exec-continue" "continue (2)"
69
 
70
mi_expect_stop "exited-normally" "" "" "" "" "" "finished exec continue (2)"
71
 
72
mi_gdb_exit

powered by: WebSVN 2.1.0

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