Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(474)

Side by Side Diff: gdb/testsuite/gdb.trace/passc-dyn.exp

Issue 11969036: Merge GDB 7.5.1 (Closed) Base URL: http://git.chromium.org/native_client/nacl-gdb.git@master
Patch Set: Created 7 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « gdb/testsuite/gdb.trace/packetlen.exp ('k') | gdb/testsuite/gdb.trace/passcount.exp » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright 1998, 2005, 2007-2012 Free Software Foundation, Inc. 1 # Copyright 1998, 2005, 2007-2012 Free Software Foundation, Inc.
2 # 2 #
3 # This program is free software; you can redistribute it and/or modify 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 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 5 # the Free Software Foundation; either version 3 of the License, or
6 # (at your option) any later version. 6 # (at your option) any later version.
7 # 7 #
8 # This program is distributed in the hope that it will be useful, 8 # This program is distributed in the hope that it will be useful,
9 # but WITHOUT ANY WARRANTY; without even the implied warranty of 9 # but WITHOUT ANY WARRANTY; without even the implied warranty of
10 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 10 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
11 # GNU General Public License for more details. 11 # GNU General Public License for more details.
12 # 12 #
13 # You should have received a copy of the GNU General Public License 13 # You should have received a copy of the GNU General Public License
14 # along with this program. If not, see <http://www.gnu.org/licenses/>. 14 # along with this program. If not, see <http://www.gnu.org/licenses/>.
15 15
16 # This file was written by Michael Snyder (msnyder@cygnus.com) 16 # This file was written by Michael Snyder (msnyder@cygnus.com)
17 17
18 load_lib "trace-support.exp"; 18 load_lib "trace-support.exp";
19 19
20 if $tracelevel then {
21 strace $tracelevel
22 }
23
24 20
25 gdb_exit 21 gdb_exit
26 gdb_start 22 gdb_start
27 set testfile "actions" 23 standard_testfile actions.c
28 set srcfile ${testfile}.c
29 set binfile $objdir/$subdir/passc-dyn
30 if { [gdb_compile "$srcdir/$subdir/$srcfile" $binfile \ 24 if { [gdb_compile "$srcdir/$subdir/$srcfile" $binfile \
31 executable {debug nowarnings}] != "" } { 25 executable {debug nowarnings}] != "" } {
32 untested passc-dyn.exp 26 untested passc-dyn.exp
33 return -1 27 return -1
34 } 28 }
35 gdb_load $binfile 29 gdb_load $binfile
36 gdb_test "tstop" ".*" "" 30 gdb_test "tstop" ".*" ""
37 gdb_test "tfind none" ".*" "" 31 gdb_test "tfind none" ".*" ""
38 runto_main 32 runto_main
39 gdb_reinitialize_dir $srcdir/$subdir 33 gdb_reinitialize_dir $srcdir/$subdir
40 34
41 # We generously give ourselves one "pass" if we successfully
42 # detect that this test cannot be run on this target!
43 if { ![gdb_target_supports_trace] } then { 35 if { ![gdb_target_supports_trace] } then {
44 pass "Current target does not support trace" 36 unsupported "Current target does not support trace"
45 return 1; 37 return 1;
46 38
47 } 39 }
48 40
49 # If testing on a remote host, download the source file. 41 # If testing on a remote host, download the source file.
50 # remote_download host $srcdir/$subdir/$srcfile 42 # remote_download host $srcdir/$subdir/$srcfile
51 43
52 44
53 # 45 #
54 # test passcount dynamically (live target) 46 # test passcount dynamically (live target)
(...skipping 83 matching lines...) Expand 10 before | Expand all | Expand 10 after
138 130
139 ## We should now be at the last frame, because this frame's passcount 131 ## We should now be at the last frame, because this frame's passcount
140 ## should have caused collection to stop. If we do a tfind now, 132 ## should have caused collection to stop. If we do a tfind now,
141 ## it should fail. 133 ## it should fail.
142 134
143 gdb_test "tfind" "failed to find.*" "4.5: dynamic passcount test" 135 gdb_test "tfind" "failed to find.*" "4.5: dynamic passcount test"
144 136
145 # Finished! 137 # Finished!
146 gdb_test "tfind none" ".*" "" 138 gdb_test "tfind none" ".*" ""
147 139
OLDNEW
« no previous file with comments | « gdb/testsuite/gdb.trace/packetlen.exp ('k') | gdb/testsuite/gdb.trace/passcount.exp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698